public static final class File.AddMountPointEntry.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<File.AddMountPointEntry.Builder> implements File.AddMountPointEntryOrBuilder
next available id: 7Protobuf type
alluxio.proto.journal.AddMountPointEntry
Modifier and Type | Method and Description |
---|---|
File.AddMountPointEntry.Builder |
addAllProperties(Iterable<? extends File.StringPairEntry> values)
repeated .alluxio.proto.journal.StringPairEntry properties = 4; |
File.AddMountPointEntry.Builder |
addProperties(File.StringPairEntry.Builder builderForValue)
repeated .alluxio.proto.journal.StringPairEntry properties = 4; |
File.AddMountPointEntry.Builder |
addProperties(File.StringPairEntry value)
repeated .alluxio.proto.journal.StringPairEntry properties = 4; |
File.AddMountPointEntry.Builder |
addProperties(int index,
File.StringPairEntry.Builder builderForValue)
repeated .alluxio.proto.journal.StringPairEntry properties = 4; |
File.AddMountPointEntry.Builder |
addProperties(int index,
File.StringPairEntry value)
repeated .alluxio.proto.journal.StringPairEntry properties = 4; |
File.StringPairEntry.Builder |
addPropertiesBuilder()
repeated .alluxio.proto.journal.StringPairEntry properties = 4; |
File.StringPairEntry.Builder |
addPropertiesBuilder(int index)
repeated .alluxio.proto.journal.StringPairEntry properties = 4; |
File.AddMountPointEntry.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
File.AddMountPointEntry |
build() |
File.AddMountPointEntry |
buildPartial() |
File.AddMountPointEntry.Builder |
clear() |
File.AddMountPointEntry.Builder |
clearAlluxioPath()
optional string alluxio_path = 1; |
File.AddMountPointEntry.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
File.AddMountPointEntry.Builder |
clearMountId()
optional int64 mount_id = 6; |
File.AddMountPointEntry.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
File.AddMountPointEntry.Builder |
clearProperties()
repeated .alluxio.proto.journal.StringPairEntry properties = 4; |
File.AddMountPointEntry.Builder |
clearReadOnly()
optional bool readOnly = 3; |
File.AddMountPointEntry.Builder |
clearShared()
optional bool shared = 5; |
File.AddMountPointEntry.Builder |
clearUfsPath()
optional string ufs_path = 2; |
File.AddMountPointEntry.Builder |
clone() |
String |
getAlluxioPath()
optional string alluxio_path = 1; |
com.google.protobuf.ByteString |
getAlluxioPathBytes()
optional string alluxio_path = 1; |
File.AddMountPointEntry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getMountId()
optional int64 mount_id = 6; |
File.StringPairEntry |
getProperties(int index)
repeated .alluxio.proto.journal.StringPairEntry properties = 4; |
File.StringPairEntry.Builder |
getPropertiesBuilder(int index)
repeated .alluxio.proto.journal.StringPairEntry properties = 4; |
List<File.StringPairEntry.Builder> |
getPropertiesBuilderList()
repeated .alluxio.proto.journal.StringPairEntry properties = 4; |
int |
getPropertiesCount()
repeated .alluxio.proto.journal.StringPairEntry properties = 4; |
List<File.StringPairEntry> |
getPropertiesList()
repeated .alluxio.proto.journal.StringPairEntry properties = 4; |
File.StringPairEntryOrBuilder |
getPropertiesOrBuilder(int index)
repeated .alluxio.proto.journal.StringPairEntry properties = 4; |
List<? extends File.StringPairEntryOrBuilder> |
getPropertiesOrBuilderList()
repeated .alluxio.proto.journal.StringPairEntry properties = 4; |
boolean |
getReadOnly()
optional bool readOnly = 3; |
boolean |
getShared()
optional bool shared = 5; |
String |
getUfsPath()
optional string ufs_path = 2; |
com.google.protobuf.ByteString |
getUfsPathBytes()
optional string ufs_path = 2; |
boolean |
hasAlluxioPath()
optional string alluxio_path = 1; |
boolean |
hasMountId()
optional int64 mount_id = 6; |
boolean |
hasReadOnly()
optional bool readOnly = 3; |
boolean |
hasShared()
optional bool shared = 5; |
boolean |
hasUfsPath()
optional string ufs_path = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
File.AddMountPointEntry.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
File.AddMountPointEntry.Builder |
mergeFrom(File.AddMountPointEntry other) |
File.AddMountPointEntry.Builder |
mergeFrom(com.google.protobuf.Message other) |
File.AddMountPointEntry.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
File.AddMountPointEntry.Builder |
removeProperties(int index)
repeated .alluxio.proto.journal.StringPairEntry properties = 4; |
File.AddMountPointEntry.Builder |
setAlluxioPath(String value)
optional string alluxio_path = 1; |
File.AddMountPointEntry.Builder |
setAlluxioPathBytes(com.google.protobuf.ByteString value)
optional string alluxio_path = 1; |
File.AddMountPointEntry.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
File.AddMountPointEntry.Builder |
setMountId(long value)
optional int64 mount_id = 6; |
File.AddMountPointEntry.Builder |
setProperties(int index,
File.StringPairEntry.Builder builderForValue)
repeated .alluxio.proto.journal.StringPairEntry properties = 4; |
File.AddMountPointEntry.Builder |
setProperties(int index,
File.StringPairEntry value)
repeated .alluxio.proto.journal.StringPairEntry properties = 4; |
File.AddMountPointEntry.Builder |
setReadOnly(boolean value)
optional bool readOnly = 3; |
File.AddMountPointEntry.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
File.AddMountPointEntry.Builder |
setShared(boolean value)
optional bool shared = 5; |
File.AddMountPointEntry.Builder |
setUfsPath(String value)
optional string ufs_path = 2; |
File.AddMountPointEntry.Builder |
setUfsPathBytes(com.google.protobuf.ByteString value)
optional string ufs_path = 2; |
File.AddMountPointEntry.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<File.AddMountPointEntry.Builder>
public File.AddMountPointEntry.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<File.AddMountPointEntry.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<File.AddMountPointEntry.Builder>
public File.AddMountPointEntry getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public File.AddMountPointEntry build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public File.AddMountPointEntry buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public File.AddMountPointEntry.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<File.AddMountPointEntry.Builder>
public File.AddMountPointEntry.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<File.AddMountPointEntry.Builder>
public File.AddMountPointEntry.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<File.AddMountPointEntry.Builder>
public File.AddMountPointEntry.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<File.AddMountPointEntry.Builder>
public File.AddMountPointEntry.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<File.AddMountPointEntry.Builder>
public File.AddMountPointEntry.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<File.AddMountPointEntry.Builder>
public File.AddMountPointEntry.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<File.AddMountPointEntry.Builder>
public File.AddMountPointEntry.Builder mergeFrom(File.AddMountPointEntry other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<File.AddMountPointEntry.Builder>
public File.AddMountPointEntry.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<File.AddMountPointEntry.Builder>
IOException
public boolean hasAlluxioPath()
optional string alluxio_path = 1;
hasAlluxioPath
in interface File.AddMountPointEntryOrBuilder
public String getAlluxioPath()
optional string alluxio_path = 1;
getAlluxioPath
in interface File.AddMountPointEntryOrBuilder
public com.google.protobuf.ByteString getAlluxioPathBytes()
optional string alluxio_path = 1;
getAlluxioPathBytes
in interface File.AddMountPointEntryOrBuilder
public File.AddMountPointEntry.Builder setAlluxioPath(String value)
optional string alluxio_path = 1;
value
- The alluxioPath to set.public File.AddMountPointEntry.Builder clearAlluxioPath()
optional string alluxio_path = 1;
public File.AddMountPointEntry.Builder setAlluxioPathBytes(com.google.protobuf.ByteString value)
optional string alluxio_path = 1;
value
- The bytes for alluxioPath to set.public boolean hasUfsPath()
optional string ufs_path = 2;
hasUfsPath
in interface File.AddMountPointEntryOrBuilder
public String getUfsPath()
optional string ufs_path = 2;
getUfsPath
in interface File.AddMountPointEntryOrBuilder
public com.google.protobuf.ByteString getUfsPathBytes()
optional string ufs_path = 2;
getUfsPathBytes
in interface File.AddMountPointEntryOrBuilder
public File.AddMountPointEntry.Builder setUfsPath(String value)
optional string ufs_path = 2;
value
- The ufsPath to set.public File.AddMountPointEntry.Builder clearUfsPath()
optional string ufs_path = 2;
public File.AddMountPointEntry.Builder setUfsPathBytes(com.google.protobuf.ByteString value)
optional string ufs_path = 2;
value
- The bytes for ufsPath to set.public boolean hasReadOnly()
optional bool readOnly = 3;
hasReadOnly
in interface File.AddMountPointEntryOrBuilder
public boolean getReadOnly()
optional bool readOnly = 3;
getReadOnly
in interface File.AddMountPointEntryOrBuilder
public File.AddMountPointEntry.Builder setReadOnly(boolean value)
optional bool readOnly = 3;
value
- The readOnly to set.public File.AddMountPointEntry.Builder clearReadOnly()
optional bool readOnly = 3;
public List<File.StringPairEntry> getPropertiesList()
repeated .alluxio.proto.journal.StringPairEntry properties = 4;
getPropertiesList
in interface File.AddMountPointEntryOrBuilder
public int getPropertiesCount()
repeated .alluxio.proto.journal.StringPairEntry properties = 4;
getPropertiesCount
in interface File.AddMountPointEntryOrBuilder
public File.StringPairEntry getProperties(int index)
repeated .alluxio.proto.journal.StringPairEntry properties = 4;
getProperties
in interface File.AddMountPointEntryOrBuilder
public File.AddMountPointEntry.Builder setProperties(int index, File.StringPairEntry value)
repeated .alluxio.proto.journal.StringPairEntry properties = 4;
public File.AddMountPointEntry.Builder setProperties(int index, File.StringPairEntry.Builder builderForValue)
repeated .alluxio.proto.journal.StringPairEntry properties = 4;
public File.AddMountPointEntry.Builder addProperties(File.StringPairEntry value)
repeated .alluxio.proto.journal.StringPairEntry properties = 4;
public File.AddMountPointEntry.Builder addProperties(int index, File.StringPairEntry value)
repeated .alluxio.proto.journal.StringPairEntry properties = 4;
public File.AddMountPointEntry.Builder addProperties(File.StringPairEntry.Builder builderForValue)
repeated .alluxio.proto.journal.StringPairEntry properties = 4;
public File.AddMountPointEntry.Builder addProperties(int index, File.StringPairEntry.Builder builderForValue)
repeated .alluxio.proto.journal.StringPairEntry properties = 4;
public File.AddMountPointEntry.Builder addAllProperties(Iterable<? extends File.StringPairEntry> values)
repeated .alluxio.proto.journal.StringPairEntry properties = 4;
public File.AddMountPointEntry.Builder clearProperties()
repeated .alluxio.proto.journal.StringPairEntry properties = 4;
public File.AddMountPointEntry.Builder removeProperties(int index)
repeated .alluxio.proto.journal.StringPairEntry properties = 4;
public File.StringPairEntry.Builder getPropertiesBuilder(int index)
repeated .alluxio.proto.journal.StringPairEntry properties = 4;
public File.StringPairEntryOrBuilder getPropertiesOrBuilder(int index)
repeated .alluxio.proto.journal.StringPairEntry properties = 4;
getPropertiesOrBuilder
in interface File.AddMountPointEntryOrBuilder
public List<? extends File.StringPairEntryOrBuilder> getPropertiesOrBuilderList()
repeated .alluxio.proto.journal.StringPairEntry properties = 4;
getPropertiesOrBuilderList
in interface File.AddMountPointEntryOrBuilder
public File.StringPairEntry.Builder addPropertiesBuilder()
repeated .alluxio.proto.journal.StringPairEntry properties = 4;
public File.StringPairEntry.Builder addPropertiesBuilder(int index)
repeated .alluxio.proto.journal.StringPairEntry properties = 4;
public List<File.StringPairEntry.Builder> getPropertiesBuilderList()
repeated .alluxio.proto.journal.StringPairEntry properties = 4;
public boolean hasShared()
optional bool shared = 5;
hasShared
in interface File.AddMountPointEntryOrBuilder
public boolean getShared()
optional bool shared = 5;
getShared
in interface File.AddMountPointEntryOrBuilder
public File.AddMountPointEntry.Builder setShared(boolean value)
optional bool shared = 5;
value
- The shared to set.public File.AddMountPointEntry.Builder clearShared()
optional bool shared = 5;
public boolean hasMountId()
optional int64 mount_id = 6;
hasMountId
in interface File.AddMountPointEntryOrBuilder
public long getMountId()
optional int64 mount_id = 6;
getMountId
in interface File.AddMountPointEntryOrBuilder
public File.AddMountPointEntry.Builder setMountId(long value)
optional int64 mount_id = 6;
value
- The mountId to set.public File.AddMountPointEntry.Builder clearMountId()
optional int64 mount_id = 6;
public final File.AddMountPointEntry.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<File.AddMountPointEntry.Builder>
public final File.AddMountPointEntry.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<File.AddMountPointEntry.Builder>
Copyright © 2023. All Rights Reserved.