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

protobuf.java.io.helidon.config.etcd.internal.client.proto.StatusResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 4.0.10
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 StatusResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:etcdserverpb.StatusResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .etcdserverpb.ResponseHeader header = 1;
   */
  boolean hasHeader();
  /**
   * .etcdserverpb.ResponseHeader header = 1;
   */
  io.helidon.config.etcd.internal.client.proto.ResponseHeader getHeader();
  /**
   * .etcdserverpb.ResponseHeader header = 1;
   */
  io.helidon.config.etcd.internal.client.proto.ResponseHeaderOrBuilder getHeaderOrBuilder();

  /**
   * 
   * version is the cluster protocol version used by the responding member.
   * 
* * string version = 2; */ java.lang.String getVersion(); /** *
   * version is the cluster protocol version used by the responding member.
   * 
* * string version = 2; */ com.google.protobuf.ByteString getVersionBytes(); /** *
   * dbSize is the size of the backend database, in bytes, of the responding member.
   * 
* * int64 dbSize = 3; */ long getDbSize(); /** *
   * leader is the member ID which the responding member believes is the current leader.
   * 
* * uint64 leader = 4; */ long getLeader(); /** *
   * raftIndex is the current raft index of the responding member.
   * 
* * uint64 raftIndex = 5; */ long getRaftIndex(); /** *
   * raftTerm is the current raft term of the responding member.
   * 
* * uint64 raftTerm = 6; */ long getRaftTerm(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy