public interface GenerateAwsAccessTokenRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAwsCluster() (deprecated)
public abstract String getAwsCluster()Required. The name of the AwsCluster resource to authenticate to.
AwsCluster names are formatted as
projects/<project-id>/locations/<region>/awsClusters/<cluster-id>.
See Resource Names for more details on Google Cloud resource names.
string aws_cluster = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The awsCluster. |
getAwsClusterBytes() (deprecated)
public abstract ByteString getAwsClusterBytes()Required. The name of the AwsCluster resource to authenticate to.
AwsCluster names are formatted as
projects/<project-id>/locations/<region>/awsClusters/<cluster-id>.
See Resource Names for more details on Google Cloud resource names.
string aws_cluster = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for awsCluster. |