
io.etcd.jetcd.api.ResponseHeaderOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: rpc.proto
package io.etcd.jetcd.api;
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;
*/
long getClusterId();
/**
*
* member_id is the ID of the member which sent the response.
*
*
* uint64 member_id = 2;
*/
long getMemberId();
/**
*
* revision is the key-value store revision when the request was applied.
*
*
* int64 revision = 3;
*/
long getRevision();
/**
*
* raft_term is the raft term when the request was applied.
*
*
* uint64 raft_term = 4;
*/
long getRaftTerm();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy