Interface ReadStorageObjectIdOrBuilder

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

public interface ReadStorageObjectIdOrBuilder 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 key of the object within the collection.
    com.google.protobuf.ByteString
    The key of the object within the collection.
    The user owner of the object.
    com.google.protobuf.ByteString
    The user owner of the object.

    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

    • getCollection

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

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

      String getKey()
       The key of the object within the collection.
       
      string key = 2;
      Returns:
      The key.
    • getKeyBytes

      com.google.protobuf.ByteString getKeyBytes()
       The key of the object within the collection.
       
      string key = 2;
      Returns:
      The bytes for key.
    • getUserId

      String getUserId()
       The user owner of the object.
       
      string user_id = 3;
      Returns:
      The userId.
    • getUserIdBytes

      com.google.protobuf.ByteString getUserIdBytes()
       The user owner of the object.
       
      string user_id = 3;
      Returns:
      The bytes for userId.