Interface ListStorageObjectsRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The collection which stores the object.
    com.google.protobuf.ByteString
    The collection which stores the object.
    The cursor to page through results from.
    com.google.protobuf.ByteString
    The cursor to page through results from.
    The number of storage objects to list.
    The number of storage objects to list.
    ID of the user.
    com.google.protobuf.ByteString
    ID of the user.
    boolean
    The number of storage objects to list.

    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

    • getUserId

      String getUserId()
       ID of the user.
       
      string user_id = 1;
      Returns:
      The userId.
    • getUserIdBytes

      com.google.protobuf.ByteString getUserIdBytes()
       ID of the user.
       
      string user_id = 1;
      Returns:
      The bytes for userId.
    • getCollection

      String getCollection()
       The collection which stores the object.
       
      string collection = 2;
      Returns:
      The collection.
    • getCollectionBytes

      com.google.protobuf.ByteString getCollectionBytes()
       The collection which stores the object.
       
      string collection = 2;
      Returns:
      The bytes for collection.
    • hasLimit

      boolean hasLimit()
       The number of storage objects to list. Between 1 and 100.
       
      .google.protobuf.Int32Value limit = 3;
      Returns:
      Whether the limit field is set.
    • getLimit

      Int32Value getLimit()
       The number of storage objects to list. Between 1 and 100.
       
      .google.protobuf.Int32Value limit = 3;
      Returns:
      The limit.
    • getLimitOrBuilder

      Int32ValueOrBuilder getLimitOrBuilder()
       The number of storage objects to list. Between 1 and 100.
       
      .google.protobuf.Int32Value limit = 3;
    • getCursor

      String getCursor()
       The cursor to page through results from.
       
      string cursor = 4;
      Returns:
      The cursor.
    • getCursorBytes

      com.google.protobuf.ByteString getCursorBytes()
       The cursor to page through results from.
       
      string cursor = 4;
      Returns:
      The bytes for cursor.