org.hyperledger.fabric.protos.common.ConsenterOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: common/configuration.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.common;
public interface ConsenterOrBuilder extends
// @@protoc_insertion_point(interface_extends:common.Consenter)
com.google.protobuf.MessageOrBuilder {
/**
* uint32 id = 1 [json_name = "id"];
* @return The id.
*/
int getId();
/**
* string host = 2 [json_name = "host"];
* @return The host.
*/
java.lang.String getHost();
/**
* string host = 2 [json_name = "host"];
* @return The bytes for host.
*/
com.google.protobuf.ByteString
getHostBytes();
/**
* uint32 port = 3 [json_name = "port"];
* @return The port.
*/
int getPort();
/**
* string msp_id = 4 [json_name = "mspId"];
* @return The mspId.
*/
java.lang.String getMspId();
/**
* string msp_id = 4 [json_name = "mspId"];
* @return The bytes for mspId.
*/
com.google.protobuf.ByteString
getMspIdBytes();
/**
* bytes identity = 5 [json_name = "identity"];
* @return The identity.
*/
com.google.protobuf.ByteString getIdentity();
/**
* bytes client_tls_cert = 6 [json_name = "clientTlsCert"];
* @return The clientTlsCert.
*/
com.google.protobuf.ByteString getClientTlsCert();
/**
* bytes server_tls_cert = 7 [json_name = "serverTlsCert"];
* @return The serverTlsCert.
*/
com.google.protobuf.ByteString getServerTlsCert();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy