Uses of Class
google.cloud.policytroubleshooter.v1.Explanations.AccessState
-
Packages that use Explanations.AccessState Package Description com.google.cloud.policytroubleshooter.v1 A client to Policy Troubleshooter APIgoogle.cloud.policytroubleshooter.v1 -
-
Uses of Explanations.AccessState in com.google.cloud.policytroubleshooter.v1
Methods in com.google.cloud.policytroubleshooter.v1 that return Explanations.AccessState Modifier and Type Method Description Explanations.AccessState
TroubleshootIamPolicyResponse.Builder. getAccess()
Indicates whether the principal has the specified permission for the specified resource, based on evaluating all of the applicable IAM policies.Explanations.AccessState
TroubleshootIamPolicyResponse. getAccess()
Indicates whether the principal has the specified permission for the specified resource, based on evaluating all of the applicable IAM policies.Explanations.AccessState
TroubleshootIamPolicyResponseOrBuilder. getAccess()
Indicates whether the principal has the specified permission for the specified resource, based on evaluating all of the applicable IAM policies.Methods in com.google.cloud.policytroubleshooter.v1 with parameters of type Explanations.AccessState Modifier and Type Method Description TroubleshootIamPolicyResponse.Builder
TroubleshootIamPolicyResponse.Builder. setAccess(Explanations.AccessState value)
Indicates whether the principal has the specified permission for the specified resource, based on evaluating all of the applicable IAM policies. -
Uses of Explanations.AccessState in google.cloud.policytroubleshooter.v1
Methods in google.cloud.policytroubleshooter.v1 that return Explanations.AccessState Modifier and Type Method Description static Explanations.AccessState
Explanations.AccessState. forNumber(int value)
Explanations.AccessState
Explanations.BindingExplanation.Builder. getAccess()
Required.Explanations.AccessState
Explanations.BindingExplanation. getAccess()
Required.Explanations.AccessState
Explanations.BindingExplanationOrBuilder. getAccess()
Required.Explanations.AccessState
Explanations.ExplainedPolicy.Builder. getAccess()
Indicates whether _this policy_ provides the specified permission to the specified principal for the specified resource.Explanations.AccessState
Explanations.ExplainedPolicy. getAccess()
Indicates whether _this policy_ provides the specified permission to the specified principal for the specified resource.Explanations.AccessState
Explanations.ExplainedPolicyOrBuilder. getAccess()
Indicates whether _this policy_ provides the specified permission to the specified principal for the specified resource.static Explanations.AccessState
Explanations.AccessState. valueOf(int value)
Deprecated.static Explanations.AccessState
Explanations.AccessState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Explanations.AccessState
Explanations.AccessState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Explanations.AccessState[]
Explanations.AccessState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in google.cloud.policytroubleshooter.v1 that return types with arguments of type Explanations.AccessState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Explanations.AccessState>
Explanations.AccessState. internalGetValueMap()
Methods in google.cloud.policytroubleshooter.v1 with parameters of type Explanations.AccessState Modifier and Type Method Description Explanations.BindingExplanation.Builder
Explanations.BindingExplanation.Builder. setAccess(Explanations.AccessState value)
Required.Explanations.ExplainedPolicy.Builder
Explanations.ExplainedPolicy.Builder. setAccess(Explanations.AccessState value)
Indicates whether _this policy_ provides the specified permission to the specified principal for the specified resource.
-