Class TransferTypes.AwsS3Data (1.39.0)

public static final class TransferTypes.AwsS3Data extends GeneratedMessageV3 implements TransferTypes.AwsS3DataOrBuilder

An AwsS3Data resource can be a data source, but not a data sink. In an AwsS3Data resource, an object's name is the S3 object's key name.

Protobuf type google.storagetransfer.v1.AwsS3Data

Static Fields

AWS_ACCESS_KEY_FIELD_NUMBER

public static final int AWS_ACCESS_KEY_FIELD_NUMBER
Field Value
Type Description
int

BUCKET_NAME_FIELD_NUMBER

public static final int BUCKET_NAME_FIELD_NUMBER
Field Value
Type Description
int

CREDENTIALS_SECRET_FIELD_NUMBER

public static final int CREDENTIALS_SECRET_FIELD_NUMBER
Field Value
Type Description
int

PATH_FIELD_NUMBER

public static final int PATH_FIELD_NUMBER
Field Value
Type Description
int

ROLE_ARN_FIELD_NUMBER

public static final int ROLE_ARN_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static TransferTypes.AwsS3Data getDefaultInstance()
Returns
Type Description
TransferTypes.AwsS3Data

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static TransferTypes.AwsS3Data.Builder newBuilder()
Returns
Type Description
TransferTypes.AwsS3Data.Builder

newBuilder(TransferTypes.AwsS3Data prototype)

public static TransferTypes.AwsS3Data.Builder newBuilder(TransferTypes.AwsS3Data prototype)
Parameter
Name Description
prototype TransferTypes.AwsS3Data
Returns
Type Description