Interface ListBucketsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListBucketsRequest, ListBucketsRequest.Builder

public interface ListBucketsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Maximum number of buckets to return in a single response.
    A previously-returned page token representing part of the larger set of results to view.
    com.google.protobuf.ByteString
    A previously-returned page token representing part of the larger set of results to view.
    Required.
    com.google.protobuf.ByteString
    Required.
    Filter results to buckets whose names begin with this prefix.
    com.google.protobuf.ByteString
    Filter results to buckets whose names begin with this prefix.
    com.google.protobuf.FieldMask
    Mask specifying which fields to read from each result.
    com.google.protobuf.FieldMaskOrBuilder
    Mask specifying which fields to read from each result.
    boolean
    Mask specifying which fields to read from each result.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getParent

      String getParent()
       Required. The project whose buckets we are listing.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The parent.
    • getParentBytes

      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) = { ... }
      Returns:
      The bytes for parent.
    • getPageSize

      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;
      Returns:
      The pageSize.
    • getPageToken

      String getPageToken()
       A previously-returned page token representing part of the larger set of
       results to view.
       
      string page_token = 3;
      Returns:
      The pageToken.
    • getPageTokenBytes

      com.google.protobuf.ByteString getPageTokenBytes()
       A previously-returned page token representing part of the larger set of
       results to view.
       
      string page_token = 3;
      Returns:
      The bytes for pageToken.
    • getPrefix

      String getPrefix()
       Filter results to buckets whose names begin with this prefix.
       
      string prefix = 4;
      Returns:
      The prefix.
    • getPrefixBytes

      com.google.protobuf.ByteString getPrefixBytes()
       Filter results to buckets whose names begin with this prefix.
       
      string prefix = 4;
      Returns:
      The bytes for prefix.
    • hasReadMask

      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;
      Returns:
      Whether the readMask field is set.
    • getReadMask

      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;
      Returns:
      The readMask.
    • getReadMaskOrBuilder

      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;