public interface GetAwsJsonWebKeysRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAwsCluster()
public abstract String getAwsCluster()
Required. The AwsCluster, which owns the JsonWebKeys. 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 JsonWebKeys. 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. |