public static enum SpaceConfig.EntryPointAccess extends Enum<SpaceConfig.EntryPointAccess> implements com.google.protobuf.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| Enum Constant and Description |
|---|
ALL
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.
|
ENTRY_POINT_ACCESS_UNSPECIFIED
Unused.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL_VALUE
All entry points are allowed.
|
static int |
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.
|
static int |
ENTRY_POINT_ACCESS_UNSPECIFIED_VALUE
Unused.
|
| Modifier and Type | Method and Description |
|---|---|
static SpaceConfig.EntryPointAccess |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<SpaceConfig.EntryPointAccess> |
internalGetValueMap() |
static SpaceConfig.EntryPointAccess |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SpaceConfig.EntryPointAccess |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SpaceConfig.EntryPointAccess |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpaceConfig.EntryPointAccess[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpaceConfig.EntryPointAccess ENTRY_POINT_ACCESS_UNSPECIFIED
Unused.
ENTRY_POINT_ACCESS_UNSPECIFIED = 0;public static final SpaceConfig.EntryPointAccess ALL
All entry points are allowed.
ALL = 1;public static final SpaceConfig.EntryPointAccess 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;public static final SpaceConfig.EntryPointAccess UNRECOGNIZED
public static final int ENTRY_POINT_ACCESS_UNSPECIFIED_VALUE
Unused.
ENTRY_POINT_ACCESS_UNSPECIFIED = 0;public static final int ALL_VALUE
All entry points are allowed.
ALL = 1;public static final int 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;public static SpaceConfig.EntryPointAccess[] values()
for (SpaceConfig.EntryPointAccess c : SpaceConfig.EntryPointAccess.values()) System.out.println(c);
public static SpaceConfig.EntryPointAccess valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static SpaceConfig.EntryPointAccess valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static SpaceConfig.EntryPointAccess forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<SpaceConfig.EntryPointAccess> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static SpaceConfig.EntryPointAccess valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.