public interface HubNodeAddressOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getHostname()
optional string hostname = 1; |
com.google.protobuf.ByteString |
getHostnameBytes()
optional string hostname = 1; |
int |
getRpcPort()
optional uint32 rpc_port = 2; |
boolean |
hasHostname()
optional string hostname = 1; |
boolean |
hasRpcPort()
optional uint32 rpc_port = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasHostname()
optional string hostname = 1;
String getHostname()
optional string hostname = 1;
com.google.protobuf.ByteString getHostnameBytes()
optional string hostname = 1;
boolean hasRpcPort()
optional uint32 rpc_port = 2;
int getRpcPort()
optional uint32 rpc_port = 2;
Copyright © 2023. All Rights Reserved.