Interface TransferTypes.AwsAccessKeyOrBuilder (1.18.0)

public static interface TransferTypes.AwsAccessKeyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccessKeyId()

public abstract String getAccessKeyId()

Required. AWS access key ID.

string access_key_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The accessKeyId.

getAccessKeyIdBytes()

public abstract ByteString getAccessKeyIdBytes()

Required. AWS access key ID.

string access_key_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for accessKeyId.

getSecretAccessKey()

public abstract String getSecretAccessKey()

Required. AWS secret access key. This field is not returned in RPC responses.

string secret_access_key = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The secretAccessKey.

getSecretAccessKeyBytes()

public abstract ByteString getSecretAccessKeyBytes()

Required. AWS secret access key. This field is not returned in RPC responses.

string secret_access_key = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for secretAccessKey.