public static enum SpaceConfig.AccessType extends Enum<SpaceConfig.AccessType> implements com.google.protobuf.ProtocolMessageEnum
Possible access types for a meeting space.Protobuf enum
google.apps.meet.v2.SpaceConfig.AccessType| Enum Constant and Description |
|---|
ACCESS_TYPE_UNSPECIFIED
Default value specified by the user's organization.
|
OPEN
Anyone with the join information (for example, the URL or phone access
information) can join without knocking.
|
RESTRICTED
Only invitees can join without knocking.
|
TRUSTED
Members of the host's organization, invited external users, and dial-in
users can join without knocking.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ACCESS_TYPE_UNSPECIFIED_VALUE
Default value specified by the user's organization.
|
static int |
OPEN_VALUE
Anyone with the join information (for example, the URL or phone access
information) can join without knocking.
|
static int |
RESTRICTED_VALUE
Only invitees can join without knocking.
|
static int |
TRUSTED_VALUE
Members of the host's organization, invited external users, and dial-in
users can join without knocking.
|
| Modifier and Type | Method and Description |
|---|---|
static SpaceConfig.AccessType |
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.AccessType> |
internalGetValueMap() |
static SpaceConfig.AccessType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SpaceConfig.AccessType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SpaceConfig.AccessType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpaceConfig.AccessType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpaceConfig.AccessType ACCESS_TYPE_UNSPECIFIED
Default value specified by the user's organization. Note: This is never returned, as the configured access type is returned instead.
ACCESS_TYPE_UNSPECIFIED = 0;public static final SpaceConfig.AccessType OPEN
Anyone with the join information (for example, the URL or phone access information) can join without knocking.
OPEN = 1;public static final SpaceConfig.AccessType TRUSTED
Members of the host's organization, invited external users, and dial-in users can join without knocking. Everyone else must knock.
TRUSTED = 2;public static final SpaceConfig.AccessType RESTRICTED
Only invitees can join without knocking. Everyone else must knock.
RESTRICTED = 3;public static final SpaceConfig.AccessType UNRECOGNIZED
public static final int ACCESS_TYPE_UNSPECIFIED_VALUE
Default value specified by the user's organization. Note: This is never returned, as the configured access type is returned instead.
ACCESS_TYPE_UNSPECIFIED = 0;public static final int OPEN_VALUE
Anyone with the join information (for example, the URL or phone access information) can join without knocking.
OPEN = 1;public static final int TRUSTED_VALUE
Members of the host's organization, invited external users, and dial-in users can join without knocking. Everyone else must knock.
TRUSTED = 2;public static final int RESTRICTED_VALUE
Only invitees can join without knocking. Everyone else must knock.
RESTRICTED = 3;public static SpaceConfig.AccessType[] values()
for (SpaceConfig.AccessType c : SpaceConfig.AccessType.values()) System.out.println(c);
public static SpaceConfig.AccessType 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.AccessType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static SpaceConfig.AccessType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<SpaceConfig.AccessType> 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.AccessType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.