Package com.google.cloud.vmmigration.v1
Interface AwsSourceDetails.AccessKeyCredentialsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AwsSourceDetails.AccessKeyCredentials
,AwsSourceDetails.AccessKeyCredentials.Builder
- Enclosing class:
- AwsSourceDetails
public static interface AwsSourceDetails.AccessKeyCredentialsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAccessKeyId()
AWS access key ID.com.google.protobuf.ByteString
getAccessKeyIdBytes()
AWS access key ID.String
getSecretAccessKey()
Input only.com.google.protobuf.ByteString
getSecretAccessKeyBytes()
Input only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAccessKeyId
String getAccessKeyId()
AWS access key ID.
string access_key_id = 1;
- Returns:
- The accessKeyId.
-
getAccessKeyIdBytes
com.google.protobuf.ByteString getAccessKeyIdBytes()
AWS access key ID.
string access_key_id = 1;
- Returns:
- The bytes for accessKeyId.
-
getSecretAccessKey
String getSecretAccessKey()
Input only. AWS secret access key.
string secret_access_key = 2 [(.google.api.field_behavior) = INPUT_ONLY];
- Returns:
- The secretAccessKey.
-
getSecretAccessKeyBytes
com.google.protobuf.ByteString getSecretAccessKeyBytes()
Input only. AWS secret access key.
string secret_access_key = 2 [(.google.api.field_behavior) = INPUT_ONLY];
- Returns:
- The bytes for secretAccessKey.
-
-