Interface DeleteStorageObjectIdOrBuilder

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

public interface DeleteStorageObjectIdOrBuilder 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 version hash of the object.
    com.google.protobuf.ByteString
    The version hash 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.
    • getVersion

      String getVersion()
       The version hash of the object.
       
      string version = 3;
      Returns:
      The version.
    • getVersionBytes

      com.google.protobuf.ByteString getVersionBytes()
       The version hash of the object.
       
      string version = 3;
      Returns:
      The bytes for version.