public static enum Explanations.BindingExplanation.Membership extends Enum<Explanations.BindingExplanation.Membership> implements com.google.protobuf.ProtocolMessageEnum
Whether the binding includes the member.Protobuf enum
google.cloud.policytroubleshooter.v1.BindingExplanation.Membership| Enum Constant and Description |
|---|
MEMBERSHIP_INCLUDED
The binding includes the member.
|
MEMBERSHIP_NOT_INCLUDED
The binding does not include the member.
|
MEMBERSHIP_UNKNOWN_INFO_DENIED
The sender of the request is not allowed to access the binding.
|
MEMBERSHIP_UNKNOWN_UNSUPPORTED
The member is an unsupported type.
|
MEMBERSHIP_UNSPECIFIED
Reserved for future use.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
MEMBERSHIP_INCLUDED_VALUE
The binding includes the member.
|
static int |
MEMBERSHIP_NOT_INCLUDED_VALUE
The binding does not include the member.
|
static int |
MEMBERSHIP_UNKNOWN_INFO_DENIED_VALUE
The sender of the request is not allowed to access the binding.
|
static int |
MEMBERSHIP_UNKNOWN_UNSUPPORTED_VALUE
The member is an unsupported type.
|
static int |
MEMBERSHIP_UNSPECIFIED_VALUE
Reserved for future use.
|
| Modifier and Type | Method and Description |
|---|---|
static Explanations.BindingExplanation.Membership |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Explanations.BindingExplanation.Membership> |
internalGetValueMap() |
static Explanations.BindingExplanation.Membership |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Explanations.BindingExplanation.Membership |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Explanations.BindingExplanation.Membership |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Explanations.BindingExplanation.Membership[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Explanations.BindingExplanation.Membership MEMBERSHIP_UNSPECIFIED
Reserved for future use.
MEMBERSHIP_UNSPECIFIED = 0;public static final Explanations.BindingExplanation.Membership MEMBERSHIP_INCLUDED
The binding includes the member. The member can be included directly or indirectly. For example: * A member is included directly if that member is listed in the binding. * A member is included indirectly if that member is in a Google group or G Suite domain that is listed in the binding.
MEMBERSHIP_INCLUDED = 1;public static final Explanations.BindingExplanation.Membership MEMBERSHIP_NOT_INCLUDED
The binding does not include the member.
MEMBERSHIP_NOT_INCLUDED = 2;public static final Explanations.BindingExplanation.Membership MEMBERSHIP_UNKNOWN_INFO_DENIED
The sender of the request is not allowed to access the binding.
MEMBERSHIP_UNKNOWN_INFO_DENIED = 3;public static final Explanations.BindingExplanation.Membership MEMBERSHIP_UNKNOWN_UNSUPPORTED
The member is an unsupported type. Only Google Accounts and service accounts are supported.
MEMBERSHIP_UNKNOWN_UNSUPPORTED = 4;public static final Explanations.BindingExplanation.Membership UNRECOGNIZED
public static final int MEMBERSHIP_UNSPECIFIED_VALUE
Reserved for future use.
MEMBERSHIP_UNSPECIFIED = 0;public static final int MEMBERSHIP_INCLUDED_VALUE
The binding includes the member. The member can be included directly or indirectly. For example: * A member is included directly if that member is listed in the binding. * A member is included indirectly if that member is in a Google group or G Suite domain that is listed in the binding.
MEMBERSHIP_INCLUDED = 1;public static final int MEMBERSHIP_NOT_INCLUDED_VALUE
The binding does not include the member.
MEMBERSHIP_NOT_INCLUDED = 2;public static final int MEMBERSHIP_UNKNOWN_INFO_DENIED_VALUE
The sender of the request is not allowed to access the binding.
MEMBERSHIP_UNKNOWN_INFO_DENIED = 3;public static final int MEMBERSHIP_UNKNOWN_UNSUPPORTED_VALUE
The member is an unsupported type. Only Google Accounts and service accounts are supported.
MEMBERSHIP_UNKNOWN_UNSUPPORTED = 4;public static Explanations.BindingExplanation.Membership[] values()
for (Explanations.BindingExplanation.Membership c : Explanations.BindingExplanation.Membership.values()) System.out.println(c);
public static Explanations.BindingExplanation.Membership valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Explanations.BindingExplanation.Membership valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Explanations.BindingExplanation.Membership forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Explanations.BindingExplanation.Membership> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Explanations.BindingExplanation.Membership valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.