Enum Explanations.BindingExplanation.Membership (1.0.4)

public enum Explanations.BindingExplanation.Membership extends Enum<Explanations.BindingExplanation.Membership> implements ProtocolMessageEnum

Whether the binding includes the member.

Protobuf enum google.cloud.policytroubleshooter.v1.BindingExplanation.Membership

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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;

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;

MEMBERSHIP_NOT_INCLUDED

The binding does not include the member.

MEMBERSHIP_NOT_INCLUDED = 2;

MEMBERSHIP_NOT_INCLUDED_VALUE

The binding does not include the member.

MEMBERSHIP_NOT_INCLUDED = 2;

MEMBERSHIP_UNKNOWN_INFO_DENIED

The sender of the request is not allowed to access the binding.

MEMBERSHIP_UNKNOWN_INFO_DENIED = 3;

MEMBERSHIP_UNKNOWN_INFO_DENIED_VALUE

The sender of the request is not allowed to access the binding.

MEMBERSHIP_UNKNOWN_INFO_DENIED = 3;

MEMBERSHIP_UNKNOWN_UNSUPPORTED

The member is an unsupported type. Only Google Accounts and service accounts are supported.

MEMBERSHIP_UNKNOWN_UNSUPPORTED = 4;

MEMBERSHIP_UNKNOWN_UNSUPPORTED_VALUE

The member is an unsupported type. Only Google Accounts and service accounts are supported.

MEMBERSHIP_UNKNOWN_UNSUPPORTED = 4;

MEMBERSHIP_UNSPECIFIED

Reserved for future use.

MEMBERSHIP_UNSPECIFIED = 0;

MEMBERSHIP_UNSPECIFIED_VALUE

Reserved for future use.

MEMBERSHIP_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()