public static final class AnalyzerOrgPolicy.Rule extends GeneratedMessageV3 implements AnalyzerOrgPolicy.RuleOrBuilder
This rule message is a customized version of the one defined in the
Organization Policy system. In addition to the fields defined in the
original organization policy, it contains additional field(s) under
specific circumstances to support analysis results.
Protobuf type google.cloud.asset.v1.AnalyzerOrgPolicy.Rule
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ALLOW_ALL_FIELD_NUMBER
public static final int ALLOW_ALL_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CONDITION_EVALUATION_FIELD_NUMBER
public static final int CONDITION_EVALUATION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CONDITION_FIELD_NUMBER
public static final int CONDITION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DENY_ALL_FIELD_NUMBER
public static final int DENY_ALL_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ENFORCE_FIELD_NUMBER
public static final int ENFORCE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
VALUES_FIELD_NUMBER
public static final int VALUES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static AnalyzerOrgPolicy.Rule getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static AnalyzerOrgPolicy.Rule.Builder newBuilder()
newBuilder(AnalyzerOrgPolicy.Rule prototype)
public static AnalyzerOrgPolicy.Rule.Builder newBuilder(AnalyzerOrgPolicy.Rule prototype)
public static AnalyzerOrgPolicy.Rule parseDelimitedFrom(InputStream input)
public static AnalyzerOrgPolicy.Rule parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static AnalyzerOrgPolicy.Rule parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AnalyzerOrgPolicy.Rule parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static AnalyzerOrgPolicy.Rule parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AnalyzerOrgPolicy.Rule parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AnalyzerOrgPolicy.Rule parseFrom(CodedInputStream input)
public static AnalyzerOrgPolicy.Rule parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AnalyzerOrgPolicy.Rule parseFrom(InputStream input)
public static AnalyzerOrgPolicy.Rule parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static AnalyzerOrgPolicy.Rule parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AnalyzerOrgPolicy.Rule parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<AnalyzerOrgPolicy.Rule> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getAllowAll()
public boolean getAllowAll()
Setting this to true means that all values are allowed. This field can
be set only in Policies for list constraints.
bool allow_all = 4;
Returns |
Type |
Description |
boolean |
The allowAll.
|
getCondition()
public Expr getCondition()
The evaluating condition for this rule.
.google.type.Expr condition = 7;
Returns |
Type |
Description |
com.google.type.Expr |
The condition.
|
getConditionEvaluation()
public ConditionEvaluation getConditionEvaluation()
The condition evaluation result for this rule.
Only populated if it meets all the following criteria:
- There is a
condition
defined for this rule.
- This rule is within
AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.consolidated_policy,
or
AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.consolidated_policy
when the
AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset
has
AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.governed_resource.
.google.cloud.asset.v1.ConditionEvaluation condition_evaluation = 8;
getConditionEvaluationOrBuilder()
public ConditionEvaluationOrBuilder getConditionEvaluationOrBuilder()
The condition evaluation result for this rule.
Only populated if it meets all the following criteria:
- There is a
condition
defined for this rule.
- This rule is within
AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.consolidated_policy,
or
AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.consolidated_policy
when the
AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset
has
AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.governed_resource.
.google.cloud.asset.v1.ConditionEvaluation condition_evaluation = 8;
getConditionOrBuilder()
public ExprOrBuilder getConditionOrBuilder()
The evaluating condition for this rule.
.google.type.Expr condition = 7;
Returns |
Type |
Description |
com.google.type.ExprOrBuilder |
|
getDefaultInstanceForType()
public AnalyzerOrgPolicy.Rule getDefaultInstanceForType()
getDenyAll()
public boolean getDenyAll()
Setting this to true means that all values are denied. This field can
be set only in Policies for list constraints.
bool deny_all = 5;
Returns |
Type |
Description |
boolean |
The denyAll.
|
getEnforce()
public boolean getEnforce()
If true
, then the Policy
is enforced. If false
, then any
configuration is acceptable.
This field can be set only in Policies for boolean constraints.
bool enforce = 6;
Returns |
Type |
Description |
boolean |
The enforce.
|
getKindCase()
public AnalyzerOrgPolicy.Rule.KindCase getKindCase()
getParserForType()
public Parser<AnalyzerOrgPolicy.Rule> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getValues()
public AnalyzerOrgPolicy.Rule.StringValues getValues()
List of values to be used for this policy rule. This field can be set
only in policies for list constraints.
.google.cloud.asset.v1.AnalyzerOrgPolicy.Rule.StringValues values = 3;
getValuesOrBuilder()
public AnalyzerOrgPolicy.Rule.StringValuesOrBuilder getValuesOrBuilder()
List of values to be used for this policy rule. This field can be set
only in policies for list constraints.
.google.cloud.asset.v1.AnalyzerOrgPolicy.Rule.StringValues values = 3;
hasAllowAll()
public boolean hasAllowAll()
Setting this to true means that all values are allowed. This field can
be set only in Policies for list constraints.
bool allow_all = 4;
Returns |
Type |
Description |
boolean |
Whether the allowAll field is set.
|
hasCondition()
public boolean hasCondition()
The evaluating condition for this rule.
.google.type.Expr condition = 7;
Returns |
Type |
Description |
boolean |
Whether the condition field is set.
|
hasConditionEvaluation()
public boolean hasConditionEvaluation()
The condition evaluation result for this rule.
Only populated if it meets all the following criteria:
- There is a
condition
defined for this rule.
- This rule is within
AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.consolidated_policy,
or
AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.consolidated_policy
when the
AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset
has
AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.governed_resource.
.google.cloud.asset.v1.ConditionEvaluation condition_evaluation = 8;
Returns |
Type |
Description |
boolean |
Whether the conditionEvaluation field is set.
|
hasDenyAll()
public boolean hasDenyAll()
Setting this to true means that all values are denied. This field can
be set only in Policies for list constraints.
bool deny_all = 5;
Returns |
Type |
Description |
boolean |
Whether the denyAll field is set.
|
hasEnforce()
public boolean hasEnforce()
If true
, then the Policy
is enforced. If false
, then any
configuration is acceptable.
This field can be set only in Policies for boolean constraints.
bool enforce = 6;
Returns |
Type |
Description |
boolean |
Whether the enforce field is set.
|
hasValues()
public boolean hasValues()
List of values to be used for this policy rule. This field can be set
only in policies for list constraints.
.google.cloud.asset.v1.AnalyzerOrgPolicy.Rule.StringValues values = 3;
Returns |
Type |
Description |
boolean |
Whether the values field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public AnalyzerOrgPolicy.Rule.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AnalyzerOrgPolicy.Rule.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public AnalyzerOrgPolicy.Rule.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides