public interface NetAddressOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getHost()
optional string host = 1; |
com.google.protobuf.ByteString |
getHostBytes()
optional string host = 1; |
int |
getRpcPort()
optional int32 rpcPort = 2; |
boolean |
hasHost()
optional string host = 1; |
boolean |
hasRpcPort()
optional int32 rpcPort = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasHost()
optional string host = 1;
String getHost()
optional string host = 1;
com.google.protobuf.ByteString getHostBytes()
optional string host = 1;
boolean hasRpcPort()
optional int32 rpcPort = 2;
int getRpcPort()
optional int32 rpcPort = 2;
Copyright © 2023. All Rights Reserved.