All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.helidon.config.etcd.internal.client.proto.SnapshotResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 4.1.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: rpc.proto

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 - 2024 Weber Informatics LLC | Privacy Policy