Class Instance.WorkforceIdentityFederationConfig.Builder (0.55.0)

public static final class Instance.WorkforceIdentityFederationConfig.Builder extends GeneratedMessage.Builder<Instance.WorkforceIdentityFederationConfig.Builder> implements Instance.WorkforceIdentityFederationConfigOrBuilder

WorkforceIdentityFederationConfig allows this instance to support users from external identity providers.

Protobuf type google.cloud.securesourcemanager.v1.Instance.WorkforceIdentityFederationConfig

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Instance.WorkforceIdentityFederationConfig build()
Returns
Type Description
Instance.WorkforceIdentityFederationConfig

buildPartial()

public Instance.WorkforceIdentityFederationConfig buildPartial()
Returns
Type Description
Instance.WorkforceIdentityFederationConfig

clear()

public Instance.WorkforceIdentityFederationConfig.Builder clear()
Returns
Type Description
Instance.WorkforceIdentityFederationConfig.Builder
Overrides

clearEnabled()

public Instance.WorkforceIdentityFederationConfig.Builder clearEnabled()

Optional. Immutable. Whether Workforce Identity Federation is enabled.

bool enabled = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Instance.WorkforceIdentityFederationConfig.Builder

This builder for chaining.

getDefaultInstanceForType()

public Instance.WorkforceIdentityFederationConfig getDefaultInstanceForType()
Returns
Type Description
Instance.WorkforceIdentityFederationConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getEnabled()

public boolean getEnabled()

Optional. Immutable. Whether Workforce Identity Federation is enabled.

bool enabled = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The enabled.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Instance.WorkforceIdentityFederationConfig other)

public Instance.WorkforceIdentityFederationConfig.Builder mergeFrom(Instance.WorkforceIdentityFederationConfig other)
Parameter
Name Description
other Instance.WorkforceIdentityFederationConfig
Returns
Type Description
Instance.WorkforceIdentityFederationConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Instance.WorkforceIdentityFederationConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Instance.WorkforceIdentityFederationConfig.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Instance.WorkforceIdentityFederationConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Instance.WorkforceIdentityFederationConfig.Builder
Overrides

setEnabled(boolean value)

public Instance.WorkforceIdentityFederationConfig.Builder setEnabled(boolean value)

Optional. Immutable. Whether Workforce Identity Federation is enabled.

bool enabled = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value boolean

The enabled to set.

Returns
Type Description
Instance.WorkforceIdentityFederationConfig.Builder

This builder for chaining.