Enum SpaceConfig.EntryPointAccess (0.11.0)

public enum SpaceConfig.EntryPointAccess extends Enum<SpaceConfig.EntryPointAccess> implements ProtocolMessageEnum

Entry points that can be used to join a meeting. Example: meet.google.com, the Embed SDK Web, or a mobile application.

Protobuf enum google.apps.meet.v2beta.SpaceConfig.EntryPointAccess

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALL

All entry points are allowed.

ALL = 1;

ALL_VALUE

All entry points are allowed.

ALL = 1;

CREATOR_APP_ONLY

Only entry points owned by the Google Cloud project that created the space can be used to join meetings in this space. Apps can use the Embed SDK Web or mobile Meet SDKs to create owned entry points.

CREATOR_APP_ONLY = 2;

CREATOR_APP_ONLY_VALUE

Only entry points owned by the Google Cloud project that created the space can be used to join meetings in this space. Apps can use the Embed SDK Web or mobile Meet SDKs to create owned entry points.

CREATOR_APP_ONLY = 2;

ENTRY_POINT_ACCESS_UNSPECIFIED

Unused.

ENTRY_POINT_ACCESS_UNSPECIFIED = 0;

ENTRY_POINT_ACCESS_UNSPECIFIED_VALUE

Unused.

ENTRY_POINT_ACCESS_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()