- 1.78.0 (latest)
 - 1.76.0
 - 1.75.0
 - 1.74.0
 - 1.73.0
 - 1.72.0
 - 1.70.0
 - 1.68.0
 - 1.67.0
 - 1.64.0
 - 1.63.0
 - 1.62.0
 - 1.60.0
 - 1.59.0
 - 1.58.0
 - 1.57.0
 - 1.56.0
 - 1.55.0
 - 1.54.0
 - 1.53.0
 - 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.AwsS3CompatibleData.Builder extends GeneratedMessageV3.Builder<TransferTypes.AwsS3CompatibleData.Builder> implements TransferTypes.AwsS3CompatibleDataOrBuilderAn AwsS3CompatibleData resource.
 Protobuf type google.storagetransfer.v1.AwsS3CompatibleData
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TransferTypes.AwsS3CompatibleData.BuilderImplements
TransferTypes.AwsS3CompatibleDataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TransferTypes.AwsS3CompatibleData.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.Builder | 
        |
build()
public TransferTypes.AwsS3CompatibleData build()| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData | 
        |
buildPartial()
public TransferTypes.AwsS3CompatibleData buildPartial()| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData | 
        |
clear()
public TransferTypes.AwsS3CompatibleData.Builder clear()| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.Builder | 
        |
clearBucketName()
public TransferTypes.AwsS3CompatibleData.Builder clearBucketName()Required. Specifies the name of the bucket.
 string bucket_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.Builder | 
        This builder for chaining.  | 
      
clearDataProvider()
public TransferTypes.AwsS3CompatibleData.Builder clearDataProvider()| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.Builder | 
        |
clearEndpoint()
public TransferTypes.AwsS3CompatibleData.Builder clearEndpoint()Required. Specifies the endpoint of the storage service.
 string endpoint = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.Builder | 
        This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public TransferTypes.AwsS3CompatibleData.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.Builder | 
        |
clearOneof(Descriptors.OneofDescriptor oneof)
public TransferTypes.AwsS3CompatibleData.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.Builder | 
        |
clearPath()
public TransferTypes.AwsS3CompatibleData.Builder clearPath()Specifies the 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 '/'.
 string path = 2;
| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.Builder | 
        This builder for chaining.  | 
      
clearRegion()
public TransferTypes.AwsS3CompatibleData.Builder clearRegion()Specifies the region to sign requests with. This can be left blank if requests should be signed with an empty region.
 string region = 5;
| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.Builder | 
        This builder for chaining.  | 
      
clearS3Metadata()
public TransferTypes.AwsS3CompatibleData.Builder clearS3Metadata()A S3 compatible metadata.
 .google.storagetransfer.v1.S3CompatibleMetadata s3_metadata = 4;
| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.Builder | 
        |
clone()
public TransferTypes.AwsS3CompatibleData.Builder clone()| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.Builder | 
        |
getBucketName()
public String getBucketName()Required. Specifies the name of the bucket.
 string bucket_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The bucketName.  | 
      
getBucketNameBytes()
public ByteString getBucketNameBytes()Required. Specifies the name of the bucket.
 string bucket_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for bucketName.  | 
      
getDataProviderCase()
public TransferTypes.AwsS3CompatibleData.DataProviderCase getDataProviderCase()| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.DataProviderCase | 
        |
getDefaultInstanceForType()
public TransferTypes.AwsS3CompatibleData getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getEndpoint()
public String getEndpoint()Required. Specifies the endpoint of the storage service.
 string endpoint = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The endpoint.  | 
      
getEndpointBytes()
public ByteString getEndpointBytes()Required. Specifies the endpoint of the storage service.
 string endpoint = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for endpoint.  | 
      
getPath()
public String getPath()Specifies the 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 '/'.
 string path = 2;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The path.  | 
      
getPathBytes()
public ByteString getPathBytes()Specifies the 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 '/'.
 string path = 2;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for path.  | 
      
getRegion()
public String getRegion()Specifies the region to sign requests with. This can be left blank if requests should be signed with an empty region.
 string region = 5;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The region.  | 
      
getRegionBytes()
public ByteString getRegionBytes()Specifies the region to sign requests with. This can be left blank if requests should be signed with an empty region.
 string region = 5;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for region.  | 
      
getS3Metadata()
public TransferTypes.S3CompatibleMetadata getS3Metadata()A S3 compatible metadata.
 .google.storagetransfer.v1.S3CompatibleMetadata s3_metadata = 4;
| Returns | |
|---|---|
| Type | Description | 
TransferTypes.S3CompatibleMetadata | 
        The s3Metadata.  | 
      
getS3MetadataBuilder()
public TransferTypes.S3CompatibleMetadata.Builder getS3MetadataBuilder()A S3 compatible metadata.
 .google.storagetransfer.v1.S3CompatibleMetadata s3_metadata = 4;
| Returns | |
|---|---|
| Type | Description | 
TransferTypes.S3CompatibleMetadata.Builder | 
        |
getS3MetadataOrBuilder()
public TransferTypes.S3CompatibleMetadataOrBuilder getS3MetadataOrBuilder()A S3 compatible metadata.
 .google.storagetransfer.v1.S3CompatibleMetadata s3_metadata = 4;
| Returns | |
|---|---|
| Type | Description | 
TransferTypes.S3CompatibleMetadataOrBuilder | 
        |
hasS3Metadata()
public boolean hasS3Metadata()A S3 compatible metadata.
 .google.storagetransfer.v1.S3CompatibleMetadata s3_metadata = 4;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the s3Metadata field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TransferTypes.AwsS3CompatibleData.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public TransferTypes.AwsS3CompatibleData.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.Builder | 
        |
mergeFrom(TransferTypes.AwsS3CompatibleData other)
public TransferTypes.AwsS3CompatibleData.Builder mergeFrom(TransferTypes.AwsS3CompatibleData other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        TransferTypes.AwsS3CompatibleData | 
      
| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.Builder | 
        |
mergeS3Metadata(TransferTypes.S3CompatibleMetadata value)
public TransferTypes.AwsS3CompatibleData.Builder mergeS3Metadata(TransferTypes.S3CompatibleMetadata value)A S3 compatible metadata.
 .google.storagetransfer.v1.S3CompatibleMetadata s3_metadata = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        TransferTypes.S3CompatibleMetadata | 
      
| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TransferTypes.AwsS3CompatibleData.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.Builder | 
        |
setBucketName(String value)
public TransferTypes.AwsS3CompatibleData.Builder setBucketName(String value)Required. Specifies the name of the bucket.
 string bucket_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe bucketName to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.Builder | 
        This builder for chaining.  | 
      
setBucketNameBytes(ByteString value)
public TransferTypes.AwsS3CompatibleData.Builder setBucketNameBytes(ByteString value)Required. Specifies the name of the bucket.
 string bucket_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for bucketName to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.Builder | 
        This builder for chaining.  | 
      
setEndpoint(String value)
public TransferTypes.AwsS3CompatibleData.Builder setEndpoint(String value)Required. Specifies the endpoint of the storage service.
 string endpoint = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe endpoint to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.Builder | 
        This builder for chaining.  | 
      
setEndpointBytes(ByteString value)
public TransferTypes.AwsS3CompatibleData.Builder setEndpointBytes(ByteString value)Required. Specifies the endpoint of the storage service.
 string endpoint = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for endpoint to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.Builder | 
        This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public TransferTypes.AwsS3CompatibleData.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.Builder | 
        |
setPath(String value)
public TransferTypes.AwsS3CompatibleData.Builder setPath(String value)Specifies the 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 '/'.
 string path = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe path to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.Builder | 
        This builder for chaining.  | 
      
setPathBytes(ByteString value)
public TransferTypes.AwsS3CompatibleData.Builder setPathBytes(ByteString value)Specifies the 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 '/'.
 string path = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for path to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.Builder | 
        This builder for chaining.  | 
      
setRegion(String value)
public TransferTypes.AwsS3CompatibleData.Builder setRegion(String value)Specifies the region to sign requests with. This can be left blank if requests should be signed with an empty region.
 string region = 5;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe region to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.Builder | 
        This builder for chaining.  | 
      
setRegionBytes(ByteString value)
public TransferTypes.AwsS3CompatibleData.Builder setRegionBytes(ByteString value)Specifies the region to sign requests with. This can be left blank if requests should be signed with an empty region.
 string region = 5;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for region to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TransferTypes.AwsS3CompatibleData.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.Builder | 
        |
setS3Metadata(TransferTypes.S3CompatibleMetadata value)
public TransferTypes.AwsS3CompatibleData.Builder setS3Metadata(TransferTypes.S3CompatibleMetadata value)A S3 compatible metadata.
 .google.storagetransfer.v1.S3CompatibleMetadata s3_metadata = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        TransferTypes.S3CompatibleMetadata | 
      
| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.Builder | 
        |
setS3Metadata(TransferTypes.S3CompatibleMetadata.Builder builderForValue)
public TransferTypes.AwsS3CompatibleData.Builder setS3Metadata(TransferTypes.S3CompatibleMetadata.Builder builderForValue)A S3 compatible metadata.
 .google.storagetransfer.v1.S3CompatibleMetadata s3_metadata = 4;
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        TransferTypes.S3CompatibleMetadata.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.Builder | 
        |
setUnknownFields(UnknownFieldSet unknownFields)
public final TransferTypes.AwsS3CompatibleData.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
TransferTypes.AwsS3CompatibleData.Builder | 
        |