Enum Member.Role (0.24.0)

public enum Member.Role extends Enum<Member.Role> implements ProtocolMessageEnum

Role of this member in the space.

Protobuf enum google.apps.meet.v2beta.Member.Role

Implements

ProtocolMessageEnum

Static Fields

Name Description
COHOST

Co-host role.

COHOST = 1;

COHOST_VALUE

Co-host role.

COHOST = 1;

ROLE_UNSPECIFIED

This is used to indicate the user hasn't specified any value and the user’s role will be determined upon joining the meetings between 'contributor' and 'viewer' role depending on meeting configuration. More details about viewer role https://support.google.com/meet/answer/13658394?hl=en.

ROLE_UNSPECIFIED = 0;

ROLE_UNSPECIFIED_VALUE

This is used to indicate the user hasn't specified any value and the user’s role will be determined upon joining the meetings between 'contributor' and 'viewer' role depending on meeting configuration. More details about viewer role https://support.google.com/meet/answer/13658394?hl=en.

ROLE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()