public final class SpaceConfig extends GeneratedMessage implements SpaceConfigOrBuilder
The configuration pertaining to a meeting space.
Protobuf type google.apps.meet.v2beta.SpaceConfig
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
ACCESS_TYPE_FIELD_NUMBER
public static final int ACCESS_TYPE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
ARTIFACT_CONFIG_FIELD_NUMBER
public static final int ARTIFACT_CONFIG_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
ATTENDANCE_REPORT_GENERATION_TYPE_FIELD_NUMBER
public static final int ATTENDANCE_REPORT_GENERATION_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 |
|
MODERATION_FIELD_NUMBER
public static final int MODERATION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
MODERATION_RESTRICTIONS_FIELD_NUMBER
public static final int MODERATION_RESTRICTIONS_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.
|
getArtifactConfig()
public SpaceConfig.ArtifactConfig getArtifactConfig()
Developer Preview:
Configuration pertaining to the auto-generated artifacts that the meeting
supports.
.google.apps.meet.v2beta.SpaceConfig.ArtifactConfig artifact_config = 7;
getArtifactConfigOrBuilder()
public SpaceConfig.ArtifactConfigOrBuilder getArtifactConfigOrBuilder()
Developer Preview:
Configuration pertaining to the auto-generated artifacts that the meeting
supports.
.google.apps.meet.v2beta.SpaceConfig.ArtifactConfig artifact_config = 7;
getAttendanceReportGenerationType()
public SpaceConfig.AttendanceReportGenerationType getAttendanceReportGenerationType()
Developer Preview:
Whether attendance report is enabled for the meeting space.
.google.apps.meet.v2beta.SpaceConfig.AttendanceReportGenerationType attendance_report_generation_type = 6;
getAttendanceReportGenerationTypeValue()
public int getAttendanceReportGenerationTypeValue()
Developer Preview:
Whether attendance report is enabled for the meeting space.
.google.apps.meet.v2beta.SpaceConfig.AttendanceReportGenerationType attendance_report_generation_type = 6;
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for attendanceReportGenerationType.
|
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.
|
getModeration()
public SpaceConfig.Moderation getModeration()
Developer Preview:
The pre-configured moderation mode for the Meeting.
Default: Controlled by the user's policies.
.google.apps.meet.v2beta.SpaceConfig.Moderation moderation = 3;
getModerationRestrictions()
public SpaceConfig.ModerationRestrictions getModerationRestrictions()
Developer Preview:
When moderation.ON, these restrictions go into effect for the meeting.
When moderation.OFF, will be reset to default ModerationRestrictions.
.google.apps.meet.v2beta.SpaceConfig.ModerationRestrictions moderation_restrictions = 4;
getModerationRestrictionsOrBuilder()
public SpaceConfig.ModerationRestrictionsOrBuilder getModerationRestrictionsOrBuilder()
Developer Preview:
When moderation.ON, these restrictions go into effect for the meeting.
When moderation.OFF, will be reset to default ModerationRestrictions.
.google.apps.meet.v2beta.SpaceConfig.ModerationRestrictions moderation_restrictions = 4;
getModerationValue()
public int getModerationValue()
Developer Preview:
The pre-configured moderation mode for the Meeting.
Default: Controlled by the user's policies.
.google.apps.meet.v2beta.SpaceConfig.Moderation moderation = 3;
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for moderation.
|
getParserForType()
public Parser<SpaceConfig> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
hasArtifactConfig()
public boolean hasArtifactConfig()
Developer Preview:
Configuration pertaining to the auto-generated artifacts that the meeting
supports.
.google.apps.meet.v2beta.SpaceConfig.ArtifactConfig artifact_config = 7;
| Returns |
| Type |
Description |
boolean |
Whether the artifactConfig field is set.
|
hasModerationRestrictions()
public boolean hasModerationRestrictions()
Developer Preview:
When moderation.ON, these restrictions go into effect for the meeting.
When moderation.OFF, will be reset to default ModerationRestrictions.
.google.apps.meet.v2beta.SpaceConfig.ModerationRestrictions moderation_restrictions = 4;
| Returns |
| Type |
Description |
boolean |
Whether the moderationRestrictions field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public SpaceConfig.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected SpaceConfig.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public SpaceConfig.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides