public static class Compute.DiskTypeAggregatedListOption extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static Compute.DiskTypeAggregatedListOption |
filter(Compute.DiskTypeFilter filter)
Returns an option to specify a filter on the disk types being listed.
|
int |
hashCode() |
static Compute.DiskTypeAggregatedListOption |
pageSize(long pageSize)
Returns an option to specify the maximum number of disk types returned per page.
|
static Compute.DiskTypeAggregatedListOption |
pageToken(String pageToken)
Returns an option to specify the page token from which to start listing disk types.
|
String |
toString() |
public static Compute.DiskTypeAggregatedListOption filter(Compute.DiskTypeFilter filter)
public static Compute.DiskTypeAggregatedListOption pageSize(long pageSize)
pageSize
must be between 0 and 500 (inclusive). If not specified 500 is used.public static Compute.DiskTypeAggregatedListOption pageToken(String pageToken)
Copyright © 2019 Google LLC. All rights reserved.