public static interface TransferTypes.AwsAccessKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessKeyId()
Required.
|
com.google.protobuf.ByteString |
getAccessKeyIdBytes()
Required.
|
String |
getSecretAccessKey()
Required.
|
com.google.protobuf.ByteString |
getSecretAccessKeyBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAccessKeyId()
Required. AWS access key ID.
string access_key_id = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getAccessKeyIdBytes()
Required. AWS access key ID.
string access_key_id = 1 [(.google.api.field_behavior) = REQUIRED];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];com.google.protobuf.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];Copyright © 2022 Google LLC. All rights reserved.