| Package | Description |
|---|---|
| com.google.identity.accesscontextmanager.v1 |
| Modifier and Type | Method and Description |
|---|---|
static BasicLevel.ConditionCombiningFunction |
BasicLevel.ConditionCombiningFunction.forNumber(int value) |
BasicLevel.ConditionCombiningFunction |
BasicLevelOrBuilder.getCombiningFunction()
How the `conditions` list should be combined to determine if a request is
granted this `AccessLevel`.
|
BasicLevel.ConditionCombiningFunction |
BasicLevel.getCombiningFunction()
How the `conditions` list should be combined to determine if a request is
granted this `AccessLevel`.
|
BasicLevel.ConditionCombiningFunction |
BasicLevel.Builder.getCombiningFunction()
How the `conditions` list should be combined to determine if a request is
granted this `AccessLevel`.
|
static BasicLevel.ConditionCombiningFunction |
BasicLevel.ConditionCombiningFunction.valueOf(Descriptors.EnumValueDescriptor desc) |
static BasicLevel.ConditionCombiningFunction |
BasicLevel.ConditionCombiningFunction.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BasicLevel.ConditionCombiningFunction |
BasicLevel.ConditionCombiningFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasicLevel.ConditionCombiningFunction[] |
BasicLevel.ConditionCombiningFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Internal.EnumLiteMap<BasicLevel.ConditionCombiningFunction> |
BasicLevel.ConditionCombiningFunction.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
BasicLevel.Builder |
BasicLevel.Builder.setCombiningFunction(BasicLevel.ConditionCombiningFunction value)
How the `conditions` list should be combined to determine if a request is
granted this `AccessLevel`.
|
Copyright © 2021 Google LLC. All rights reserved.