public interface ListBucketsRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPageSize()
public abstract int getPageSize()
Maximum number of buckets to return in a single response. The service will use this parameter or 1,000 items, whichever is smaller. If "acl" is present in the read_mask, the service will use this parameter of 200 items, whichever is smaller.
int32 page_size = 2;
Type | Description |
int | The pageSize. |
getPageToken()
public abstract String getPageToken()
A previously-returned page token representing part of the larger set of results to view.
string page_token = 3;
Type | Description |
String | The pageToken. |
getPageTokenBytes()
public abstract ByteString getPageTokenBytes()
A previously-returned page token representing part of the larger set of results to view.
string page_token = 3;
Type | Description |
ByteString | The bytes for pageToken. |
getParent()
public abstract String getParent()
Required. The project whose buckets we are listing.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. The project whose buckets we are listing.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for parent. |
getPrefix()
public abstract String getPrefix()
Filter results to buckets whose names begin with this prefix.
string prefix = 4;
Type | Description |
String | The prefix. |
getPrefixBytes()
public abstract ByteString getPrefixBytes()
Filter results to buckets whose names begin with this prefix.
string prefix = 4;
Type | Description |
ByteString | The bytes for prefix. |
getReadMask()
public abstract FieldMask getReadMask()
Mask specifying which fields to read from each result. If no mask is specified, will default to all fields except items.owner, items.acl, and items.default_object_acl.
- may be used to mean "all fields".
optional .google.protobuf.FieldMask read_mask = 5;
Type | Description |
FieldMask | The readMask. |
getReadMaskOrBuilder()
public abstract FieldMaskOrBuilder getReadMaskOrBuilder()
Mask specifying which fields to read from each result. If no mask is specified, will default to all fields except items.owner, items.acl, and items.default_object_acl.
- may be used to mean "all fields".
optional .google.protobuf.FieldMask read_mask = 5;
Type | Description |
FieldMaskOrBuilder |
hasReadMask()
public abstract boolean hasReadMask()
Mask specifying which fields to read from each result. If no mask is specified, will default to all fields except items.owner, items.acl, and items.default_object_acl.
- may be used to mean "all fields".
optional .google.protobuf.FieldMask read_mask = 5;
Type | Description |
boolean | Whether the readMask field is set. |