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 TypeMethodDescriptionstring locker_id = 2;com.google.protobuf.ByteStringstring locker_id = 2;string snapshot_id = 1;com.google.protobuf.ByteStringstring snapshot_id = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSnapshotId
-
getSnapshotIdBytes
com.google.protobuf.ByteString getSnapshotIdBytes()string snapshot_id = 1;- Returns:
- The bytes for snapshotId.
-
getLockerId
-
getLockerIdBytes
com.google.protobuf.ByteString getLockerIdBytes()string locker_id = 2;- Returns:
- The bytes for lockerId.
-