public static final class WorkloadIdentityConfig.Builder extends GeneratedMessage.Builder<WorkloadIdentityConfig.Builder> implements WorkloadIdentityConfigOrBuilderConfiguration for the use of Kubernetes Service Accounts in IAM policies.
Protobuf type google.container.v1beta1.WorkloadIdentityConfig
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > WorkloadIdentityConfig.BuilderImplements
WorkloadIdentityConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public WorkloadIdentityConfig build()| Returns | |
|---|---|
| Type | Description |
WorkloadIdentityConfig |
|
buildPartial()
public WorkloadIdentityConfig buildPartial()| Returns | |
|---|---|
| Type | Description |
WorkloadIdentityConfig |
|
clear()
public WorkloadIdentityConfig.Builder clear()| Returns | |
|---|---|
| Type | Description |
WorkloadIdentityConfig.Builder |
|
clearIdentityNamespace() (deprecated)
public WorkloadIdentityConfig.Builder clearIdentityNamespace()Deprecated. google.container.v1beta1.WorkloadIdentityConfig.identity_namespace is deprecated. See google/container/v1beta1/cluster_service.proto;l=6732
IAM Identity Namespace to attach all Kubernetes Service Accounts to.
string identity_namespace = 1 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
WorkloadIdentityConfig.Builder |
This builder for chaining. |
clearIdentityProvider()
public WorkloadIdentityConfig.Builder clearIdentityProvider()identity provider is the third party identity provider.
string identity_provider = 3;
| Returns | |
|---|---|
| Type | Description |
WorkloadIdentityConfig.Builder |
This builder for chaining. |
clearWorkloadPool()
public WorkloadIdentityConfig.Builder clearWorkloadPool()The workload pool to attach all Kubernetes service accounts to.
string workload_pool = 2;
| Returns | |
|---|---|
| Type | Description |
WorkloadIdentityConfig.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public WorkloadIdentityConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
WorkloadIdentityConfig |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getIdentityNamespace() (deprecated)
public String getIdentityNamespace()Deprecated. google.container.v1beta1.WorkloadIdentityConfig.identity_namespace is deprecated. See google/container/v1beta1/cluster_service.proto;l=6732
IAM Identity Namespace to attach all Kubernetes Service Accounts to.
string identity_namespace = 1 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
String |
The identityNamespace. |
getIdentityNamespaceBytes() (deprecated)
public ByteString getIdentityNamespaceBytes()Deprecated. google.container.v1beta1.WorkloadIdentityConfig.identity_namespace is deprecated. See google/container/v1beta1/cluster_service.proto;l=6732
IAM Identity Namespace to attach all Kubernetes Service Accounts to.
string identity_namespace = 1 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for identityNamespace. |
getIdentityProvider()
public String getIdentityProvider()identity provider is the third party identity provider.
string identity_provider = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The identityProvider. |
getIdentityProviderBytes()
public ByteString getIdentityProviderBytes()identity provider is the third party identity provider.
string identity_provider = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for identityProvider. |
getWorkloadPool()
public String getWorkloadPool()The workload pool to attach all Kubernetes service accounts to.
string workload_pool = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The workloadPool. |
getWorkloadPoolBytes()
public ByteString getWorkloadPoolBytes()The workload pool to attach all Kubernetes service accounts to.
string workload_pool = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for workloadPool. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(WorkloadIdentityConfig other)
public WorkloadIdentityConfig.Builder mergeFrom(WorkloadIdentityConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
WorkloadIdentityConfig |
| Returns | |
|---|---|
| Type | Description |
WorkloadIdentityConfig.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public WorkloadIdentityConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
WorkloadIdentityConfig.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public WorkloadIdentityConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
WorkloadIdentityConfig.Builder |
|
setIdentityNamespace(String value) (deprecated)
public WorkloadIdentityConfig.Builder setIdentityNamespace(String value)Deprecated. google.container.v1beta1.WorkloadIdentityConfig.identity_namespace is deprecated. See google/container/v1beta1/cluster_service.proto;l=6732
IAM Identity Namespace to attach all Kubernetes Service Accounts to.
string identity_namespace = 1 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe identityNamespace to set. |
| Returns | |
|---|---|
| Type | Description |
WorkloadIdentityConfig.Builder |
This builder for chaining. |
setIdentityNamespaceBytes(ByteString value) (deprecated)
public WorkloadIdentityConfig.Builder setIdentityNamespaceBytes(ByteString value)Deprecated. google.container.v1beta1.WorkloadIdentityConfig.identity_namespace is deprecated. See google/container/v1beta1/cluster_service.proto;l=6732
IAM Identity Namespace to attach all Kubernetes Service Accounts to.
string identity_namespace = 1 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for identityNamespace to set. |
| Returns | |
|---|---|
| Type | Description |
WorkloadIdentityConfig.Builder |
This builder for chaining. |
setIdentityProvider(String value)
public WorkloadIdentityConfig.Builder setIdentityProvider(String value)identity provider is the third party identity provider.
string identity_provider = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe identityProvider to set. |
| Returns | |
|---|---|
| Type | Description |
WorkloadIdentityConfig.Builder |
This builder for chaining. |
setIdentityProviderBytes(ByteString value)
public WorkloadIdentityConfig.Builder setIdentityProviderBytes(ByteString value)identity provider is the third party identity provider.
string identity_provider = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for identityProvider to set. |
| Returns | |
|---|---|
| Type | Description |
WorkloadIdentityConfig.Builder |
This builder for chaining. |
setWorkloadPool(String value)
public WorkloadIdentityConfig.Builder setWorkloadPool(String value)The workload pool to attach all Kubernetes service accounts to.
string workload_pool = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe workloadPool to set. |
| Returns | |
|---|---|
| Type | Description |
WorkloadIdentityConfig.Builder |
This builder for chaining. |
setWorkloadPoolBytes(ByteString value)
public WorkloadIdentityConfig.Builder setWorkloadPoolBytes(ByteString value)The workload pool to attach all Kubernetes service accounts to.
string workload_pool = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for workloadPool to set. |
| Returns | |
|---|---|
| Type | Description |
WorkloadIdentityConfig.Builder |
This builder for chaining. |