public interface BasicLevelOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BasicLevel.ConditionCombiningFunction |
getCombiningFunction()
How the `conditions` list should be combined to determine if a request is
granted this `AccessLevel`.
|
int |
getCombiningFunctionValue()
How the `conditions` list should be combined to determine if a request is
granted this `AccessLevel`.
|
Condition |
getConditions(int index)
Required.
|
int |
getConditionsCount()
Required.
|
List<Condition> |
getConditionsList()
Required.
|
ConditionOrBuilder |
getConditionsOrBuilder(int index)
Required.
|
List<? extends ConditionOrBuilder> |
getConditionsOrBuilderList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedList<Condition> getConditionsList()
Required. A list of requirements for the `AccessLevel` to be granted.
repeated .google.identity.accesscontextmanager.v1.Condition conditions = 1;Condition getConditions(int index)
Required. A list of requirements for the `AccessLevel` to be granted.
repeated .google.identity.accesscontextmanager.v1.Condition conditions = 1;int getConditionsCount()
Required. A list of requirements for the `AccessLevel` to be granted.
repeated .google.identity.accesscontextmanager.v1.Condition conditions = 1;List<? extends ConditionOrBuilder> getConditionsOrBuilderList()
Required. A list of requirements for the `AccessLevel` to be granted.
repeated .google.identity.accesscontextmanager.v1.Condition conditions = 1;ConditionOrBuilder getConditionsOrBuilder(int index)
Required. A list of requirements for the `AccessLevel` to be granted.
repeated .google.identity.accesscontextmanager.v1.Condition conditions = 1;int getCombiningFunctionValue()
How the `conditions` list should be combined to determine if a request is granted this `AccessLevel`. If AND is used, each `Condition` in `conditions` must be satisfied for the `AccessLevel` to be applied. If OR is used, at least one `Condition` in `conditions` must be satisfied for the `AccessLevel` to be applied. Default behavior is AND.
.google.identity.accesscontextmanager.v1.BasicLevel.ConditionCombiningFunction combining_function = 2;
BasicLevel.ConditionCombiningFunction getCombiningFunction()
How the `conditions` list should be combined to determine if a request is granted this `AccessLevel`. If AND is used, each `Condition` in `conditions` must be satisfied for the `AccessLevel` to be applied. If OR is used, at least one `Condition` in `conditions` must be satisfied for the `AccessLevel` to be applied. Default behavior is AND.
.google.identity.accesscontextmanager.v1.BasicLevel.ConditionCombiningFunction combining_function = 2;
Copyright © 2021 Google LLC. All rights reserved.