Class AnalyzerOrgPolicy.Rule (3.43.0)

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

Static Fields

ALLOW_ALL_FIELD_NUMBER

public static final int ALLOW_ALL_FIELD_NUMBER
Field Value
TypeDescription
int

CONDITION_EVALUATION_FIELD_NUMBER

public static final int CONDITION_EVALUATION_FIELD_NUMBER
Field Value
TypeDescription
int

CONDITION_FIELD_NUMBER

public static final int CONDITION_FIELD_NUMBER
Field Value
TypeDescription
int

DENY_ALL_FIELD_NUMBER

public static final int DENY_ALL_FIELD_NUMBER
Field Value
TypeDescription
int

ENFORCE_FIELD_NUMBER

public static final int ENFORCE_FIELD_NUMBER
Field Value
TypeDescription
int

VALUES_FIELD_NUMBER

public static final int VALUES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static AnalyzerOrgPolicy.Rule getDefaultInstance()
Returns
TypeDescription
AnalyzerOrgPolicy.Rule

getDescriptor()

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

newBuilder()

public static AnalyzerOrgPolicy.Rule.Builder newBuilder()
Returns
TypeDescription
AnalyzerOrgPolicy.Rule.Builder

newBuilder(AnalyzerOrgPolicy.Rule prototype)

public static AnalyzerOrgPolicy.Rule.Builder newBuilder(AnalyzerOrgPolicy.Rule prototype)
Parameter
NameDescription
prototypeAnalyzerOrgPolicy.Rule
Returns
TypeDescription
AnalyzerOrgPolicy.Rule.Builder

parseDelimitedFrom(InputStream input)

public static AnalyzerOrgPolicy.Rule parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AnalyzerOrgPolicy.Rule
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AnalyzerOrgPolicy.Rule parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AnalyzerOrgPolicy.Rule
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static AnalyzerOrgPolicy.Rule parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
AnalyzerOrgPolicy.Rule
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AnalyzerOrgPolicy.Rule parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AnalyzerOrgPolicy.Rule
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AnalyzerOrgPolicy.Rule parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
AnalyzerOrgPolicy.Rule
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AnalyzerOrgPolicy.Rule parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AnalyzerOrgPolicy.Rule
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AnalyzerOrgPolicy.Rule parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
AnalyzerOrgPolicy.Rule
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AnalyzerOrgPolicy.Rule parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AnalyzerOrgPolicy.Rule
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static AnalyzerOrgPolicy.Rule parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AnalyzerOrgPolicy.Rule
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AnalyzerOrgPolicy.Rule parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AnalyzerOrgPolicy.Rule
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static AnalyzerOrgPolicy.Rule parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
AnalyzerOrgPolicy.Rule
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AnalyzerOrgPolicy.Rule parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AnalyzerOrgPolicy.Rule
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<AnalyzerOrgPolicy.Rule> parser()
Returns
TypeDescription
Parser<Rule>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
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
TypeDescription
boolean

The allowAll.

getCondition()

public Expr getCondition()

The evaluating condition for this rule.

.google.type.Expr condition = 7;

Returns
TypeDescription
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;

Returns
TypeDescription
ConditionEvaluation

The conditionEvaluation.

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;

Returns
TypeDescription
ConditionEvaluationOrBuilder

getConditionOrBuilder()

public ExprOrBuilder getConditionOrBuilder()

The evaluating condition for this rule.

.google.type.Expr condition = 7;

Returns
TypeDescription
com.google.type.ExprOrBuilder

getDefaultInstanceForType()

public AnalyzerOrgPolicy.Rule getDefaultInstanceForType()
Returns
TypeDescription
AnalyzerOrgPolicy.Rule

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

The enforce.

getKindCase()

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

getParserForType()

public Parser<AnalyzerOrgPolicy.Rule> getParserForType()
Returns
TypeDescription
Parser<Rule>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
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;

Returns
TypeDescription
AnalyzerOrgPolicy.Rule.StringValues

The values.

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;

Returns
TypeDescription
AnalyzerOrgPolicy.Rule.StringValuesOrBuilder

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

Whether the allowAll field is set.

hasCondition()

public boolean hasCondition()

The evaluating condition for this rule.

.google.type.Expr condition = 7;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the values field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public AnalyzerOrgPolicy.Rule.Builder newBuilderForType()
Returns
TypeDescription
AnalyzerOrgPolicy.Rule.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AnalyzerOrgPolicy.Rule.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
AnalyzerOrgPolicy.Rule.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public AnalyzerOrgPolicy.Rule.Builder toBuilder()
Returns
TypeDescription
AnalyzerOrgPolicy.Rule.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException