public static final class JoinBySnapshotStatus.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<JoinBySnapshotStatus.Builder> implements JoinBySnapshotStatusOrBuilder
JoinBySnapshotStatus contains information about whether or a JoinBySnapshot operation is in progress and the related bootstrap dir if it is running.Protobuf type
protos.JoinBySnapshotStatus
Modifier and Type | Method and Description |
---|---|
JoinBySnapshotStatus.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
JoinBySnapshotStatus |
build() |
JoinBySnapshotStatus |
buildPartial() |
JoinBySnapshotStatus.Builder |
clear() |
JoinBySnapshotStatus.Builder |
clearBootstrappingSnapshotDir()
string bootstrapping_snapshot_dir = 2 [json_name = "bootstrappingSnapshotDir"]; |
JoinBySnapshotStatus.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
JoinBySnapshotStatus.Builder |
clearInProgress()
bool in_progress = 1 [json_name = "inProgress"]; |
JoinBySnapshotStatus.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
JoinBySnapshotStatus.Builder |
clone() |
String |
getBootstrappingSnapshotDir()
string bootstrapping_snapshot_dir = 2 [json_name = "bootstrappingSnapshotDir"]; |
com.google.protobuf.ByteString |
getBootstrappingSnapshotDirBytes()
string bootstrapping_snapshot_dir = 2 [json_name = "bootstrappingSnapshotDir"]; |
JoinBySnapshotStatus |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getInProgress()
bool in_progress = 1 [json_name = "inProgress"]; |
boolean |
isInitialized() |
JoinBySnapshotStatus.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
JoinBySnapshotStatus.Builder |
mergeFrom(JoinBySnapshotStatus other) |
JoinBySnapshotStatus.Builder |
mergeFrom(com.google.protobuf.Message other) |
JoinBySnapshotStatus.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
JoinBySnapshotStatus.Builder |
setBootstrappingSnapshotDir(String value)
string bootstrapping_snapshot_dir = 2 [json_name = "bootstrappingSnapshotDir"]; |
JoinBySnapshotStatus.Builder |
setBootstrappingSnapshotDirBytes(com.google.protobuf.ByteString value)
string bootstrapping_snapshot_dir = 2 [json_name = "bootstrappingSnapshotDir"]; |
JoinBySnapshotStatus.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
JoinBySnapshotStatus.Builder |
setInProgress(boolean value)
bool in_progress = 1 [json_name = "inProgress"]; |
JoinBySnapshotStatus.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
JoinBySnapshotStatus.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, newBuilderForField
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public JoinBySnapshotStatus.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<JoinBySnapshotStatus.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<JoinBySnapshotStatus.Builder>
public JoinBySnapshotStatus getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public JoinBySnapshotStatus build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public JoinBySnapshotStatus buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public JoinBySnapshotStatus.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<JoinBySnapshotStatus.Builder>
public JoinBySnapshotStatus.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<JoinBySnapshotStatus.Builder>
public JoinBySnapshotStatus.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<JoinBySnapshotStatus.Builder>
public JoinBySnapshotStatus.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<JoinBySnapshotStatus.Builder>
public JoinBySnapshotStatus.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<JoinBySnapshotStatus.Builder>
public JoinBySnapshotStatus.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<JoinBySnapshotStatus.Builder>
public JoinBySnapshotStatus.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<JoinBySnapshotStatus.Builder>
public JoinBySnapshotStatus.Builder mergeFrom(JoinBySnapshotStatus other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<JoinBySnapshotStatus.Builder>
public JoinBySnapshotStatus.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<JoinBySnapshotStatus.Builder>
IOException
public boolean getInProgress()
bool in_progress = 1 [json_name = "inProgress"];
getInProgress
in interface JoinBySnapshotStatusOrBuilder
public JoinBySnapshotStatus.Builder setInProgress(boolean value)
bool in_progress = 1 [json_name = "inProgress"];
value
- The inProgress to set.public JoinBySnapshotStatus.Builder clearInProgress()
bool in_progress = 1 [json_name = "inProgress"];
public String getBootstrappingSnapshotDir()
string bootstrapping_snapshot_dir = 2 [json_name = "bootstrappingSnapshotDir"];
getBootstrappingSnapshotDir
in interface JoinBySnapshotStatusOrBuilder
public com.google.protobuf.ByteString getBootstrappingSnapshotDirBytes()
string bootstrapping_snapshot_dir = 2 [json_name = "bootstrappingSnapshotDir"];
getBootstrappingSnapshotDirBytes
in interface JoinBySnapshotStatusOrBuilder
public JoinBySnapshotStatus.Builder setBootstrappingSnapshotDir(String value)
string bootstrapping_snapshot_dir = 2 [json_name = "bootstrappingSnapshotDir"];
value
- The bootstrappingSnapshotDir to set.public JoinBySnapshotStatus.Builder clearBootstrappingSnapshotDir()
string bootstrapping_snapshot_dir = 2 [json_name = "bootstrappingSnapshotDir"];
public JoinBySnapshotStatus.Builder setBootstrappingSnapshotDirBytes(com.google.protobuf.ByteString value)
string bootstrapping_snapshot_dir = 2 [json_name = "bootstrappingSnapshotDir"];
value
- The bytes for bootstrappingSnapshotDir to set.public final JoinBySnapshotStatus.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<JoinBySnapshotStatus.Builder>
public final JoinBySnapshotStatus.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<JoinBySnapshotStatus.Builder>
Copyright © 2022. All rights reserved.