public interface AnchorPeerOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getHost()
DNS host name of the anchor peer
|
com.google.protobuf.ByteString |
getHostBytes()
DNS host name of the anchor peer
|
int |
getPort()
The port number
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getHost()
DNS host name of the anchor peer
string host = 1 [json_name = "host"];
com.google.protobuf.ByteString getHostBytes()
DNS host name of the anchor peer
string host = 1 [json_name = "host"];
int getPort()
The port number
int32 port = 2 [json_name = "port"];
Copyright © 2022. All rights reserved.