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, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<PlatformInfo.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<PlatformInfo.Builder>
public PlatformInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public PlatformInfo build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public PlatformInfo buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public PlatformInfo.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
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.Builder
setField
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.Builder
clearField
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.Builder
clearOneof
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.Builder
setRepeatedField
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.Builder
addRepeatedField
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.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<PlatformInfo.Builder>
IOException
public boolean hasPrimary()
The connection details of the node the client should connect with
.io.axoniq.axonserver.grpc.control.NodeInfo primary = 1;
hasPrimary
in interface PlatformInfoOrBuilder
public NodeInfo getPrimary()
The connection details of the node the client should connect with
.io.axoniq.axonserver.grpc.control.NodeInfo primary = 1;
getPrimary
in interface PlatformInfoOrBuilder
public 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 PlatformInfoOrBuilder
public 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 PlatformInfoOrBuilder
public 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.Builder
setUnknownFields
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.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<PlatformInfo.Builder>
Copyright © 2010–2020. All rights reserved.