| Modifier and Type | Method and Description |
|---|---|
static SpaceConfig.AccessType |
SpaceConfig.AccessType.forNumber(int value) |
SpaceConfig.AccessType |
SpaceConfig.getAccessType()
Access type of the meeting space that determines who can join without
knocking.
|
SpaceConfig.AccessType |
SpaceConfig.Builder.getAccessType()
Access type of the meeting space that determines who can join without
knocking.
|
SpaceConfig.AccessType |
SpaceConfigOrBuilder.getAccessType()
Access type of the meeting space that determines who can join without
knocking.
|
static SpaceConfig.AccessType |
SpaceConfig.AccessType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SpaceConfig.AccessType |
SpaceConfig.AccessType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SpaceConfig.AccessType |
SpaceConfig.AccessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpaceConfig.AccessType[] |
SpaceConfig.AccessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<SpaceConfig.AccessType> |
SpaceConfig.AccessType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
SpaceConfig.Builder |
SpaceConfig.Builder.setAccessType(SpaceConfig.AccessType value)
Access type of the meeting space that determines who can join without
knocking.
|
Copyright © 2024 Google LLC. All rights reserved.