public interface SpaceConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SpaceConfig.AccessType |
getAccessType()
Access type of the meeting space that determines who can join without
knocking.
|
int |
getAccessTypeValue()
Access type of the meeting space that determines who can join without
knocking.
|
SpaceConfig.EntryPointAccess |
getEntryPointAccess()
Defines the entry points that can be used to join meetings hosted in this
meeting space.
|
int |
getEntryPointAccessValue()
Defines the entry points that can be used to join meetings hosted in this
meeting space.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getAccessTypeValue()
Access type of the meeting space that determines who can join without knocking. Default: The user's default access settings. Controlled by the user's admin for enterprise users or RESTRICTED.
.google.apps.meet.v2beta.SpaceConfig.AccessType access_type = 1;SpaceConfig.AccessType getAccessType()
Access type of the meeting space that determines who can join without knocking. Default: The user's default access settings. Controlled by the user's admin for enterprise users or RESTRICTED.
.google.apps.meet.v2beta.SpaceConfig.AccessType access_type = 1;int getEntryPointAccessValue()
Defines the entry points that can be used to join meetings hosted in this meeting space. Default: EntryPointAccess.ALL
.google.apps.meet.v2beta.SpaceConfig.EntryPointAccess entry_point_access = 2;SpaceConfig.EntryPointAccess getEntryPointAccess()
Defines the entry points that can be used to join meetings hosted in this meeting space. Default: EntryPointAccess.ALL
.google.apps.meet.v2beta.SpaceConfig.EntryPointAccess entry_point_access = 2;Copyright © 2024 Google LLC. All rights reserved.