public static final class TransferTypes.PosixFilesystem.Builder extends GeneratedMessageV3.Builder<TransferTypes.PosixFilesystem.Builder> implements TransferTypes.PosixFilesystemOrBuilder
A POSIX filesystem resource.
Protobuf type google.storagetransfer.v1.PosixFilesystem
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TransferTypes.PosixFilesystem.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public TransferTypes.PosixFilesystem build()
buildPartial()
public TransferTypes.PosixFilesystem buildPartial()
clear()
public TransferTypes.PosixFilesystem.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public TransferTypes.PosixFilesystem.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public TransferTypes.PosixFilesystem.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearRootDirectory()
public TransferTypes.PosixFilesystem.Builder clearRootDirectory()
Root directory path to the filesystem.
string root_directory = 1;
clone()
public TransferTypes.PosixFilesystem.Builder clone()
Overrides
getDefaultInstanceForType()
public TransferTypes.PosixFilesystem getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getRootDirectory()
public String getRootDirectory()
Root directory path to the filesystem.
string root_directory = 1;
Returns |
Type |
Description |
String |
The rootDirectory.
|
getRootDirectoryBytes()
public ByteString getRootDirectoryBytes()
Root directory path to the filesystem.
string root_directory = 1;
Returns |
Type |
Description |
ByteString |
The bytes for rootDirectory.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
public TransferTypes.PosixFilesystem.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public TransferTypes.PosixFilesystem.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeFrom(TransferTypes.PosixFilesystem other)
public TransferTypes.PosixFilesystem.Builder mergeFrom(TransferTypes.PosixFilesystem other)
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TransferTypes.PosixFilesystem.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public TransferTypes.PosixFilesystem.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TransferTypes.PosixFilesystem.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setRootDirectory(String value)
public TransferTypes.PosixFilesystem.Builder setRootDirectory(String value)
Root directory path to the filesystem.
string root_directory = 1;
Parameter |
Name |
Description |
value |
String
The rootDirectory to set.
|
setRootDirectoryBytes(ByteString value)
public TransferTypes.PosixFilesystem.Builder setRootDirectoryBytes(ByteString value)
Root directory path to the filesystem.
string root_directory = 1;
Parameter |
Name |
Description |
value |
ByteString
The bytes for rootDirectory to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final TransferTypes.PosixFilesystem.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides