Package io.qdrant.client.grpc
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.Timestamp
Creation time of the snapshotcom.google.protobuf.TimestampOrBuilder
Creation time of the snapshotgetName()
Name of the snapshotcom.google.protobuf.ByteString
Name of the snapshotlong
getSize()
Size of the snapshot in bytesboolean
Creation time of the snapshotMethods 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
-
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.
-