Package com.google.cloud.asset.v1
Class AnalyzerOrgPolicy.Rule
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.asset.v1.AnalyzerOrgPolicy.Rule
-
- All Implemented Interfaces:
AnalyzerOrgPolicy.RuleOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
- Enclosing class:
- AnalyzerOrgPolicy
public static final class AnalyzerOrgPolicy.Rule extends com.google.protobuf.GeneratedMessageV3 implements AnalyzerOrgPolicy.RuleOrBuilder
Represents a rule defined in an organization policy
Protobuf typegoogle.cloud.asset.v1.AnalyzerOrgPolicy.Rule
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AnalyzerOrgPolicy.Rule.Builder
Represents a rule defined in an organization policystatic class
AnalyzerOrgPolicy.Rule.KindCase
static class
AnalyzerOrgPolicy.Rule.StringValues
The string values for the list constraints.static interface
AnalyzerOrgPolicy.Rule.StringValuesOrBuilder
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
ALLOW_ALL_FIELD_NUMBER
static int
CONDITION_FIELD_NUMBER
static int
DENY_ALL_FIELD_NUMBER
static int
ENFORCE_FIELD_NUMBER
static int
VALUES_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
boolean
getAllowAll()
Setting this to true means that all values are allowed.com.google.type.Expr
getCondition()
The evaluating condition for this rule.com.google.type.ExprOrBuilder
getConditionOrBuilder()
The evaluating condition for this rule.static AnalyzerOrgPolicy.Rule
getDefaultInstance()
AnalyzerOrgPolicy.Rule
getDefaultInstanceForType()
boolean
getDenyAll()
Setting this to true means that all values are denied.static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
boolean
getEnforce()
If `true`, then the `Policy` is enforced.AnalyzerOrgPolicy.Rule.KindCase
getKindCase()
com.google.protobuf.Parser<AnalyzerOrgPolicy.Rule>
getParserForType()
int
getSerializedSize()
AnalyzerOrgPolicy.Rule.StringValues
getValues()
List of values to be used for this PolicyRule.AnalyzerOrgPolicy.Rule.StringValuesOrBuilder
getValuesOrBuilder()
List of values to be used for this PolicyRule.boolean
hasAllowAll()
Setting this to true means that all values are allowed.boolean
hasCondition()
The evaluating condition for this rule.boolean
hasDenyAll()
Setting this to true means that all values are denied.boolean
hasEnforce()
If `true`, then the `Policy` is enforced.int
hashCode()
boolean
hasValues()
List of values to be used for this PolicyRule.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static AnalyzerOrgPolicy.Rule.Builder
newBuilder()
static AnalyzerOrgPolicy.Rule.Builder
newBuilder(AnalyzerOrgPolicy.Rule prototype)
AnalyzerOrgPolicy.Rule.Builder
newBuilderForType()
protected AnalyzerOrgPolicy.Rule.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static AnalyzerOrgPolicy.Rule
parseDelimitedFrom(InputStream input)
static AnalyzerOrgPolicy.Rule
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzerOrgPolicy.Rule
parseFrom(byte[] data)
static AnalyzerOrgPolicy.Rule
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzerOrgPolicy.Rule
parseFrom(com.google.protobuf.ByteString data)
static AnalyzerOrgPolicy.Rule
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzerOrgPolicy.Rule
parseFrom(com.google.protobuf.CodedInputStream input)
static AnalyzerOrgPolicy.Rule
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzerOrgPolicy.Rule
parseFrom(InputStream input)
static AnalyzerOrgPolicy.Rule
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzerOrgPolicy.Rule
parseFrom(ByteBuffer data)
static AnalyzerOrgPolicy.Rule
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<AnalyzerOrgPolicy.Rule>
parser()
AnalyzerOrgPolicy.Rule.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
VALUES_FIELD_NUMBER
public static final int VALUES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ALLOW_ALL_FIELD_NUMBER
public static final int ALLOW_ALL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DENY_ALL_FIELD_NUMBER
public static final int DENY_ALL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENFORCE_FIELD_NUMBER
public static final int ENFORCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONDITION_FIELD_NUMBER
public static final int CONDITION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getKindCase
public AnalyzerOrgPolicy.Rule.KindCase getKindCase()
- Specified by:
getKindCase
in interfaceAnalyzerOrgPolicy.RuleOrBuilder
-
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;
- Specified by:
hasValues
in interfaceAnalyzerOrgPolicy.RuleOrBuilder
- Returns:
- Whether the values field is set.
-
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;
- Specified by:
getValues
in interfaceAnalyzerOrgPolicy.RuleOrBuilder
- Returns:
- The values.
-
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;
- Specified by:
getValuesOrBuilder
in interfaceAnalyzerOrgPolicy.RuleOrBuilder
-
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;
- Specified by:
hasAllowAll
in interfaceAnalyzerOrgPolicy.RuleOrBuilder
- Returns:
- Whether the allowAll field is set.
-
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;
- Specified by:
getAllowAll
in interfaceAnalyzerOrgPolicy.RuleOrBuilder
- Returns:
- The allowAll.
-
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;
- Specified by:
hasDenyAll
in interfaceAnalyzerOrgPolicy.RuleOrBuilder
- Returns:
- Whether the denyAll field is set.
-
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;
- Specified by:
getDenyAll
in interfaceAnalyzerOrgPolicy.RuleOrBuilder
- Returns:
- The denyAll.
-
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;
- Specified by:
hasEnforce
in interfaceAnalyzerOrgPolicy.RuleOrBuilder
- Returns:
- Whether the enforce field is set.
-
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;
- Specified by:
getEnforce
in interfaceAnalyzerOrgPolicy.RuleOrBuilder
- Returns:
- The enforce.
-
hasCondition
public boolean hasCondition()
The evaluating condition for this rule.
.google.type.Expr condition = 7;
- Specified by:
hasCondition
in interfaceAnalyzerOrgPolicy.RuleOrBuilder
- Returns:
- Whether the condition field is set.
-
getCondition
public com.google.type.Expr getCondition()
The evaluating condition for this rule.
.google.type.Expr condition = 7;
- Specified by:
getCondition
in interfaceAnalyzerOrgPolicy.RuleOrBuilder
- Returns:
- The condition.
-
getConditionOrBuilder
public com.google.type.ExprOrBuilder getConditionOrBuilder()
The evaluating condition for this rule.
.google.type.Expr condition = 7;
- Specified by:
getConditionOrBuilder
in interfaceAnalyzerOrgPolicy.RuleOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static AnalyzerOrgPolicy.Rule parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AnalyzerOrgPolicy.Rule parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AnalyzerOrgPolicy.Rule parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AnalyzerOrgPolicy.Rule parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AnalyzerOrgPolicy.Rule parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AnalyzerOrgPolicy.Rule parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AnalyzerOrgPolicy.Rule parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static AnalyzerOrgPolicy.Rule parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static AnalyzerOrgPolicy.Rule parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static AnalyzerOrgPolicy.Rule parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static AnalyzerOrgPolicy.Rule parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static AnalyzerOrgPolicy.Rule parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public AnalyzerOrgPolicy.Rule.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static AnalyzerOrgPolicy.Rule.Builder newBuilder()
-
newBuilder
public static AnalyzerOrgPolicy.Rule.Builder newBuilder(AnalyzerOrgPolicy.Rule prototype)
-
toBuilder
public AnalyzerOrgPolicy.Rule.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected AnalyzerOrgPolicy.Rule.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static AnalyzerOrgPolicy.Rule getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<AnalyzerOrgPolicy.Rule> parser()
-
getParserForType
public com.google.protobuf.Parser<AnalyzerOrgPolicy.Rule> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public AnalyzerOrgPolicy.Rule getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-