public static final class TransferTypes.GcsData.Builder extends GeneratedMessageV3.Builder<TransferTypes.GcsData.Builder> implements TransferTypes.GcsDataOrBuilder
In a GcsData resource, an object's name is the Cloud Storage object's
name and its "last modification time" refers to the object's updated
property of Cloud Storage objects, which changes when the content or the
metadata of the object is updated.
Protobuf type google.storagetransfer.v1.GcsData
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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.GcsData.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public TransferTypes.GcsData build()
buildPartial()
public TransferTypes.GcsData buildPartial()
clear()
public TransferTypes.GcsData.Builder clear()
Overrides
clearBucketName()
public TransferTypes.GcsData.Builder clearBucketName()
Required. Cloud Storage bucket name. Must meet
Bucket Name Requirements.
string bucket_name = 1 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
public TransferTypes.GcsData.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public TransferTypes.GcsData.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearPath()
public TransferTypes.GcsData.Builder clearPath()
Root path to transfer objects.
Must be an empty string or full path name that ends with a '/'. This field
is treated as an object prefix. As such, it should generally not begin with
a '/'.
The root path value must meet
Object Name Requirements.
string path = 3;
clone()
public TransferTypes.GcsData.Builder clone()
Overrides
getBucketName()
public String getBucketName()
Required. Cloud Storage bucket name. Must meet
Bucket Name Requirements.
string bucket_name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The bucketName.
|
getBucketNameBytes()
public ByteString getBucketNameBytes()
Required. Cloud Storage bucket name. Must meet
Bucket Name Requirements.
string bucket_name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for bucketName.
|
getDefaultInstanceForType()
public TransferTypes.GcsData getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getPath()
Root path to transfer objects.
Must be an empty string or full path name that ends with a '/'. This field
is treated as an object prefix. As such, it should generally not begin with
a '/'.
The root path value must meet
Object Name Requirements.
string path = 3;
Returns |
Type |
Description |
String |
The path.
|
getPathBytes()
public ByteString getPathBytes()
Root path to transfer objects.
Must be an empty string or full path name that ends with a '/'. This field
is treated as an object prefix. As such, it should generally not begin with
a '/'.
The root path value must meet
Object Name Requirements.
string path = 3;
Returns |
Type |
Description |
ByteString |
The bytes for path.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
public TransferTypes.GcsData.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public TransferTypes.GcsData.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeFrom(TransferTypes.GcsData other)
public TransferTypes.GcsData.Builder mergeFrom(TransferTypes.GcsData other)
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TransferTypes.GcsData.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setBucketName(String value)
public TransferTypes.GcsData.Builder setBucketName(String value)
Required. Cloud Storage bucket name. Must meet
Bucket Name Requirements.
string bucket_name = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
value |
String
The bucketName to set.
|
setBucketNameBytes(ByteString value)
public TransferTypes.GcsData.Builder setBucketNameBytes(ByteString value)
Required. Cloud Storage bucket name. Must meet
Bucket Name Requirements.
string bucket_name = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
value |
ByteString
The bytes for bucketName to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public TransferTypes.GcsData.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setPath(String value)
public TransferTypes.GcsData.Builder setPath(String value)
Root path to transfer objects.
Must be an empty string or full path name that ends with a '/'. This field
is treated as an object prefix. As such, it should generally not begin with
a '/'.
The root path value must meet
Object Name Requirements.
string path = 3;
Parameter |
Name |
Description |
value |
String
The path to set.
|
setPathBytes(ByteString value)
public TransferTypes.GcsData.Builder setPathBytes(ByteString value)
Root path to transfer objects.
Must be an empty string or full path name that ends with a '/'. This field
is treated as an object prefix. As such, it should generally not begin with
a '/'.
The root path value must meet
Object Name Requirements.
string path = 3;
Parameter |
Name |
Description |
value |
ByteString
The bytes for path to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TransferTypes.GcsData.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final TransferTypes.GcsData.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides