public final class SpaceConfig extends GeneratedMessageV3 implements SpaceConfigOrBuilder
The configuration pertaining to a meeting space.
Protobuf type google.apps.meet.v2beta.SpaceConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static 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()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static SpaceConfig.Builder newBuilder()
newBuilder(SpaceConfig prototype)
public static SpaceConfig.Builder newBuilder(SpaceConfig prototype)
public static SpaceConfig parseDelimitedFrom(InputStream input)
public static SpaceConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static SpaceConfig parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SpaceConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static SpaceConfig parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SpaceConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SpaceConfig parseFrom(CodedInputStream input)
public static SpaceConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SpaceConfig parseFrom(InputStream input)
public static SpaceConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static SpaceConfig parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SpaceConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<SpaceConfig> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
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.v2beta.SpaceConfig.AccessType access_type = 1;
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.v2beta.SpaceConfig.AccessType access_type = 1;
Returns |
Type |
Description |
int |
The enum numeric value on the wire for accessType.
|
getDefaultInstanceForType()
public SpaceConfig getDefaultInstanceForType()
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.v2beta.SpaceConfig.EntryPointAccess entry_point_access = 2;
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.v2beta.SpaceConfig.EntryPointAccess entry_point_access = 2;
Returns |
Type |
Description |
int |
The enum numeric value on the wire for entryPointAccess.
|
getParserForType()
public Parser<SpaceConfig> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public SpaceConfig.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SpaceConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public SpaceConfig.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides