- 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()| Type | Description | 
| Descriptor | 
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TransferTypes.AwsS3CompatibleData.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| TransferTypes.AwsS3CompatibleData.Builder | 
build()
public TransferTypes.AwsS3CompatibleData build()| Type | Description | 
| TransferTypes.AwsS3CompatibleData | 
buildPartial()
public TransferTypes.AwsS3CompatibleData buildPartial()| Type | Description | 
| TransferTypes.AwsS3CompatibleData | 
clear()
public TransferTypes.AwsS3CompatibleData.Builder clear()| 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];
| Type | Description | 
| TransferTypes.AwsS3CompatibleData.Builder | This builder for chaining.  | 
      
clearDataProvider()
public TransferTypes.AwsS3CompatibleData.Builder clearDataProvider()| 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];
| Type | Description | 
| TransferTypes.AwsS3CompatibleData.Builder | This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public TransferTypes.AwsS3CompatibleData.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
      
| Type | Description | 
| TransferTypes.AwsS3CompatibleData.Builder | 
clearOneof(Descriptors.OneofDescriptor oneof)
public TransferTypes.AwsS3CompatibleData.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
      
| 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;
| 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;
| 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;
| Type | Description | 
| TransferTypes.AwsS3CompatibleData.Builder | 
clone()
public TransferTypes.AwsS3CompatibleData.Builder clone()| 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];
| 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];
| Type | Description | 
| ByteString | The bytes for bucketName.  | 
      
getDataProviderCase()
public TransferTypes.AwsS3CompatibleData.DataProviderCase getDataProviderCase()| Type | Description | 
| TransferTypes.AwsS3CompatibleData.DataProviderCase | 
getDefaultInstanceForType()
public TransferTypes.AwsS3CompatibleData getDefaultInstanceForType()| Type | Description | 
| TransferTypes.AwsS3CompatibleData | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
getEndpoint()
public String getEndpoint()Required. Specifies the endpoint of the storage service.
 string endpoint = 3 [(.google.api.field_behavior) = REQUIRED];
| 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];
| 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;
| 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;
| 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;
| 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;
| Type | Description | 
| ByteString | The bytes for region.  | 
      
getS3Metadata()
public TransferTypes.S3CompatibleMetadata getS3Metadata()A S3 compatible metadata.
 .google.storagetransfer.v1.S3CompatibleMetadata s3_metadata = 4;
| Type | Description | 
| TransferTypes.S3CompatibleMetadata | The s3Metadata.  | 
      
getS3MetadataBuilder()
public TransferTypes.S3CompatibleMetadata.Builder getS3MetadataBuilder()A S3 compatible metadata.
 .google.storagetransfer.v1.S3CompatibleMetadata s3_metadata = 4;
| Type | Description | 
| TransferTypes.S3CompatibleMetadata.Builder | 
getS3MetadataOrBuilder()
public TransferTypes.S3CompatibleMetadataOrBuilder getS3MetadataOrBuilder()A S3 compatible metadata.
 .google.storagetransfer.v1.S3CompatibleMetadata s3_metadata = 4;
| Type | Description | 
| TransferTypes.S3CompatibleMetadataOrBuilder | 
hasS3Metadata()
public boolean hasS3Metadata()A S3 compatible metadata.
 .google.storagetransfer.v1.S3CompatibleMetadata s3_metadata = 4;
| Type | Description | 
| boolean | Whether the s3Metadata field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TransferTypes.AwsS3CompatibleData.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
      
| extensionRegistry | ExtensionRegistryLite | 
      
| Type | Description | 
| TransferTypes.AwsS3CompatibleData.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public TransferTypes.AwsS3CompatibleData.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
      
| Type | Description | 
| TransferTypes.AwsS3CompatibleData.Builder | 
mergeFrom(TransferTypes.AwsS3CompatibleData other)
public TransferTypes.AwsS3CompatibleData.Builder mergeFrom(TransferTypes.AwsS3CompatibleData other)| Name | Description | 
| other | TransferTypes.AwsS3CompatibleData | 
      
| 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;
| Name | Description | 
| value | TransferTypes.S3CompatibleMetadata | 
      
| Type | Description | 
| TransferTypes.AwsS3CompatibleData.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TransferTypes.AwsS3CompatibleData.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| 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];
| Name | Description | 
| value | StringThe bucketName to set.  | 
      
| 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];
| Name | Description | 
| value | ByteStringThe bytes for bucketName to set.  | 
      
| 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];
| Name | Description | 
| value | StringThe endpoint to set.  | 
      
| 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];
| Name | Description | 
| value | ByteStringThe bytes for endpoint to set.  | 
      
| 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)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| 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;
| Name | Description | 
| value | StringThe path to set.  | 
      
| 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;
| Name | Description | 
| value | ByteStringThe bytes for path to set.  | 
      
| 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;
| Name | Description | 
| value | StringThe region to set.  | 
      
| 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;
| Name | Description | 
| value | ByteStringThe bytes for region to set.  | 
      
| 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)| Name | Description | 
| field | FieldDescriptor | 
      
| index | int | 
      
| value | Object | 
      
| 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;
| Name | Description | 
| value | TransferTypes.S3CompatibleMetadata | 
      
| 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;
| Name | Description | 
| builderForValue | TransferTypes.S3CompatibleMetadata.Builder | 
      
| Type | Description | 
| TransferTypes.AwsS3CompatibleData.Builder | 
setUnknownFields(UnknownFieldSet unknownFields)
public final TransferTypes.AwsS3CompatibleData.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| TransferTypes.AwsS3CompatibleData.Builder |