| Modifier and Type | Method and Description |
|---|---|
static AccessState |
AccessState.forNumber(int value) |
AccessState |
ExplainedPolicyOrBuilder.getAccess()
Indicates whether _this policy_ provides the specified permission to the
specified principal for the specified resource.
|
AccessState |
BindingExplanation.getAccess()
Required.
|
AccessState |
BindingExplanation.Builder.getAccess()
Required.
|
AccessState |
ExplainedPolicy.getAccess()
Indicates whether _this policy_ provides the specified permission to the
specified principal for the specified resource.
|
AccessState |
ExplainedPolicy.Builder.getAccess()
Indicates whether _this policy_ provides the specified permission to the
specified principal for the specified resource.
|
AccessState |
BindingExplanationOrBuilder.getAccess()
Required.
|
AccessState |
ExplainedAccess.getAccessState()
Whether the principal in the access tuple has permission to access the
resource in the access tuple under the given policies.
|
AccessState |
ExplainedAccess.Builder.getAccessState()
Whether the principal in the access tuple has permission to access the
resource in the access tuple under the given policies.
|
AccessState |
ExplainedAccessOrBuilder.getAccessState()
Whether the principal in the access tuple has permission to access the
resource in the access tuple under the given policies.
|
static AccessState |
AccessState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AccessState |
AccessState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AccessState |
AccessState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessState[] |
AccessState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<AccessState> |
AccessState.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
BindingExplanation.Builder |
BindingExplanation.Builder.setAccess(AccessState value)
Required.
|
ExplainedPolicy.Builder |
ExplainedPolicy.Builder.setAccess(AccessState value)
Indicates whether _this policy_ provides the specified permission to the
specified principal for the specified resource.
|
ExplainedAccess.Builder |
ExplainedAccess.Builder.setAccessState(AccessState value)
Whether the principal in the access tuple has permission to access the
resource in the access tuple under the given policies.
|
Copyright © 2023 Google LLC. All rights reserved.