public interface GetAzureJsonWebKeysRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAzureCluster()
public abstract String getAzureCluster()
Required. The AzureCluster, which owns the JsonWebKeys.
Format:
projects/<project-id>/locations/<region>/azureClusters/<cluster-id>
string azure_cluster = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The azureCluster. |
getAzureClusterBytes()
public abstract ByteString getAzureClusterBytes()
Required. The AzureCluster, which owns the JsonWebKeys.
Format:
projects/<project-id>/locations/<region>/azureClusters/<cluster-id>
string azure_cluster = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for azureCluster. |