org.hyperledger.fabric.protos.gossip.ConnEstablishOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: gossip/message.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.gossip;
public interface ConnEstablishOrBuilder extends
// @@protoc_insertion_point(interface_extends:gossip.ConnEstablish)
com.google.protobuf.MessageOrBuilder {
/**
* bytes pki_id = 1 [json_name = "pkiId"];
* @return The pkiId.
*/
com.google.protobuf.ByteString getPkiId();
/**
* bytes identity = 2 [json_name = "identity"];
* @return The identity.
*/
com.google.protobuf.ByteString getIdentity();
/**
* bytes tls_cert_hash = 3 [json_name = "tlsCertHash"];
* @return The tlsCertHash.
*/
com.google.protobuf.ByteString getTlsCertHash();
/**
* bool probe = 4 [json_name = "probe"];
* @return The probe.
*/
boolean getProbe();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy