Interface AnalyzerOrgPolicy.RuleOrBuilder (3.45.0)

public static interface AnalyzerOrgPolicy.RuleOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAllowAll()

public abstract 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
TypeDescription
boolean

The allowAll.

getCondition()

public abstract Expr getCondition()

The evaluating condition for this rule.

.google.type.Expr condition = 7;

Returns
TypeDescription
com.google.type.Expr

The condition.

getConditionEvaluation()

public abstract 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;

Returns
TypeDescription
ConditionEvaluation

The conditionEvaluation.

getConditionEvaluationOrBuilder()

public abstract 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;

Returns
TypeDescription
ConditionEvaluationOrBuilder

getConditionOrBuilder()

public abstract ExprOrBuilder getConditionOrBuilder()

The evaluating condition for this rule.

.google.type.Expr condition = 7;

Returns
TypeDescription
com.google.type.ExprOrBuilder

getDenyAll()

public abstract 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
TypeDescription
boolean

The denyAll.

getEnforce()

public abstract 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
TypeDescription
boolean

The enforce.

getKindCase()

public abstract AnalyzerOrgPolicy.Rule.KindCase getKindCase()
Returns
TypeDescription
AnalyzerOrgPolicy.Rule.KindCase

getValues()

public abstract 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;

Returns
TypeDescription
AnalyzerOrgPolicy.Rule.StringValues

The values.

getValuesOrBuilder()

public abstract 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;

Returns
TypeDescription
AnalyzerOrgPolicy.Rule.StringValuesOrBuilder

hasAllowAll()

public abstract 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
TypeDescription
boolean

Whether the allowAll field is set.

hasCondition()

public abstract boolean hasCondition()

The evaluating condition for this rule.

.google.type.Expr condition = 7;

Returns
TypeDescription
boolean

Whether the condition field is set.

hasConditionEvaluation()

public abstract 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
TypeDescription
boolean

Whether the conditionEvaluation field is set.

hasDenyAll()

public abstract 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
TypeDescription
boolean

Whether the denyAll field is set.

hasEnforce()

public abstract 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
TypeDescription
boolean

Whether the enforce field is set.

hasValues()

public abstract 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
TypeDescription
boolean

Whether the values field is set.