public final class SpaceConfig extends GeneratedMessageV3 implements SpaceConfigOrBuilder
The configuration pertaining to a meeting space.
Protobuf type google.apps.meet.v2.SpaceConfig
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SpaceConfigImplements
SpaceConfigOrBuilderStatic Fields
ACCESS_TYPE_FIELD_NUMBER
public static final int ACCESS_TYPE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
ENTRY_POINT_ACCESS_FIELD_NUMBER
public static final int ENTRY_POINT_ACCESS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static SpaceConfig getDefaultInstance()
Returns | |
---|---|
Type | Description |
SpaceConfig |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static SpaceConfig.Builder newBuilder()
Returns | |
---|---|
Type | Description |
SpaceConfig.Builder |
newBuilder(SpaceConfig prototype)
public static SpaceConfig.Builder newBuilder(SpaceConfig prototype)
Parameter | |
---|---|
Name | Description |
prototype |
SpaceConfig |
Returns | |
---|---|
Type | Description |
SpaceConfig.Builder |
parseDelimitedFrom(InputStream input)
public static SpaceConfig parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
SpaceConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SpaceConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SpaceConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static SpaceConfig parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
SpaceConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SpaceConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SpaceConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static SpaceConfig parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
SpaceConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SpaceConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SpaceConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static SpaceConfig parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
SpaceConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SpaceConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SpaceConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static SpaceConfig parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
SpaceConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SpaceConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SpaceConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static SpaceConfig parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
SpaceConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SpaceConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SpaceConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<SpaceConfig> parser()
Returns | |
---|---|
Type | Description |
Parser<SpaceConfig> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
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 |
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. |
getParserForType()
public Parser<SpaceConfig> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<SpaceConfig> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public SpaceConfig.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
SpaceConfig.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SpaceConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
SpaceConfig.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public SpaceConfig.Builder toBuilder()
Returns | |
---|---|
Type | Description |
SpaceConfig.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |