public interface SnapshotResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getBlob()
blob contains the next chunk of the snapshot in the snapshot stream.
|
ResponseHeader |
getHeader()
header has the current key-value store information.
|
ResponseHeaderOrBuilder |
getHeaderOrBuilder()
header has the current key-value store information.
|
long |
getRemainingBytes()
remaining_bytes is the number of blob bytes to be sent after this message
|
boolean |
hasHeader()
header has the current key-value store information.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasHeader()
header has the current key-value store information. The first header in the snapshot stream indicates the point in time of the snapshot.
.etcdserverpb.ResponseHeader header = 1;ResponseHeader getHeader()
header has the current key-value store information. The first header in the snapshot stream indicates the point in time of the snapshot.
.etcdserverpb.ResponseHeader header = 1;ResponseHeaderOrBuilder getHeaderOrBuilder()
header has the current key-value store information. The first header in the snapshot stream indicates the point in time of the snapshot.
.etcdserverpb.ResponseHeader header = 1;long getRemainingBytes()
remaining_bytes is the number of blob bytes to be sent after this message
uint64 remaining_bytes = 2;com.google.protobuf.ByteString getBlob()
blob contains the next chunk of the snapshot in the snapshot stream.
bytes blob = 3;Copyright © 2021. All rights reserved.