Interface WorkloadIdentityConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkloadIdentityConfig
,WorkloadIdentityConfig.Builder
public interface WorkloadIdentityConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getIdentityProvider()
The ID of the OIDC Identity Provider (IdP) associated to the Workload Identity Pool.com.google.protobuf.ByteString
getIdentityProviderBytes()
The ID of the OIDC Identity Provider (IdP) associated to the Workload Identity Pool.String
getIssuerUri()
The OIDC issuer URL for this cluster.com.google.protobuf.ByteString
getIssuerUriBytes()
The OIDC issuer URL for this cluster.String
getWorkloadPool()
The Workload Identity Pool associated to the cluster.com.google.protobuf.ByteString
getWorkloadPoolBytes()
The Workload Identity Pool associated to the cluster.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getIssuerUri
String getIssuerUri()
The OIDC issuer URL for this cluster.
string issuer_uri = 1;
- Returns:
- The issuerUri.
-
getIssuerUriBytes
com.google.protobuf.ByteString getIssuerUriBytes()
The OIDC issuer URL for this cluster.
string issuer_uri = 1;
- Returns:
- The bytes for issuerUri.
-
getWorkloadPool
String getWorkloadPool()
The Workload Identity Pool associated to the cluster.
string workload_pool = 2;
- Returns:
- The workloadPool.
-
getWorkloadPoolBytes
com.google.protobuf.ByteString getWorkloadPoolBytes()
The Workload Identity Pool associated to the cluster.
string workload_pool = 2;
- Returns:
- The bytes for workloadPool.
-
getIdentityProvider
String getIdentityProvider()
The ID of the OIDC Identity Provider (IdP) associated to the Workload Identity Pool.
string identity_provider = 3;
- Returns:
- The identityProvider.
-
getIdentityProviderBytes
com.google.protobuf.ByteString getIdentityProviderBytes()
The ID of the OIDC Identity Provider (IdP) associated to the Workload Identity Pool.
string identity_provider = 3;
- Returns:
- The bytes for identityProvider.
-
-