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()
Deprecated.
|
long |
getOffset()
Deprecated.
|
long |
getSnapshotIndex()
optional int64 snapshotIndex = 2; |
long |
getSnapshotTerm()
optional int64 snapshotTerm = 1; |
boolean |
hasChunk()
optional bytes chunk = 3; |
boolean |
hasEof()
Deprecated.
|
boolean |
hasOffset()
Deprecated.
|
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;
@Deprecated boolean hasOffset()
optional int64 offset = 4 [deprecated = true];
@Deprecated long getOffset()
optional int64 offset = 4 [deprecated = true];
@Deprecated boolean hasEof()
optional bool eof = 5 [deprecated = true];
@Deprecated boolean getEof()
optional bool eof = 5 [deprecated = true];
Copyright © 2023. All Rights Reserved.