Interface SnapshotsService.SnapshotDescriptionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SnapshotsService.SnapshotDescription,SnapshotsService.SnapshotDescription.Builder
- Enclosing class:
- SnapshotsService
public static interface SnapshotsService.SnapshotDescriptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.TimestampCreation time of the snapshotcom.google.protobuf.TimestampOrBuilderCreation time of the snapshotgetName()Name of the snapshotcom.google.protobuf.ByteStringName of the snapshotlonggetSize()Size of the snapshot in bytesbooleanCreation time of the snapshotMethods 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
-
getName
String getName()Name of the snapshot
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Name of the snapshot
string name = 1;- Returns:
- The bytes for name.
-
hasCreationTime
boolean hasCreationTime()Creation time of the snapshot
.google.protobuf.Timestamp creation_time = 2;- Returns:
- Whether the creationTime field is set.
-
getCreationTime
com.google.protobuf.Timestamp getCreationTime()Creation time of the snapshot
.google.protobuf.Timestamp creation_time = 2;- Returns:
- The creationTime.
-
getCreationTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreationTimeOrBuilder()Creation time of the snapshot
.google.protobuf.Timestamp creation_time = 2; -
getSize
long getSize()Size of the snapshot in bytes
int64 size = 3;- Returns:
- The size.
-