io.helidon.config.etcd.internal.client.proto.SnapshotResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of helidon-config-etcd Show documentation
Show all versions of helidon-config-etcd Show documentation
etcd config source implementation.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: rpc.proto
// Protobuf Java Version: 4.27.3
package io.helidon.config.etcd.internal.client.proto;
public interface SnapshotResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:etcdserverpb.SnapshotResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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;
* @return Whether the header field is set.
*/
boolean 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;
* @return The header.
*/
io.helidon.config.etcd.internal.client.proto.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;
*/
io.helidon.config.etcd.internal.client.proto.ResponseHeaderOrBuilder getHeaderOrBuilder();
/**
*
* remaining_bytes is the number of blob bytes to be sent after this message
*
*
* uint64 remaining_bytes = 2;
* @return The remainingBytes.
*/
long getRemainingBytes();
/**
*
* blob contains the next chunk of the snapshot in the snapshot stream.
*
*
* bytes blob = 3;
* @return The blob.
*/
com.google.protobuf.ByteString getBlob();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy