PlatformInfo.Builder |
PlatformInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PlatformInfo.Builder |
PlatformInfo.Builder.clear() |
PlatformInfo.Builder |
PlatformInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
PlatformInfo.Builder |
PlatformInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
PlatformInfo.Builder |
PlatformInfo.Builder.clearPrimary()
optional .io.axoniq.axonserver.grpc.control.NodeInfo primary = 1;
|
PlatformInfo.Builder |
PlatformInfo.Builder.clearSameConnection()
optional bool same_connection = 2;
|
PlatformInfo.Builder |
PlatformInfo.Builder.clone() |
PlatformInfo.Builder |
PlatformInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PlatformInfo.Builder |
PlatformInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
PlatformInfo.Builder |
PlatformInfo.Builder.mergeFrom(PlatformInfo other) |
PlatformInfo.Builder |
PlatformInfo.Builder.mergePrimary(NodeInfo value)
optional .io.axoniq.axonserver.grpc.control.NodeInfo primary = 1;
|
PlatformInfo.Builder |
PlatformInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static PlatformInfo.Builder |
PlatformInfo.newBuilder() |
static PlatformInfo.Builder |
PlatformInfo.newBuilder(PlatformInfo prototype) |
PlatformInfo.Builder |
PlatformInfo.newBuilderForType() |
protected PlatformInfo.Builder |
PlatformInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
PlatformInfo.Builder |
PlatformInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PlatformInfo.Builder |
PlatformInfo.Builder.setPrimary(NodeInfo.Builder builderForValue)
optional .io.axoniq.axonserver.grpc.control.NodeInfo primary = 1;
|
PlatformInfo.Builder |
PlatformInfo.Builder.setPrimary(NodeInfo value)
optional .io.axoniq.axonserver.grpc.control.NodeInfo primary = 1;
|
PlatformInfo.Builder |
PlatformInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
PlatformInfo.Builder |
PlatformInfo.Builder.setSameConnection(boolean value)
optional bool same_connection = 2;
|
PlatformInfo.Builder |
PlatformInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PlatformInfo.Builder |
PlatformInfo.toBuilder() |