Uses of Class
com.google.cloud.policysimulator.v1.BindingExplanation.Membership
-
Packages that use BindingExplanation.Membership Package Description com.google.cloud.policysimulator.v1 A client to Policy Simulator API -
-
Uses of BindingExplanation.Membership in com.google.cloud.policysimulator.v1
Methods in com.google.cloud.policysimulator.v1 that return BindingExplanation.Membership Modifier and Type Method Description static BindingExplanation.Membership
BindingExplanation.Membership. forNumber(int value)
BindingExplanation.Membership
BindingExplanation.AnnotatedMembership.Builder. getMembership()
Indicates whether the binding includes the principal.BindingExplanation.Membership
BindingExplanation.AnnotatedMembership. getMembership()
Indicates whether the binding includes the principal.BindingExplanation.Membership
BindingExplanation.AnnotatedMembershipOrBuilder. getMembership()
Indicates whether the binding includes the principal.static BindingExplanation.Membership
BindingExplanation.Membership. valueOf(int value)
Deprecated.static BindingExplanation.Membership
BindingExplanation.Membership. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static BindingExplanation.Membership
BindingExplanation.Membership. valueOf(String name)
Returns the enum constant of this type with the specified name.static BindingExplanation.Membership[]
BindingExplanation.Membership. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.policysimulator.v1 that return types with arguments of type BindingExplanation.Membership Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<BindingExplanation.Membership>
BindingExplanation.Membership. internalGetValueMap()
Methods in com.google.cloud.policysimulator.v1 with parameters of type BindingExplanation.Membership Modifier and Type Method Description BindingExplanation.AnnotatedMembership.Builder
BindingExplanation.AnnotatedMembership.Builder. setMembership(BindingExplanation.Membership value)
Indicates whether the binding includes the principal.
-