Google Apps Chat V1 Client - Class MembershipState (0.1.3)

Reference documentation and code samples for the Google Apps Chat V1 Client class MembershipState.

Specifies the member's relationship with a space. Other membership states might be supported in the future.

Protobuf type google.chat.v1.Membership.MembershipState

Namespace

Google \ Apps \ Chat \ V1 \ Membership

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MEMBERSHIP_STATE_UNSPECIFIED

Value: 0

Default value. Don't use.

Generated from protobuf enum MEMBERSHIP_STATE_UNSPECIFIED = 0;

JOINED

Value: 1

The user is added to the space, and can participate in the space.

Generated from protobuf enum JOINED = 1;

INVITED

Value: 2

The user is invited to join the space, but hasn't joined it.

Generated from protobuf enum INVITED = 2;

NOT_A_MEMBER

Value: 3

The user doesn't belong to the space and doesn't have a pending invitation to join the space.

Generated from protobuf enum NOT_A_MEMBER = 3;