Interface SnapshotsService.DeleteSnapshotRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SnapshotsService.DeleteSnapshotRequest, SnapshotsService.DeleteSnapshotRequest.Builder
Enclosing class:
SnapshotsService

public static interface SnapshotsService.DeleteSnapshotRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Name of the collection
    com.google.protobuf.ByteString
    Name of the collection
    Name of the collection snapshot
    com.google.protobuf.ByteString
    Name of the collection snapshot

    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

    • getCollectionName

      String getCollectionName()
       Name of the collection
       
      string collection_name = 1;
      Returns:
      The collectionName.
    • getCollectionNameBytes

      com.google.protobuf.ByteString getCollectionNameBytes()
       Name of the collection
       
      string collection_name = 1;
      Returns:
      The bytes for collectionName.
    • getSnapshotName

      String getSnapshotName()
       Name of the collection snapshot
       
      string snapshot_name = 2;
      Returns:
      The snapshotName.
    • getSnapshotNameBytes

      com.google.protobuf.ByteString getSnapshotNameBytes()
       Name of the collection snapshot
       
      string snapshot_name = 2;
      Returns:
      The bytes for snapshotName.