public static interface TransferTypes.AwsS3CompatibleDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBucketName()
Required.
|
com.google.protobuf.ByteString |
getBucketNameBytes()
Required.
|
TransferTypes.AwsS3CompatibleData.DataProviderCase |
getDataProviderCase() |
String |
getEndpoint()
Required.
|
com.google.protobuf.ByteString |
getEndpointBytes()
Required.
|
String |
getPath()
Specifies the root path to transfer objects.
|
com.google.protobuf.ByteString |
getPathBytes()
Specifies the root path to transfer objects.
|
String |
getRegion()
Specifies the region to sign requests with.
|
com.google.protobuf.ByteString |
getRegionBytes()
Specifies the region to sign requests with.
|
TransferTypes.S3CompatibleMetadata |
getS3Metadata()
A S3 compatible metadata.
|
TransferTypes.S3CompatibleMetadataOrBuilder |
getS3MetadataOrBuilder()
A S3 compatible metadata.
|
boolean |
hasS3Metadata()
A S3 compatible metadata.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getBucketName()
Required. Specifies the name of the bucket.
string bucket_name = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getBucketNameBytes()
Required. Specifies the name of the bucket.
string bucket_name = 1 [(.google.api.field_behavior) = REQUIRED];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;com.google.protobuf.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;String getEndpoint()
Required. Specifies the endpoint of the storage service.
string endpoint = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getEndpointBytes()
Required. Specifies the endpoint of the storage service.
string endpoint = 3 [(.google.api.field_behavior) = REQUIRED];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;com.google.protobuf.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;boolean hasS3Metadata()
A S3 compatible metadata.
.google.storagetransfer.v1.S3CompatibleMetadata s3_metadata = 4;TransferTypes.S3CompatibleMetadata getS3Metadata()
A S3 compatible metadata.
.google.storagetransfer.v1.S3CompatibleMetadata s3_metadata = 4;TransferTypes.S3CompatibleMetadataOrBuilder getS3MetadataOrBuilder()
A S3 compatible metadata.
.google.storagetransfer.v1.S3CompatibleMetadata s3_metadata = 4;TransferTypes.AwsS3CompatibleData.DataProviderCase getDataProviderCase()
Copyright © 2022 Google LLC. All rights reserved.