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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public AnalyzerOrgPolicyConstraint.Constraint.ListConstraint build()
buildPartial()
public AnalyzerOrgPolicyConstraint.Constraint.ListConstraint buildPartial()
clear()
public AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder clearOneof(Descriptors.OneofDescriptor oneof)
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;
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;
clone()
public AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder clone()
Overrides
getDefaultInstanceForType()
public AnalyzerOrgPolicyConstraint.Constraint.ListConstraint getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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 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 |
Type |
Description |
boolean |
The supportsUnder.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(AnalyzerOrgPolicyConstraint.Constraint.ListConstraint other)
public AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder mergeFrom(AnalyzerOrgPolicyConstraint.Constraint.ListConstraint other)
public AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
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 |
Name |
Description |
value |
boolean
The supportsIn to set.
|
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 |
Name |
Description |
value |
boolean
The supportsUnder to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides