public interface NodeInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getGrpcPort()
The port number for gRPC connections
|
String |
getHostName()
The host name to use when connecting to this node
|
com.google.protobuf.ByteString |
getHostNameBytes()
The host name to use when connecting to this node
|
int |
getHttpPort()
The port number for HTTP connections
|
String |
getNodeName()
The unique name of the node to connect with, for purpose of debugging
|
com.google.protobuf.ByteString |
getNodeNameBytes()
The unique name of the node to connect with, for purpose of debugging
|
int |
getVersion()
The version identifier of the API
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getHostName()
The host name to use when connecting to this node
string host_name = 1;
com.google.protobuf.ByteString getHostNameBytes()
The host name to use when connecting to this node
string host_name = 1;
int getGrpcPort()
The port number for gRPC connections
int32 grpc_port = 2;
int getHttpPort()
The port number for HTTP connections
int32 http_port = 3;
int getVersion()
The version identifier of the API
int32 version = 4;
String getNodeName()
The unique name of the node to connect with, for purpose of debugging
string node_name = 5;
com.google.protobuf.ByteString getNodeNameBytes()
The unique name of the node to connect with, for purpose of debugging
string node_name = 5;
Copyright © 2010–2020. All rights reserved.