public interface GetAwsOpenIdConfigRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAwsCluster()
public abstract String getAwsCluster()
Required. The AwsCluster, which owns the OIDC discovery document. Format: projects/{project}/locations/{location}/awsClusters/{cluster}
string aws_cluster = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The awsCluster. |
getAwsClusterBytes()
public abstract ByteString getAwsClusterBytes()
Required. The AwsCluster, which owns the OIDC discovery document. Format: projects/{project}/locations/{location}/awsClusters/{cluster}
string aws_cluster = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for awsCluster. |