public static final class BackupPOptions.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BackupPOptions.Builder> implements BackupPOptionsOrBuilder
alluxio.grpc.meta.BackupPOptions
Modifier and Type | Method and Description |
---|---|
BackupPOptions.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BackupPOptions |
build() |
BackupPOptions |
buildPartial() |
BackupPOptions.Builder |
clear() |
BackupPOptions.Builder |
clearAllowLeader()
optional bool allowLeader = 3; |
BackupPOptions.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
BackupPOptions.Builder |
clearLocalFileSystem()
optional bool localFileSystem = 1; |
BackupPOptions.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
BackupPOptions.Builder |
clearRunAsync()
optional bool runAsync = 2; |
BackupPOptions.Builder |
clearStateLockSleepDurationMs()
optional int64 stateLockSleepDurationMs = 5; |
BackupPOptions.Builder |
clearStateLockTimeoutMs()
optional int64 stateLockTimeoutMs = 6; |
BackupPOptions.Builder |
clearStateLockTryDurationMs()
optional int64 stateLockTryDurationMs = 4; |
BackupPOptions.Builder |
clone() |
boolean |
getAllowLeader()
optional bool allowLeader = 3; |
BackupPOptions |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getLocalFileSystem()
optional bool localFileSystem = 1; |
boolean |
getRunAsync()
optional bool runAsync = 2; |
long |
getStateLockSleepDurationMs()
optional int64 stateLockSleepDurationMs = 5; |
long |
getStateLockTimeoutMs()
optional int64 stateLockTimeoutMs = 6; |
long |
getStateLockTryDurationMs()
optional int64 stateLockTryDurationMs = 4; |
boolean |
hasAllowLeader()
optional bool allowLeader = 3; |
boolean |
hasLocalFileSystem()
optional bool localFileSystem = 1; |
boolean |
hasRunAsync()
optional bool runAsync = 2; |
boolean |
hasStateLockSleepDurationMs()
optional int64 stateLockSleepDurationMs = 5; |
boolean |
hasStateLockTimeoutMs()
optional int64 stateLockTimeoutMs = 6; |
boolean |
hasStateLockTryDurationMs()
optional int64 stateLockTryDurationMs = 4; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
BackupPOptions.Builder |
mergeFrom(BackupPOptions other) |
BackupPOptions.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BackupPOptions.Builder |
mergeFrom(com.google.protobuf.Message other) |
BackupPOptions.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
BackupPOptions.Builder |
setAllowLeader(boolean value)
optional bool allowLeader = 3; |
BackupPOptions.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BackupPOptions.Builder |
setLocalFileSystem(boolean value)
optional bool localFileSystem = 1; |
BackupPOptions.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
BackupPOptions.Builder |
setRunAsync(boolean value)
optional bool runAsync = 2; |
BackupPOptions.Builder |
setStateLockSleepDurationMs(long value)
optional int64 stateLockSleepDurationMs = 5; |
BackupPOptions.Builder |
setStateLockTimeoutMs(long value)
optional int64 stateLockTimeoutMs = 6; |
BackupPOptions.Builder |
setStateLockTryDurationMs(long value)
optional int64 stateLockTryDurationMs = 4; |
BackupPOptions.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<BackupPOptions.Builder>
public BackupPOptions.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<BackupPOptions.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<BackupPOptions.Builder>
public BackupPOptions getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public BackupPOptions build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public BackupPOptions buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public BackupPOptions.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<BackupPOptions.Builder>
public BackupPOptions.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<BackupPOptions.Builder>
public BackupPOptions.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<BackupPOptions.Builder>
public BackupPOptions.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<BackupPOptions.Builder>
public BackupPOptions.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<BackupPOptions.Builder>
public BackupPOptions.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<BackupPOptions.Builder>
public BackupPOptions.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<BackupPOptions.Builder>
public BackupPOptions.Builder mergeFrom(BackupPOptions other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<BackupPOptions.Builder>
public BackupPOptions.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<BackupPOptions.Builder>
IOException
public boolean hasLocalFileSystem()
optional bool localFileSystem = 1;
hasLocalFileSystem
in interface BackupPOptionsOrBuilder
public boolean getLocalFileSystem()
optional bool localFileSystem = 1;
getLocalFileSystem
in interface BackupPOptionsOrBuilder
public BackupPOptions.Builder setLocalFileSystem(boolean value)
optional bool localFileSystem = 1;
value
- The localFileSystem to set.public BackupPOptions.Builder clearLocalFileSystem()
optional bool localFileSystem = 1;
public boolean hasRunAsync()
optional bool runAsync = 2;
hasRunAsync
in interface BackupPOptionsOrBuilder
public boolean getRunAsync()
optional bool runAsync = 2;
getRunAsync
in interface BackupPOptionsOrBuilder
public BackupPOptions.Builder setRunAsync(boolean value)
optional bool runAsync = 2;
value
- The runAsync to set.public BackupPOptions.Builder clearRunAsync()
optional bool runAsync = 2;
public boolean hasAllowLeader()
optional bool allowLeader = 3;
hasAllowLeader
in interface BackupPOptionsOrBuilder
public boolean getAllowLeader()
optional bool allowLeader = 3;
getAllowLeader
in interface BackupPOptionsOrBuilder
public BackupPOptions.Builder setAllowLeader(boolean value)
optional bool allowLeader = 3;
value
- The allowLeader to set.public BackupPOptions.Builder clearAllowLeader()
optional bool allowLeader = 3;
public boolean hasStateLockTryDurationMs()
optional int64 stateLockTryDurationMs = 4;
hasStateLockTryDurationMs
in interface BackupPOptionsOrBuilder
public long getStateLockTryDurationMs()
optional int64 stateLockTryDurationMs = 4;
getStateLockTryDurationMs
in interface BackupPOptionsOrBuilder
public BackupPOptions.Builder setStateLockTryDurationMs(long value)
optional int64 stateLockTryDurationMs = 4;
value
- The stateLockTryDurationMs to set.public BackupPOptions.Builder clearStateLockTryDurationMs()
optional int64 stateLockTryDurationMs = 4;
public boolean hasStateLockSleepDurationMs()
optional int64 stateLockSleepDurationMs = 5;
hasStateLockSleepDurationMs
in interface BackupPOptionsOrBuilder
public long getStateLockSleepDurationMs()
optional int64 stateLockSleepDurationMs = 5;
getStateLockSleepDurationMs
in interface BackupPOptionsOrBuilder
public BackupPOptions.Builder setStateLockSleepDurationMs(long value)
optional int64 stateLockSleepDurationMs = 5;
value
- The stateLockSleepDurationMs to set.public BackupPOptions.Builder clearStateLockSleepDurationMs()
optional int64 stateLockSleepDurationMs = 5;
public boolean hasStateLockTimeoutMs()
optional int64 stateLockTimeoutMs = 6;
hasStateLockTimeoutMs
in interface BackupPOptionsOrBuilder
public long getStateLockTimeoutMs()
optional int64 stateLockTimeoutMs = 6;
getStateLockTimeoutMs
in interface BackupPOptionsOrBuilder
public BackupPOptions.Builder setStateLockTimeoutMs(long value)
optional int64 stateLockTimeoutMs = 6;
value
- The stateLockTimeoutMs to set.public BackupPOptions.Builder clearStateLockTimeoutMs()
optional int64 stateLockTimeoutMs = 6;
public final BackupPOptions.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<BackupPOptions.Builder>
public final BackupPOptions.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<BackupPOptions.Builder>
Copyright © 2023. All Rights Reserved.