public static final class PlatformInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PlatformInfo.Builder> implements PlatformInfoOrBuilder
Message containing connection information of the node to Connect withProtobuf type
io.axoniq.axonserver.grpc.control.PlatformInfo| Modifier and Type | Method and Description |
|---|---|
PlatformInfo.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PlatformInfo |
build() |
PlatformInfo |
buildPartial() |
PlatformInfo.Builder |
clear() |
PlatformInfo.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
PlatformInfo.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
PlatformInfo.Builder |
clearPrimary()
The connection details of the node the client should connect with
|
PlatformInfo.Builder |
clearSameConnection()
Flag indicating that the connection may be reused to connect.
|
PlatformInfo.Builder |
clone() |
PlatformInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
NodeInfo |
getPrimary()
The connection details of the node the client should connect with
|
NodeInfo.Builder |
getPrimaryBuilder()
The connection details of the node the client should connect with
|
NodeInfoOrBuilder |
getPrimaryOrBuilder()
The connection details of the node the client should connect with
|
boolean |
getSameConnection()
Flag indicating that the connection may be reused to connect.
|
boolean |
hasPrimary()
The connection details of the node the client should connect with
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
PlatformInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PlatformInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
PlatformInfo.Builder |
mergeFrom(PlatformInfo other) |
PlatformInfo.Builder |
mergePrimary(NodeInfo value)
The connection details of the node the client should connect with
|
PlatformInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PlatformInfo.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PlatformInfo.Builder |
setPrimary(NodeInfo.Builder builderForValue)
The connection details of the node the client should connect with
|
PlatformInfo.Builder |
setPrimary(NodeInfo value)
The connection details of the node the client should connect with
|
PlatformInfo.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
PlatformInfo.Builder |
setSameConnection(boolean value)
Flag indicating that the connection may be reused to connect.
|
PlatformInfo.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<PlatformInfo.Builder>public PlatformInfo.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<PlatformInfo.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.GeneratedMessageV3.Builder<PlatformInfo.Builder>public PlatformInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic PlatformInfo build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic PlatformInfo buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic PlatformInfo.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<PlatformInfo.Builder>public PlatformInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<PlatformInfo.Builder>public PlatformInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<PlatformInfo.Builder>public PlatformInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<PlatformInfo.Builder>public PlatformInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PlatformInfo.Builder>public PlatformInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PlatformInfo.Builder>public PlatformInfo.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PlatformInfo.Builder>public PlatformInfo.Builder mergeFrom(PlatformInfo other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<PlatformInfo.Builder>public PlatformInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PlatformInfo.Builder>IOExceptionpublic boolean hasPrimary()
The connection details of the node the client should connect with
.io.axoniq.axonserver.grpc.control.NodeInfo primary = 1;hasPrimary in interface PlatformInfoOrBuilderpublic NodeInfo getPrimary()
The connection details of the node the client should connect with
.io.axoniq.axonserver.grpc.control.NodeInfo primary = 1;getPrimary in interface PlatformInfoOrBuilderpublic PlatformInfo.Builder setPrimary(NodeInfo value)
The connection details of the node the client should connect with
.io.axoniq.axonserver.grpc.control.NodeInfo primary = 1;public PlatformInfo.Builder setPrimary(NodeInfo.Builder builderForValue)
The connection details of the node the client should connect with
.io.axoniq.axonserver.grpc.control.NodeInfo primary = 1;public PlatformInfo.Builder mergePrimary(NodeInfo value)
The connection details of the node the client should connect with
.io.axoniq.axonserver.grpc.control.NodeInfo primary = 1;public PlatformInfo.Builder clearPrimary()
The connection details of the node the client should connect with
.io.axoniq.axonserver.grpc.control.NodeInfo primary = 1;public NodeInfo.Builder getPrimaryBuilder()
The connection details of the node the client should connect with
.io.axoniq.axonserver.grpc.control.NodeInfo primary = 1;public NodeInfoOrBuilder getPrimaryOrBuilder()
The connection details of the node the client should connect with
.io.axoniq.axonserver.grpc.control.NodeInfo primary = 1;getPrimaryOrBuilder in interface PlatformInfoOrBuilderpublic boolean getSameConnection()
Flag indicating that the connection may be reused to connect. When true, the client _may_ reuse the connection established for the GetPlatformServer request for subsequent requests.
bool same_connection = 2;getSameConnection in interface PlatformInfoOrBuilderpublic PlatformInfo.Builder setSameConnection(boolean value)
Flag indicating that the connection may be reused to connect. When true, the client _may_ reuse the connection established for the GetPlatformServer request for subsequent requests.
bool same_connection = 2;public PlatformInfo.Builder clearSameConnection()
Flag indicating that the connection may be reused to connect. When true, the client _may_ reuse the connection established for the GetPlatformServer request for subsequent requests.
bool same_connection = 2;public final PlatformInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PlatformInfo.Builder>public final PlatformInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PlatformInfo.Builder>Copyright © 2010–2020. All rights reserved.