public interface SpaceConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAccessType()
public abstract 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;
Returns | |
---|---|
Type | Description |
SpaceConfig.AccessType |
The accessType. |
getAccessTypeValue()
public abstract int 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;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for accessType. |
getEntryPointAccess()
public abstract 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;
Returns | |
---|---|
Type | Description |
SpaceConfig.EntryPointAccess |
The entryPointAccess. |
getEntryPointAccessValue()
public abstract 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;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for entryPointAccess. |