Package com.google.container.v1
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
getWorkloadPool()
The workload pool to attach all Kubernetes service accounts to.com.google.protobuf.ByteString
getWorkloadPoolBytes()
The workload pool to attach all Kubernetes service accounts to.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getWorkloadPool
String getWorkloadPool()
The workload pool to attach all Kubernetes service accounts to.
string workload_pool = 2;
- Returns:
- The workloadPool.
-
getWorkloadPoolBytes
com.google.protobuf.ByteString getWorkloadPoolBytes()
The workload pool to attach all Kubernetes service accounts to.
string workload_pool = 2;
- Returns:
- The bytes for workloadPool.
-
-