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

protobuf.java.io.helidon.config.etcd.internal.client.proto.ResponseHeaderOrBuilder 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 ResponseHeaderOrBuilder extends
    // @@protoc_insertion_point(interface_extends:etcdserverpb.ResponseHeader)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * cluster_id is the ID of the cluster which sent the response.
   * 
* * uint64 cluster_id = 1; * @return The clusterId. */ long getClusterId(); /** *
   * member_id is the ID of the member which sent the response.
   * 
* * uint64 member_id = 2; * @return The memberId. */ long getMemberId(); /** *
   * revision is the key-value store revision when the request was applied.
   * 
* * int64 revision = 3; * @return The revision. */ long getRevision(); /** *
   * raft_term is the raft term when the request was applied.
   * 
* * uint64 raft_term = 4; * @return The raftTerm. */ long getRaftTerm(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy