public static final class SpaceConfig.Builder extends GeneratedMessage.Builder<SpaceConfig.Builder> implements SpaceConfigOrBuilderThe configuration pertaining to a meeting space.
Protobuf type google.apps.meet.v2.SpaceConfig
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SpaceConfig.BuilderImplements
SpaceConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SpaceConfig build()| Returns | |
|---|---|
| Type | Description |
SpaceConfig |
|
buildPartial()
public SpaceConfig buildPartial()| Returns | |
|---|---|
| Type | Description |
SpaceConfig |
|
clear()
public SpaceConfig.Builder clear()| Returns | |
|---|---|
| Type | Description |
SpaceConfig.Builder |
|
clearAccessType()
public SpaceConfig.Builder clearAccessType()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.v2.SpaceConfig.AccessType access_type = 1;
| Returns | |
|---|---|
| Type | Description |
SpaceConfig.Builder |
This builder for chaining. |
clearEntryPointAccess()
public SpaceConfig.Builder clearEntryPointAccess()Defines the entry points that can be used to join meetings hosted in this meeting space. Default: EntryPointAccess.ALL
.google.apps.meet.v2.SpaceConfig.EntryPointAccess entry_point_access = 2;
| Returns | |
|---|---|
| Type | Description |
SpaceConfig.Builder |
This builder for chaining. |
getAccessType()
public 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.v2.SpaceConfig.AccessType access_type = 1;
| Returns | |
|---|---|
| Type | Description |
SpaceConfig.AccessType |
The accessType. |
getAccessTypeValue()
public 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.v2.SpaceConfig.AccessType access_type = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for accessType. |
getDefaultInstanceForType()
public SpaceConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SpaceConfig |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEntryPointAccess()
public 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.v2.SpaceConfig.EntryPointAccess entry_point_access = 2;
| Returns | |
|---|---|
| Type | Description |
SpaceConfig.EntryPointAccess |
The entryPointAccess. |
getEntryPointAccessValue()
public int getEntryPointAccessValue()Defines the entry points that can be used to join meetings hosted in this meeting space. Default: EntryPointAccess.ALL
.google.apps.meet.v2.SpaceConfig.EntryPointAccess entry_point_access = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for entryPointAccess. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(SpaceConfig other)
public SpaceConfig.Builder mergeFrom(SpaceConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
SpaceConfig |
| Returns | |
|---|---|
| Type | Description |
SpaceConfig.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SpaceConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SpaceConfig.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SpaceConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SpaceConfig.Builder |
|
setAccessType(SpaceConfig.AccessType value)
public SpaceConfig.Builder setAccessType(SpaceConfig.AccessType value)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.v2.SpaceConfig.AccessType access_type = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
SpaceConfig.AccessTypeThe accessType to set. |
| Returns | |
|---|---|
| Type | Description |
SpaceConfig.Builder |
This builder for chaining. |
setAccessTypeValue(int value)
public SpaceConfig.Builder setAccessTypeValue(int value)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.v2.SpaceConfig.AccessType access_type = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for accessType to set. |
| Returns | |
|---|---|
| Type | Description |
SpaceConfig.Builder |
This builder for chaining. |
setEntryPointAccess(SpaceConfig.EntryPointAccess value)
public SpaceConfig.Builder setEntryPointAccess(SpaceConfig.EntryPointAccess value)Defines the entry points that can be used to join meetings hosted in this meeting space. Default: EntryPointAccess.ALL
.google.apps.meet.v2.SpaceConfig.EntryPointAccess entry_point_access = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
SpaceConfig.EntryPointAccessThe entryPointAccess to set. |
| Returns | |
|---|---|
| Type | Description |
SpaceConfig.Builder |
This builder for chaining. |
setEntryPointAccessValue(int value)
public SpaceConfig.Builder setEntryPointAccessValue(int value)Defines the entry points that can be used to join meetings hosted in this meeting space. Default: EntryPointAccess.ALL
.google.apps.meet.v2.SpaceConfig.EntryPointAccess entry_point_access = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for entryPointAccess to set. |
| Returns | |
|---|---|
| Type | Description |
SpaceConfig.Builder |
This builder for chaining. |