Interface SnapshotsService.DeleteFullSnapshotRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Name of the full snapshot
    com.google.protobuf.ByteString
    Name of the full 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

    • getSnapshotName

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

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