public static final class LoadMetadataPOptions.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<LoadMetadataPOptions.Builder> implements LoadMetadataPOptionsOrBuilder
alluxio.grpc.file.LoadMetadataPOptions
Modifier and Type | Method and Description |
---|---|
LoadMetadataPOptions.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
LoadMetadataPOptions |
build() |
LoadMetadataPOptions |
buildPartial() |
LoadMetadataPOptions.Builder |
clear() |
LoadMetadataPOptions.Builder |
clearCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 4; |
LoadMetadataPOptions.Builder |
clearCreateAncestors()
optional bool createAncestors = 2; |
LoadMetadataPOptions.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
LoadMetadataPOptions.Builder |
clearLoadDescendantType()
optional .alluxio.grpc.fscommon.LoadDescendantPType loadDescendantType = 3; |
LoadMetadataPOptions.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
LoadMetadataPOptions.Builder |
clearRecursive()
whether to load metadata recursively
|
LoadMetadataPOptions.Builder |
clone() |
FileSystemMasterCommonPOptions |
getCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 4; |
FileSystemMasterCommonPOptions.Builder |
getCommonOptionsBuilder()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 4; |
FileSystemMasterCommonPOptionsOrBuilder |
getCommonOptionsOrBuilder()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 4; |
boolean |
getCreateAncestors()
optional bool createAncestors = 2; |
LoadMetadataPOptions |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
LoadDescendantPType |
getLoadDescendantType()
optional .alluxio.grpc.fscommon.LoadDescendantPType loadDescendantType = 3; |
boolean |
getRecursive()
whether to load metadata recursively
|
boolean |
hasCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 4; |
boolean |
hasCreateAncestors()
optional bool createAncestors = 2; |
boolean |
hasLoadDescendantType()
optional .alluxio.grpc.fscommon.LoadDescendantPType loadDescendantType = 3; |
boolean |
hasRecursive()
whether to load metadata recursively
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
LoadMetadataPOptions.Builder |
mergeCommonOptions(FileSystemMasterCommonPOptions value)
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 4; |
LoadMetadataPOptions.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
LoadMetadataPOptions.Builder |
mergeFrom(LoadMetadataPOptions other) |
LoadMetadataPOptions.Builder |
mergeFrom(com.google.protobuf.Message other) |
LoadMetadataPOptions.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
LoadMetadataPOptions.Builder |
setCommonOptions(FileSystemMasterCommonPOptions.Builder builderForValue)
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 4; |
LoadMetadataPOptions.Builder |
setCommonOptions(FileSystemMasterCommonPOptions value)
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 4; |
LoadMetadataPOptions.Builder |
setCreateAncestors(boolean value)
optional bool createAncestors = 2; |
LoadMetadataPOptions.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
LoadMetadataPOptions.Builder |
setLoadDescendantType(LoadDescendantPType value)
optional .alluxio.grpc.fscommon.LoadDescendantPType loadDescendantType = 3; |
LoadMetadataPOptions.Builder |
setRecursive(boolean value)
whether to load metadata recursively
|
LoadMetadataPOptions.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
LoadMetadataPOptions.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<LoadMetadataPOptions.Builder>
public LoadMetadataPOptions.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<LoadMetadataPOptions.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<LoadMetadataPOptions.Builder>
public LoadMetadataPOptions getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public LoadMetadataPOptions build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public LoadMetadataPOptions buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public LoadMetadataPOptions.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<LoadMetadataPOptions.Builder>
public LoadMetadataPOptions.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<LoadMetadataPOptions.Builder>
public LoadMetadataPOptions.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<LoadMetadataPOptions.Builder>
public LoadMetadataPOptions.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<LoadMetadataPOptions.Builder>
public LoadMetadataPOptions.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<LoadMetadataPOptions.Builder>
public LoadMetadataPOptions.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<LoadMetadataPOptions.Builder>
public LoadMetadataPOptions.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<LoadMetadataPOptions.Builder>
public LoadMetadataPOptions.Builder mergeFrom(LoadMetadataPOptions other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<LoadMetadataPOptions.Builder>
public LoadMetadataPOptions.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<LoadMetadataPOptions.Builder>
IOException
public boolean hasRecursive()
whether to load metadata recursively
optional bool recursive = 1;
hasRecursive
in interface LoadMetadataPOptionsOrBuilder
public boolean getRecursive()
whether to load metadata recursively
optional bool recursive = 1;
getRecursive
in interface LoadMetadataPOptionsOrBuilder
public LoadMetadataPOptions.Builder setRecursive(boolean value)
whether to load metadata recursively
optional bool recursive = 1;
value
- The recursive to set.public LoadMetadataPOptions.Builder clearRecursive()
whether to load metadata recursively
optional bool recursive = 1;
public boolean hasCreateAncestors()
optional bool createAncestors = 2;
hasCreateAncestors
in interface LoadMetadataPOptionsOrBuilder
public boolean getCreateAncestors()
optional bool createAncestors = 2;
getCreateAncestors
in interface LoadMetadataPOptionsOrBuilder
public LoadMetadataPOptions.Builder setCreateAncestors(boolean value)
optional bool createAncestors = 2;
value
- The createAncestors to set.public LoadMetadataPOptions.Builder clearCreateAncestors()
optional bool createAncestors = 2;
public boolean hasLoadDescendantType()
optional .alluxio.grpc.fscommon.LoadDescendantPType loadDescendantType = 3;
hasLoadDescendantType
in interface LoadMetadataPOptionsOrBuilder
public LoadDescendantPType getLoadDescendantType()
optional .alluxio.grpc.fscommon.LoadDescendantPType loadDescendantType = 3;
getLoadDescendantType
in interface LoadMetadataPOptionsOrBuilder
public LoadMetadataPOptions.Builder setLoadDescendantType(LoadDescendantPType value)
optional .alluxio.grpc.fscommon.LoadDescendantPType loadDescendantType = 3;
value
- The loadDescendantType to set.public LoadMetadataPOptions.Builder clearLoadDescendantType()
optional .alluxio.grpc.fscommon.LoadDescendantPType loadDescendantType = 3;
public boolean hasCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 4;
hasCommonOptions
in interface LoadMetadataPOptionsOrBuilder
public FileSystemMasterCommonPOptions getCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 4;
getCommonOptions
in interface LoadMetadataPOptionsOrBuilder
public LoadMetadataPOptions.Builder setCommonOptions(FileSystemMasterCommonPOptions value)
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 4;
public LoadMetadataPOptions.Builder setCommonOptions(FileSystemMasterCommonPOptions.Builder builderForValue)
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 4;
public LoadMetadataPOptions.Builder mergeCommonOptions(FileSystemMasterCommonPOptions value)
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 4;
public LoadMetadataPOptions.Builder clearCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 4;
public FileSystemMasterCommonPOptions.Builder getCommonOptionsBuilder()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 4;
public FileSystemMasterCommonPOptionsOrBuilder getCommonOptionsOrBuilder()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 4;
getCommonOptionsOrBuilder
in interface LoadMetadataPOptionsOrBuilder
public final LoadMetadataPOptions.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<LoadMetadataPOptions.Builder>
public final LoadMetadataPOptions.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<LoadMetadataPOptions.Builder>
Copyright © 2023. All Rights Reserved.