public interface ConsenterOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getClientTlsCert()
bytes client_tls_cert = 3 [json_name = "clientTlsCert"]; |
String |
getHost()
string host = 1 [json_name = "host"]; |
com.google.protobuf.ByteString |
getHostBytes()
string host = 1 [json_name = "host"]; |
int |
getPort()
uint32 port = 2 [json_name = "port"]; |
com.google.protobuf.ByteString |
getServerTlsCert()
bytes server_tls_cert = 4 [json_name = "serverTlsCert"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getHost()
string host = 1 [json_name = "host"];
com.google.protobuf.ByteString getHostBytes()
string host = 1 [json_name = "host"];
int getPort()
uint32 port = 2 [json_name = "port"];
com.google.protobuf.ByteString getClientTlsCert()
bytes client_tls_cert = 3 [json_name = "clientTlsCert"];
com.google.protobuf.ByteString getServerTlsCert()
bytes server_tls_cert = 4 [json_name = "serverTlsCert"];
Copyright © 2022. All rights reserved.