public static interface NotLeaderNodeErrorDetails.NodeInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHost()
The hostname or IP address of the node.
|
com.google.protobuf.ByteString |
getHostBytes()
The hostname or IP address of the node.
|
java.lang.String |
getNodeId()
The unique instance ID of the node.
|
com.google.protobuf.ByteString |
getNodeIdBytes()
The unique instance ID of the node.
|
int |
getPort()
The gRPC port of the node.
|
boolean |
hasNodeId()
The unique instance ID of the node.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getHost()
The hostname or IP address of the node.
string host = 1;com.google.protobuf.ByteString getHostBytes()
The hostname or IP address of the node.
string host = 1;int getPort()
The gRPC port of the node.
int32 port = 2;boolean hasNodeId()
The unique instance ID of the node.
optional string node_id = 3;java.lang.String getNodeId()
The unique instance ID of the node.
optional string node_id = 3;com.google.protobuf.ByteString getNodeIdBytes()
The unique instance ID of the node.
optional string node_id = 3;