public static final class NotLeaderNodeErrorDetails.NodeInfo.Builder extends com.google.protobuf.GeneratedMessage.Builder<NotLeaderNodeErrorDetails.NodeInfo.Builder> implements NotLeaderNodeErrorDetails.NodeInfoOrBuilder
Information about a cluster node.Protobuf type
kurrent.rpc.NotLeaderNodeErrorDetails.NodeInfo| Modifier and Type | Method and Description |
|---|---|
NotLeaderNodeErrorDetails.NodeInfo |
build() |
NotLeaderNodeErrorDetails.NodeInfo |
buildPartial() |
NotLeaderNodeErrorDetails.NodeInfo.Builder |
clear() |
NotLeaderNodeErrorDetails.NodeInfo.Builder |
clearHost()
The hostname or IP address of the node.
|
NotLeaderNodeErrorDetails.NodeInfo.Builder |
clearNodeId()
The unique instance ID of the node.
|
NotLeaderNodeErrorDetails.NodeInfo.Builder |
clearPort()
The gRPC port of the node.
|
NotLeaderNodeErrorDetails.NodeInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
NotLeaderNodeErrorDetails.NodeInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
NotLeaderNodeErrorDetails.NodeInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
NotLeaderNodeErrorDetails.NodeInfo.Builder |
mergeFrom(NotLeaderNodeErrorDetails.NodeInfo other) |
NotLeaderNodeErrorDetails.NodeInfo.Builder |
setHost(java.lang.String value)
The hostname or IP address of the node.
|
NotLeaderNodeErrorDetails.NodeInfo.Builder |
setHostBytes(com.google.protobuf.ByteString value)
The hostname or IP address of the node.
|
NotLeaderNodeErrorDetails.NodeInfo.Builder |
setNodeId(java.lang.String value)
The unique instance ID of the node.
|
NotLeaderNodeErrorDetails.NodeInfo.Builder |
setNodeIdBytes(com.google.protobuf.ByteString value)
The unique instance ID of the node.
|
NotLeaderNodeErrorDetails.NodeInfo.Builder |
setPort(int value)
The gRPC port of the node.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<NotLeaderNodeErrorDetails.NodeInfo.Builder>public NotLeaderNodeErrorDetails.NodeInfo.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<NotLeaderNodeErrorDetails.NodeInfo.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<NotLeaderNodeErrorDetails.NodeInfo.Builder>public NotLeaderNodeErrorDetails.NodeInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic NotLeaderNodeErrorDetails.NodeInfo build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic NotLeaderNodeErrorDetails.NodeInfo buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic NotLeaderNodeErrorDetails.NodeInfo.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<NotLeaderNodeErrorDetails.NodeInfo.Builder>public NotLeaderNodeErrorDetails.NodeInfo.Builder mergeFrom(NotLeaderNodeErrorDetails.NodeInfo other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<NotLeaderNodeErrorDetails.NodeInfo.Builder>public NotLeaderNodeErrorDetails.NodeInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<NotLeaderNodeErrorDetails.NodeInfo.Builder>java.io.IOExceptionpublic java.lang.String getHost()
The hostname or IP address of the node.
string host = 1;getHost in interface NotLeaderNodeErrorDetails.NodeInfoOrBuilderpublic com.google.protobuf.ByteString getHostBytes()
The hostname or IP address of the node.
string host = 1;getHostBytes in interface NotLeaderNodeErrorDetails.NodeInfoOrBuilderpublic NotLeaderNodeErrorDetails.NodeInfo.Builder setHost(java.lang.String value)
The hostname or IP address of the node.
string host = 1;value - The host to set.public NotLeaderNodeErrorDetails.NodeInfo.Builder clearHost()
The hostname or IP address of the node.
string host = 1;public NotLeaderNodeErrorDetails.NodeInfo.Builder setHostBytes(com.google.protobuf.ByteString value)
The hostname or IP address of the node.
string host = 1;value - The bytes for host to set.public int getPort()
The gRPC port of the node.
int32 port = 2;getPort in interface NotLeaderNodeErrorDetails.NodeInfoOrBuilderpublic NotLeaderNodeErrorDetails.NodeInfo.Builder setPort(int value)
The gRPC port of the node.
int32 port = 2;value - The port to set.public NotLeaderNodeErrorDetails.NodeInfo.Builder clearPort()
The gRPC port of the node.
int32 port = 2;public boolean hasNodeId()
The unique instance ID of the node.
optional string node_id = 3;hasNodeId in interface NotLeaderNodeErrorDetails.NodeInfoOrBuilderpublic java.lang.String getNodeId()
The unique instance ID of the node.
optional string node_id = 3;getNodeId in interface NotLeaderNodeErrorDetails.NodeInfoOrBuilderpublic com.google.protobuf.ByteString getNodeIdBytes()
The unique instance ID of the node.
optional string node_id = 3;getNodeIdBytes in interface NotLeaderNodeErrorDetails.NodeInfoOrBuilderpublic NotLeaderNodeErrorDetails.NodeInfo.Builder setNodeId(java.lang.String value)
The unique instance ID of the node.
optional string node_id = 3;value - The nodeId to set.public NotLeaderNodeErrorDetails.NodeInfo.Builder clearNodeId()
The unique instance ID of the node.
optional string node_id = 3;public NotLeaderNodeErrorDetails.NodeInfo.Builder setNodeIdBytes(com.google.protobuf.ByteString value)
The unique instance ID of the node.
optional string node_id = 3;value - The bytes for nodeId to set.