public interface ListBucketsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPageSize()
Maximum number of buckets to return in a single response.
|
String |
getPageToken()
A previously-returned page token representing part of the larger set of
results to view.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
A previously-returned page token representing part of the larger set of
results to view.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
String |
getPrefix()
Filter results to buckets whose names begin with this prefix.
|
com.google.protobuf.ByteString |
getPrefixBytes()
Filter results to buckets whose names begin with this prefix.
|
com.google.protobuf.FieldMask |
getReadMask()
Mask specifying which fields to read from each result.
|
com.google.protobuf.FieldMaskOrBuilder |
getReadMaskOrBuilder()
Mask specifying which fields to read from each result.
|
boolean |
hasReadMask()
Mask specifying which fields to read from each result.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The project whose buckets we are listing.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The project whose buckets we are listing.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
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;String getPageToken()
A previously-returned page token representing part of the larger set of results to view.
string page_token = 3;com.google.protobuf.ByteString getPageTokenBytes()
A previously-returned page token representing part of the larger set of results to view.
string page_token = 3;String getPrefix()
Filter results to buckets whose names begin with this prefix.
string prefix = 4;com.google.protobuf.ByteString getPrefixBytes()
Filter results to buckets whose names begin with this prefix.
string prefix = 4;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;com.google.protobuf.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;com.google.protobuf.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;Copyright © 2023 Google LLC. All rights reserved.