Interface ToggleLockSnapshotRequestOrBuilder

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

@Generated public interface ToggleLockSnapshotRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string locker_id = 2;
    com.google.protobuf.ByteString
    string locker_id = 2;
    string snapshot_id = 1;
    com.google.protobuf.ByteString
    string snapshot_id = 1;

    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

    • getSnapshotId

      String getSnapshotId()
      string snapshot_id = 1;
      Returns:
      The snapshotId.
    • getSnapshotIdBytes

      com.google.protobuf.ByteString getSnapshotIdBytes()
      string snapshot_id = 1;
      Returns:
      The bytes for snapshotId.
    • getLockerId

      String getLockerId()
      string locker_id = 2;
      Returns:
      The lockerId.
    • getLockerIdBytes

      com.google.protobuf.ByteString getLockerIdBytes()
      string locker_id = 2;
      Returns:
      The bytes for lockerId.