Class Policy.RestoreDefault.Builder (2.85.0)

public static final class Policy.RestoreDefault.Builder extends GeneratedMessage.Builder<Policy.RestoreDefault.Builder> implements Policy.RestoreDefaultOrBuilder

Ignores policies set above this resource and restores the constraint_default enforcement behavior of the specific Constraint at this resource.

Suppose that constraint_default is set to ALLOW for the Constraint constraints/serviceuser.services. Suppose that organization foo.com sets a Policy at their Organization resource node that restricts the allowed service activations to deny all service activations. They could then set a Policy with the policy_type restore_default on several experimental projects, restoring the constraint_default enforcement of the Constraint for only those projects, allowing those projects to have all services activated.

Protobuf type google.cloud.orgpolicy.v1.Policy.RestoreDefault

Static Methods

getDescriptor()

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

Methods

build()

public Policy.RestoreDefault build()
Returns
Type Description
Policy.RestoreDefault

buildPartial()

public Policy.RestoreDefault buildPartial()
Returns
Type Description
Policy.RestoreDefault

clear()

public Policy.RestoreDefault.Builder clear()
Returns
Type Description
Policy.RestoreDefault.Builder
Overrides

getDefaultInstanceForType()

public Policy.RestoreDefault getDefaultInstanceForType()
Returns
Type Description
Policy.RestoreDefault

getDescriptorForType()

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

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Policy.RestoreDefault other)

public Policy.RestoreDefault.Builder mergeFrom(Policy.RestoreDefault other)
Parameter
Name Description
other Policy.RestoreDefault
Returns
Type Description
Policy.RestoreDefault.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public Policy.RestoreDefault.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Policy.RestoreDefault.Builder
Overrides