Class AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder (3.45.0)

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

A Constraint that allows or disallows a list of string values, which are configured by an organization's policy administrator with a Policy.

Protobuf type google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.Constraint.ListConstraint

Inheritance

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder
Overrides

build()

public AnalyzerOrgPolicyConstraint.Constraint.ListConstraint build()
Returns
TypeDescription
AnalyzerOrgPolicyConstraint.Constraint.ListConstraint

buildPartial()

public AnalyzerOrgPolicyConstraint.Constraint.ListConstraint buildPartial()
Returns
TypeDescription
AnalyzerOrgPolicyConstraint.Constraint.ListConstraint

clear()

public AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder clear()
Returns
TypeDescription
AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder
Overrides

clearSupportsIn()

public AnalyzerOrgPolicyConstraint.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
TypeDescription
AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder

This builder for chaining.

clearSupportsUnder()

public AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder clearSupportsUnder()

Indicates whether subtrees of Cloud 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
TypeDescription
AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder

This builder for chaining.

clone()

public AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder clone()
Returns
TypeDescription
AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder
Overrides

getDefaultInstanceForType()

public AnalyzerOrgPolicyConstraint.Constraint.ListConstraint getDefaultInstanceForType()
Returns
TypeDescription
AnalyzerOrgPolicyConstraint.Constraint.ListConstraint

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
boolean

The supportsIn.

getSupportsUnder()

public boolean getSupportsUnder()

Indicates whether subtrees of Cloud 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
TypeDescription
boolean

The supportsUnder.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(AnalyzerOrgPolicyConstraint.Constraint.ListConstraint other)

public AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder mergeFrom(AnalyzerOrgPolicyConstraint.Constraint.ListConstraint other)
Parameter
NameDescription
otherAnalyzerOrgPolicyConstraint.Constraint.ListConstraint
Returns
TypeDescription
AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder
Overrides

setSupportsIn(boolean value)

public AnalyzerOrgPolicyConstraint.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
NameDescription
valueboolean

The supportsIn to set.

Returns
TypeDescription
AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder

This builder for chaining.

setSupportsUnder(boolean value)

public AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder setSupportsUnder(boolean value)

Indicates whether subtrees of Cloud 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
NameDescription
valueboolean

The supportsUnder to set.

Returns
TypeDescription
AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder
Overrides