- 1.53.0 (latest)
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.0.4
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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TransferTypes.PosixFilesystem.BuilderImplements
TransferTypes.PosixFilesystemOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TransferTypes.PosixFilesystem.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field |
FieldDescriptor |
value |
Object |
Type | Description |
TransferTypes.PosixFilesystem.Builder |
build()
public TransferTypes.PosixFilesystem build()
Type | Description |
TransferTypes.PosixFilesystem |
buildPartial()
public TransferTypes.PosixFilesystem buildPartial()
Type | Description |
TransferTypes.PosixFilesystem |
clear()
public TransferTypes.PosixFilesystem.Builder clear()
Type | Description |
TransferTypes.PosixFilesystem.Builder |
clearField(Descriptors.FieldDescriptor field)
public TransferTypes.PosixFilesystem.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field |
FieldDescriptor |
Type | Description |
TransferTypes.PosixFilesystem.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public TransferTypes.PosixFilesystem.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof |
OneofDescriptor |
Type | Description |
TransferTypes.PosixFilesystem.Builder |
clearRootDirectory()
public TransferTypes.PosixFilesystem.Builder clearRootDirectory()
Root directory path to the filesystem.
string root_directory = 1;
Type | Description |
TransferTypes.PosixFilesystem.Builder |
This builder for chaining. |
clone()
public TransferTypes.PosixFilesystem.Builder clone()
Type | Description |
TransferTypes.PosixFilesystem.Builder |
getDefaultInstanceForType()
public TransferTypes.PosixFilesystem getDefaultInstanceForType()
Type | Description |
TransferTypes.PosixFilesystem |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getRootDirectory()
public String getRootDirectory()
Root directory path to the filesystem.
string root_directory = 1;
Type | Description |
String |
The rootDirectory. |
getRootDirectoryBytes()
public ByteString getRootDirectoryBytes()
Root directory path to the filesystem.
string root_directory = 1;
Type | Description |
ByteString |
The bytes for rootDirectory. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TransferTypes.PosixFilesystem.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Type | Description |
TransferTypes.PosixFilesystem.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public TransferTypes.PosixFilesystem.Builder mergeFrom(Message other)
Name | Description |
other |
Message |
Type | Description |
TransferTypes.PosixFilesystem.Builder |
mergeFrom(TransferTypes.PosixFilesystem other)
public TransferTypes.PosixFilesystem.Builder mergeFrom(TransferTypes.PosixFilesystem other)
Name | Description |
other |
TransferTypes.PosixFilesystem |
Type | Description |
TransferTypes.PosixFilesystem.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TransferTypes.PosixFilesystem.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields |
UnknownFieldSet |
Type | Description |
TransferTypes.PosixFilesystem.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public TransferTypes.PosixFilesystem.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field |
FieldDescriptor |
value |
Object |
Type | Description |
TransferTypes.PosixFilesystem.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TransferTypes.PosixFilesystem.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Type | Description |
TransferTypes.PosixFilesystem.Builder |
setRootDirectory(String value)
public TransferTypes.PosixFilesystem.Builder setRootDirectory(String value)
Root directory path to the filesystem.
string root_directory = 1;
Name | Description |
value |
String The rootDirectory to set. |
Type | Description |
TransferTypes.PosixFilesystem.Builder |
This builder for chaining. |
setRootDirectoryBytes(ByteString value)
public TransferTypes.PosixFilesystem.Builder setRootDirectoryBytes(ByteString value)
Root directory path to the filesystem.
string root_directory = 1;
Name | Description |
value |
ByteString The bytes for rootDirectory to set. |
Type | Description |
TransferTypes.PosixFilesystem.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final TransferTypes.PosixFilesystem.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields |
UnknownFieldSet |
Type | Description |
TransferTypes.PosixFilesystem.Builder |