public interface SnapshotDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getChunk()
optional bytes chunk = 3; |
boolean |
getEof()
optional bool eof = 5; |
long |
getOffset()
optional int64 offset = 4; |
long |
getSnapshotIndex()
optional int64 snapshotIndex = 2; |
long |
getSnapshotTerm()
optional int64 snapshotTerm = 1; |
boolean |
hasChunk()
optional bytes chunk = 3; |
boolean |
hasEof()
optional bool eof = 5; |
boolean |
hasOffset()
optional int64 offset = 4; |
boolean |
hasSnapshotIndex()
optional int64 snapshotIndex = 2; |
boolean |
hasSnapshotTerm()
optional int64 snapshotTerm = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasSnapshotTerm()
optional int64 snapshotTerm = 1;
long getSnapshotTerm()
optional int64 snapshotTerm = 1;
boolean hasSnapshotIndex()
optional int64 snapshotIndex = 2;
long getSnapshotIndex()
optional int64 snapshotIndex = 2;
boolean hasChunk()
optional bytes chunk = 3;
com.google.protobuf.ByteString getChunk()
optional bytes chunk = 3;
boolean hasOffset()
optional int64 offset = 4;
long getOffset()
optional int64 offset = 4;
boolean hasEof()
optional bool eof = 5;
boolean getEof()
optional bool eof = 5;
Copyright © 2023. All Rights Reserved.