public static final class AnalyzerOrgPolicy.Rule extends GeneratedMessageV3 implements AnalyzerOrgPolicy.RuleOrBuilder
Represents a rule defined in an organization policy
Protobuf type google.cloud.asset.v1.AnalyzerOrgPolicy.Rule
Static Fields
ALLOW_ALL_FIELD_NUMBER
public static final int ALLOW_ALL_FIELD_NUMBER
Field Value
CONDITION_FIELD_NUMBER
public static final int CONDITION_FIELD_NUMBER
Field Value
DENY_ALL_FIELD_NUMBER
public static final int DENY_ALL_FIELD_NUMBER
Field Value
ENFORCE_FIELD_NUMBER
public static final int ENFORCE_FIELD_NUMBER
Field Value
VALUES_FIELD_NUMBER
public static final int VALUES_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static AnalyzerOrgPolicy.Rule getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static AnalyzerOrgPolicy.Rule.Builder newBuilder()
Returns
newBuilder(AnalyzerOrgPolicy.Rule prototype)
public static AnalyzerOrgPolicy.Rule.Builder newBuilder(AnalyzerOrgPolicy.Rule prototype)
Parameter
Returns
public static AnalyzerOrgPolicy.Rule parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static AnalyzerOrgPolicy.Rule parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static AnalyzerOrgPolicy.Rule parseFrom(byte[] data)
Parameter
Name |
Description |
data |
byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AnalyzerOrgPolicy.Rule parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static AnalyzerOrgPolicy.Rule parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AnalyzerOrgPolicy.Rule parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AnalyzerOrgPolicy.Rule parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static AnalyzerOrgPolicy.Rule parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AnalyzerOrgPolicy.Rule parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static AnalyzerOrgPolicy.Rule parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static AnalyzerOrgPolicy.Rule parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AnalyzerOrgPolicy.Rule parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<AnalyzerOrgPolicy.Rule> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
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.
|
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()
Returns
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()
Returns
getParserForType()
public Parser<AnalyzerOrgPolicy.Rule> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getValues()
public AnalyzerOrgPolicy.Rule.StringValues getValues()
List of values to be used for this PolicyRule. This field can be set
only in Policies for list constraints.
.google.cloud.asset.v1.AnalyzerOrgPolicy.Rule.StringValues values = 3;
Returns
getValuesOrBuilder()
public AnalyzerOrgPolicy.Rule.StringValuesOrBuilder getValuesOrBuilder()
List of values to be used for this PolicyRule. This field can be set
only in Policies for list constraints.
.google.cloud.asset.v1.AnalyzerOrgPolicy.Rule.StringValues values = 3;
Returns
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.
|
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 PolicyRule. 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
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public AnalyzerOrgPolicy.Rule.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AnalyzerOrgPolicy.Rule.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public AnalyzerOrgPolicy.Rule.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions