Enum BasicLevel.ConditionCombiningFunction (1.13.0)

public enum BasicLevel.ConditionCombiningFunction extends Enum<BasicLevel.ConditionCombiningFunction> implements ProtocolMessageEnum

Options for how the conditions list should be combined to determine if this AccessLevel is applied. Default is AND.

Protobuf enum google.identity.accesscontextmanager.v1.BasicLevel.ConditionCombiningFunction

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AND

All Conditions must be true for the BasicLevel to be true.

AND = 0;

AND_VALUE

All Conditions must be true for the BasicLevel to be true.

AND = 0;

OR

If at least one Condition is true, then the BasicLevel is true.

OR = 1;

OR_VALUE

If at least one Condition is true, then the BasicLevel is true.

OR = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()