Class Constraint.ListConstraint.Builder (2.85.0)

public static final class Constraint.ListConstraint.Builder extends GeneratedMessage.Builder<Constraint.ListConstraint.Builder> implements Constraint.ListConstraintOrBuilder

A constraint type that allows or disallows a list of string values, which are configured in the PolicyRule.

Protobuf type google.cloud.orgpolicy.v2.Constraint.ListConstraint

Static Methods

getDescriptor()

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

Methods

build()

public Constraint.ListConstraint build()
Returns
Type Description
Constraint.ListConstraint

buildPartial()

public Constraint.ListConstraint buildPartial()
Returns
Type Description
Constraint.ListConstraint

clear()

public Constraint.ListConstraint.Builder clear()
Returns
Type Description
Constraint.ListConstraint.Builder
Overrides

clearSupportsIn()

public Constraint.ListConstraint.Builder clearSupportsIn()

Indicates whether values grouped into categories can be used in Policy.allowed_values and Policy.denied_values. For example, "in:Python" would match any value in the 'Python' group.

bool supports_in = 1;

Returns
Type Description
Constraint.ListConstraint.Builder

This builder for chaining.

clearSupportsUnder()

public Constraint.ListConstraint.Builder clearSupportsUnder()

Indicates whether subtrees of the Resource Manager resource hierarchy can be used in Policy.allowed_values and Policy.denied_values. For example, "under:folders/123" would match any resource under the 'folders/123' folder.

bool supports_under = 2;

Returns
Type Description
Constraint.ListConstraint.Builder

This builder for chaining.

getDefaultInstanceForType()

public Constraint.ListConstraint getDefaultInstanceForType()
Returns
Type Description
Constraint.ListConstraint

getDescriptorForType()

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

getSupportsIn()

public boolean getSupportsIn()

Indicates whether values grouped into categories can be used in Policy.allowed_values and Policy.denied_values. For example, "in:Python" would match any value in the 'Python' group.

bool supports_in = 1;

Returns
Type Description
boolean

The supportsIn.

getSupportsUnder()

public boolean getSupportsUnder()

Indicates whether subtrees of the Resource Manager resource hierarchy can be used in Policy.allowed_values and Policy.denied_values. For example, "under:folders/123" would match any resource under the 'folders/123' folder.

bool supports_under = 2;

Returns
Type Description
boolean

The supportsUnder.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Constraint.ListConstraint other)

public Constraint.ListConstraint.Builder mergeFrom(Constraint.ListConstraint other)
Parameter
Name Description
other Constraint.ListConstraint
Returns
Type Description
Constraint.ListConstraint.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public Constraint.ListConstraint.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Constraint.ListConstraint.Builder
Overrides

setSupportsIn(boolean value)

public Constraint.ListConstraint.Builder setSupportsIn(boolean value)

Indicates whether values grouped into categories can be used in Policy.allowed_values and Policy.denied_values. For example, "in:Python" would match any value in the 'Python' group.

bool supports_in = 1;

Parameter
Name Description
value boolean

The supportsIn to set.

Returns
Type Description
Constraint.ListConstraint.Builder

This builder for chaining.

setSupportsUnder(boolean value)

public Constraint.ListConstraint.Builder setSupportsUnder(boolean value)

Indicates whether subtrees of the Resource Manager resource hierarchy can be used in Policy.allowed_values and Policy.denied_values. For example, "under:folders/123" would match any resource under the 'folders/123' folder.

bool supports_under = 2;

Parameter
Name Description
value boolean

The supportsUnder to set.

Returns
Type Description
Constraint.ListConstraint.Builder

This builder for chaining.