public static interface TransferTypes.AwsAccessKeyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccessKeyId()
public abstract String getAccessKeyId()Required. AWS access key ID.
string access_key_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The accessKeyId. |
getAccessKeyIdBytes()
public abstract ByteString getAccessKeyIdBytes()Required. AWS access key ID.
string access_key_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for secretAccessKey. |