public static final class CreateFilePOptions.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CreateFilePOptions.Builder> implements CreateFilePOptionsOrBuilder
alluxio.grpc.file.CreateFilePOptions
Modifier and Type | Method and Description |
---|---|
CreateFilePOptions.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CreateFilePOptions |
build() |
CreateFilePOptions |
buildPartial() |
CreateFilePOptions.Builder |
clear() |
CreateFilePOptions.Builder |
clearBlockSizeBytes()
optional int64 blockSizeBytes = 1; |
CreateFilePOptions.Builder |
clearCheckS3BucketPath()
optional bool checkS3BucketPath = 14; |
CreateFilePOptions.Builder |
clearCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 9; |
CreateFilePOptions.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CreateFilePOptions.Builder |
clearMode()
optional .alluxio.grpc.PMode mode = 3; |
CreateFilePOptions.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CreateFilePOptions.Builder |
clearOverwrite()
optional bool overwrite = 13; |
CreateFilePOptions.Builder |
clearPersistenceWaitTime()
optional int64 persistenceWaitTime = 10; |
CreateFilePOptions.Builder |
clearRecursive()
optional bool recursive = 2; |
CreateFilePOptions.Builder |
clearReplicationDurable()
optional int32 replicationDurable = 6; |
CreateFilePOptions.Builder |
clearReplicationMax()
optional int32 replicationMax = 4; |
CreateFilePOptions.Builder |
clearReplicationMin()
optional int32 replicationMin = 5; |
CreateFilePOptions.Builder |
clearWriteTier()
optional int32 writeTier = 7; |
CreateFilePOptions.Builder |
clearWriteType()
optional .alluxio.grpc.file.WritePType writeType = 8; |
CreateFilePOptions.Builder |
clearXattr() |
CreateFilePOptions.Builder |
clearXattrPropStrat()
optional .alluxio.grpc.file.XAttrPropagationStrategy xattrPropStrat = 12 [default = NEW_PATHS]; |
CreateFilePOptions.Builder |
clone() |
boolean |
containsXattr(String key)
map<string, bytes> xattr = 11; |
long |
getBlockSizeBytes()
optional int64 blockSizeBytes = 1; |
boolean |
getCheckS3BucketPath()
optional bool checkS3BucketPath = 14; |
FileSystemMasterCommonPOptions |
getCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 9; |
FileSystemMasterCommonPOptions.Builder |
getCommonOptionsBuilder()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 9; |
FileSystemMasterCommonPOptionsOrBuilder |
getCommonOptionsOrBuilder()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 9; |
CreateFilePOptions |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
PMode |
getMode()
optional .alluxio.grpc.PMode mode = 3; |
PMode.Builder |
getModeBuilder()
optional .alluxio.grpc.PMode mode = 3; |
PModeOrBuilder |
getModeOrBuilder()
optional .alluxio.grpc.PMode mode = 3; |
Map<String,com.google.protobuf.ByteString> |
getMutableXattr()
Deprecated.
|
boolean |
getOverwrite()
optional bool overwrite = 13; |
long |
getPersistenceWaitTime()
optional int64 persistenceWaitTime = 10; |
boolean |
getRecursive()
optional bool recursive = 2; |
int |
getReplicationDurable()
optional int32 replicationDurable = 6; |
int |
getReplicationMax()
optional int32 replicationMax = 4; |
int |
getReplicationMin()
optional int32 replicationMin = 5; |
int |
getWriteTier()
optional int32 writeTier = 7; |
WritePType |
getWriteType()
optional .alluxio.grpc.file.WritePType writeType = 8; |
Map<String,com.google.protobuf.ByteString> |
getXattr()
Deprecated.
|
int |
getXattrCount()
map<string, bytes> xattr = 11; |
Map<String,com.google.protobuf.ByteString> |
getXattrMap()
map<string, bytes> xattr = 11; |
com.google.protobuf.ByteString |
getXattrOrDefault(String key,
com.google.protobuf.ByteString defaultValue)
map<string, bytes> xattr = 11; |
com.google.protobuf.ByteString |
getXattrOrThrow(String key)
map<string, bytes> xattr = 11; |
XAttrPropagationStrategy |
getXattrPropStrat()
optional .alluxio.grpc.file.XAttrPropagationStrategy xattrPropStrat = 12 [default = NEW_PATHS]; |
boolean |
hasBlockSizeBytes()
optional int64 blockSizeBytes = 1; |
boolean |
hasCheckS3BucketPath()
optional bool checkS3BucketPath = 14; |
boolean |
hasCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 9; |
boolean |
hasMode()
optional .alluxio.grpc.PMode mode = 3; |
boolean |
hasOverwrite()
optional bool overwrite = 13; |
boolean |
hasPersistenceWaitTime()
optional int64 persistenceWaitTime = 10; |
boolean |
hasRecursive()
optional bool recursive = 2; |
boolean |
hasReplicationDurable()
optional int32 replicationDurable = 6; |
boolean |
hasReplicationMax()
optional int32 replicationMax = 4; |
boolean |
hasReplicationMin()
optional int32 replicationMin = 5; |
boolean |
hasWriteTier()
optional int32 writeTier = 7; |
boolean |
hasWriteType()
optional .alluxio.grpc.file.WritePType writeType = 8; |
boolean |
hasXattrPropStrat()
optional .alluxio.grpc.file.XAttrPropagationStrategy xattrPropStrat = 12 [default = NEW_PATHS]; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
CreateFilePOptions.Builder |
mergeCommonOptions(FileSystemMasterCommonPOptions value)
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 9; |
CreateFilePOptions.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CreateFilePOptions.Builder |
mergeFrom(CreateFilePOptions other) |
CreateFilePOptions.Builder |
mergeFrom(com.google.protobuf.Message other) |
CreateFilePOptions.Builder |
mergeMode(PMode value)
optional .alluxio.grpc.PMode mode = 3; |
CreateFilePOptions.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CreateFilePOptions.Builder |
putAllXattr(Map<String,com.google.protobuf.ByteString> values)
map<string, bytes> xattr = 11; |
CreateFilePOptions.Builder |
putXattr(String key,
com.google.protobuf.ByteString value)
map<string, bytes> xattr = 11; |
CreateFilePOptions.Builder |
removeXattr(String key)
map<string, bytes> xattr = 11; |
CreateFilePOptions.Builder |
setBlockSizeBytes(long value)
optional int64 blockSizeBytes = 1; |
CreateFilePOptions.Builder |
setCheckS3BucketPath(boolean value)
optional bool checkS3BucketPath = 14; |
CreateFilePOptions.Builder |
setCommonOptions(FileSystemMasterCommonPOptions.Builder builderForValue)
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 9; |
CreateFilePOptions.Builder |
setCommonOptions(FileSystemMasterCommonPOptions value)
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 9; |
CreateFilePOptions.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CreateFilePOptions.Builder |
setMode(PMode.Builder builderForValue)
optional .alluxio.grpc.PMode mode = 3; |
CreateFilePOptions.Builder |
setMode(PMode value)
optional .alluxio.grpc.PMode mode = 3; |
CreateFilePOptions.Builder |
setOverwrite(boolean value)
optional bool overwrite = 13; |
CreateFilePOptions.Builder |
setPersistenceWaitTime(long value)
optional int64 persistenceWaitTime = 10; |
CreateFilePOptions.Builder |
setRecursive(boolean value)
optional bool recursive = 2; |
CreateFilePOptions.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CreateFilePOptions.Builder |
setReplicationDurable(int value)
optional int32 replicationDurable = 6; |
CreateFilePOptions.Builder |
setReplicationMax(int value)
optional int32 replicationMax = 4; |
CreateFilePOptions.Builder |
setReplicationMin(int value)
optional int32 replicationMin = 5; |
CreateFilePOptions.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CreateFilePOptions.Builder |
setWriteTier(int value)
optional int32 writeTier = 7; |
CreateFilePOptions.Builder |
setWriteType(WritePType value)
optional .alluxio.grpc.file.WritePType writeType = 8; |
CreateFilePOptions.Builder |
setXattrPropStrat(XAttrPropagationStrategy value)
optional .alluxio.grpc.file.XAttrPropagationStrategy xattrPropStrat = 12 [default = NEW_PATHS]; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, 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.MapField internalGetMapField(int number)
internalGetMapField
in class com.google.protobuf.GeneratedMessageV3.Builder<CreateFilePOptions.Builder>
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField
in class com.google.protobuf.GeneratedMessageV3.Builder<CreateFilePOptions.Builder>
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<CreateFilePOptions.Builder>
public CreateFilePOptions.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<CreateFilePOptions.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<CreateFilePOptions.Builder>
public CreateFilePOptions getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public CreateFilePOptions build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public CreateFilePOptions buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public CreateFilePOptions.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<CreateFilePOptions.Builder>
public CreateFilePOptions.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<CreateFilePOptions.Builder>
public CreateFilePOptions.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<CreateFilePOptions.Builder>
public CreateFilePOptions.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<CreateFilePOptions.Builder>
public CreateFilePOptions.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<CreateFilePOptions.Builder>
public CreateFilePOptions.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<CreateFilePOptions.Builder>
public CreateFilePOptions.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<CreateFilePOptions.Builder>
public CreateFilePOptions.Builder mergeFrom(CreateFilePOptions other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<CreateFilePOptions.Builder>
public CreateFilePOptions.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<CreateFilePOptions.Builder>
IOException
public boolean hasBlockSizeBytes()
optional int64 blockSizeBytes = 1;
hasBlockSizeBytes
in interface CreateFilePOptionsOrBuilder
public long getBlockSizeBytes()
optional int64 blockSizeBytes = 1;
getBlockSizeBytes
in interface CreateFilePOptionsOrBuilder
public CreateFilePOptions.Builder setBlockSizeBytes(long value)
optional int64 blockSizeBytes = 1;
value
- The blockSizeBytes to set.public CreateFilePOptions.Builder clearBlockSizeBytes()
optional int64 blockSizeBytes = 1;
public boolean hasRecursive()
optional bool recursive = 2;
hasRecursive
in interface CreateFilePOptionsOrBuilder
public boolean getRecursive()
optional bool recursive = 2;
getRecursive
in interface CreateFilePOptionsOrBuilder
public CreateFilePOptions.Builder setRecursive(boolean value)
optional bool recursive = 2;
value
- The recursive to set.public CreateFilePOptions.Builder clearRecursive()
optional bool recursive = 2;
public boolean hasMode()
optional .alluxio.grpc.PMode mode = 3;
hasMode
in interface CreateFilePOptionsOrBuilder
public PMode getMode()
optional .alluxio.grpc.PMode mode = 3;
getMode
in interface CreateFilePOptionsOrBuilder
public CreateFilePOptions.Builder setMode(PMode value)
optional .alluxio.grpc.PMode mode = 3;
public CreateFilePOptions.Builder setMode(PMode.Builder builderForValue)
optional .alluxio.grpc.PMode mode = 3;
public CreateFilePOptions.Builder mergeMode(PMode value)
optional .alluxio.grpc.PMode mode = 3;
public CreateFilePOptions.Builder clearMode()
optional .alluxio.grpc.PMode mode = 3;
public PMode.Builder getModeBuilder()
optional .alluxio.grpc.PMode mode = 3;
public PModeOrBuilder getModeOrBuilder()
optional .alluxio.grpc.PMode mode = 3;
getModeOrBuilder
in interface CreateFilePOptionsOrBuilder
public boolean hasReplicationMax()
optional int32 replicationMax = 4;
hasReplicationMax
in interface CreateFilePOptionsOrBuilder
public int getReplicationMax()
optional int32 replicationMax = 4;
getReplicationMax
in interface CreateFilePOptionsOrBuilder
public CreateFilePOptions.Builder setReplicationMax(int value)
optional int32 replicationMax = 4;
value
- The replicationMax to set.public CreateFilePOptions.Builder clearReplicationMax()
optional int32 replicationMax = 4;
public boolean hasReplicationMin()
optional int32 replicationMin = 5;
hasReplicationMin
in interface CreateFilePOptionsOrBuilder
public int getReplicationMin()
optional int32 replicationMin = 5;
getReplicationMin
in interface CreateFilePOptionsOrBuilder
public CreateFilePOptions.Builder setReplicationMin(int value)
optional int32 replicationMin = 5;
value
- The replicationMin to set.public CreateFilePOptions.Builder clearReplicationMin()
optional int32 replicationMin = 5;
public boolean hasReplicationDurable()
optional int32 replicationDurable = 6;
hasReplicationDurable
in interface CreateFilePOptionsOrBuilder
public int getReplicationDurable()
optional int32 replicationDurable = 6;
getReplicationDurable
in interface CreateFilePOptionsOrBuilder
public CreateFilePOptions.Builder setReplicationDurable(int value)
optional int32 replicationDurable = 6;
value
- The replicationDurable to set.public CreateFilePOptions.Builder clearReplicationDurable()
optional int32 replicationDurable = 6;
public boolean hasWriteTier()
optional int32 writeTier = 7;
hasWriteTier
in interface CreateFilePOptionsOrBuilder
public int getWriteTier()
optional int32 writeTier = 7;
getWriteTier
in interface CreateFilePOptionsOrBuilder
public CreateFilePOptions.Builder setWriteTier(int value)
optional int32 writeTier = 7;
value
- The writeTier to set.public CreateFilePOptions.Builder clearWriteTier()
optional int32 writeTier = 7;
public boolean hasWriteType()
optional .alluxio.grpc.file.WritePType writeType = 8;
hasWriteType
in interface CreateFilePOptionsOrBuilder
public WritePType getWriteType()
optional .alluxio.grpc.file.WritePType writeType = 8;
getWriteType
in interface CreateFilePOptionsOrBuilder
public CreateFilePOptions.Builder setWriteType(WritePType value)
optional .alluxio.grpc.file.WritePType writeType = 8;
value
- The writeType to set.public CreateFilePOptions.Builder clearWriteType()
optional .alluxio.grpc.file.WritePType writeType = 8;
public boolean hasCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 9;
hasCommonOptions
in interface CreateFilePOptionsOrBuilder
public FileSystemMasterCommonPOptions getCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 9;
getCommonOptions
in interface CreateFilePOptionsOrBuilder
public CreateFilePOptions.Builder setCommonOptions(FileSystemMasterCommonPOptions value)
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 9;
public CreateFilePOptions.Builder setCommonOptions(FileSystemMasterCommonPOptions.Builder builderForValue)
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 9;
public CreateFilePOptions.Builder mergeCommonOptions(FileSystemMasterCommonPOptions value)
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 9;
public CreateFilePOptions.Builder clearCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 9;
public FileSystemMasterCommonPOptions.Builder getCommonOptionsBuilder()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 9;
public FileSystemMasterCommonPOptionsOrBuilder getCommonOptionsOrBuilder()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 9;
getCommonOptionsOrBuilder
in interface CreateFilePOptionsOrBuilder
public boolean hasPersistenceWaitTime()
optional int64 persistenceWaitTime = 10;
hasPersistenceWaitTime
in interface CreateFilePOptionsOrBuilder
public long getPersistenceWaitTime()
optional int64 persistenceWaitTime = 10;
getPersistenceWaitTime
in interface CreateFilePOptionsOrBuilder
public CreateFilePOptions.Builder setPersistenceWaitTime(long value)
optional int64 persistenceWaitTime = 10;
value
- The persistenceWaitTime to set.public CreateFilePOptions.Builder clearPersistenceWaitTime()
optional int64 persistenceWaitTime = 10;
public int getXattrCount()
CreateFilePOptionsOrBuilder
map<string, bytes> xattr = 11;
getXattrCount
in interface CreateFilePOptionsOrBuilder
public boolean containsXattr(String key)
map<string, bytes> xattr = 11;
containsXattr
in interface CreateFilePOptionsOrBuilder
@Deprecated public Map<String,com.google.protobuf.ByteString> getXattr()
getXattrMap()
instead.getXattr
in interface CreateFilePOptionsOrBuilder
public Map<String,com.google.protobuf.ByteString> getXattrMap()
map<string, bytes> xattr = 11;
getXattrMap
in interface CreateFilePOptionsOrBuilder
public com.google.protobuf.ByteString getXattrOrDefault(String key, com.google.protobuf.ByteString defaultValue)
map<string, bytes> xattr = 11;
getXattrOrDefault
in interface CreateFilePOptionsOrBuilder
public com.google.protobuf.ByteString getXattrOrThrow(String key)
map<string, bytes> xattr = 11;
getXattrOrThrow
in interface CreateFilePOptionsOrBuilder
public CreateFilePOptions.Builder clearXattr()
public CreateFilePOptions.Builder removeXattr(String key)
map<string, bytes> xattr = 11;
@Deprecated public Map<String,com.google.protobuf.ByteString> getMutableXattr()
public CreateFilePOptions.Builder putXattr(String key, com.google.protobuf.ByteString value)
map<string, bytes> xattr = 11;
public CreateFilePOptions.Builder putAllXattr(Map<String,com.google.protobuf.ByteString> values)
map<string, bytes> xattr = 11;
public boolean hasXattrPropStrat()
optional .alluxio.grpc.file.XAttrPropagationStrategy xattrPropStrat = 12 [default = NEW_PATHS];
hasXattrPropStrat
in interface CreateFilePOptionsOrBuilder
public XAttrPropagationStrategy getXattrPropStrat()
optional .alluxio.grpc.file.XAttrPropagationStrategy xattrPropStrat = 12 [default = NEW_PATHS];
getXattrPropStrat
in interface CreateFilePOptionsOrBuilder
public CreateFilePOptions.Builder setXattrPropStrat(XAttrPropagationStrategy value)
optional .alluxio.grpc.file.XAttrPropagationStrategy xattrPropStrat = 12 [default = NEW_PATHS];
value
- The xattrPropStrat to set.public CreateFilePOptions.Builder clearXattrPropStrat()
optional .alluxio.grpc.file.XAttrPropagationStrategy xattrPropStrat = 12 [default = NEW_PATHS];
public boolean hasOverwrite()
optional bool overwrite = 13;
hasOverwrite
in interface CreateFilePOptionsOrBuilder
public boolean getOverwrite()
optional bool overwrite = 13;
getOverwrite
in interface CreateFilePOptionsOrBuilder
public CreateFilePOptions.Builder setOverwrite(boolean value)
optional bool overwrite = 13;
value
- The overwrite to set.public CreateFilePOptions.Builder clearOverwrite()
optional bool overwrite = 13;
public boolean hasCheckS3BucketPath()
optional bool checkS3BucketPath = 14;
hasCheckS3BucketPath
in interface CreateFilePOptionsOrBuilder
public boolean getCheckS3BucketPath()
optional bool checkS3BucketPath = 14;
getCheckS3BucketPath
in interface CreateFilePOptionsOrBuilder
public CreateFilePOptions.Builder setCheckS3BucketPath(boolean value)
optional bool checkS3BucketPath = 14;
value
- The checkS3BucketPath to set.public CreateFilePOptions.Builder clearCheckS3BucketPath()
optional bool checkS3BucketPath = 14;
public final CreateFilePOptions.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<CreateFilePOptions.Builder>
public final CreateFilePOptions.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<CreateFilePOptions.Builder>
Copyright © 2023. All Rights Reserved.