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 Meet Embed SDK Web, or a mobile application.
Protobuf enum google.apps.meet.v2.SpaceConfig.EntryPointAccess
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ALL |
All entry points are allowed. |
ALL_VALUE |
All entry points are allowed. |
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 Meet Embed SDK Web or mobile Meet SDKs to create owned entry points. |
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 Meet Embed SDK Web or mobile Meet SDKs to create owned entry points. |
ENTRY_POINT_ACCESS_UNSPECIFIED |
Unused. |
ENTRY_POINT_ACCESS_UNSPECIFIED_VALUE |
Unused. |
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() |