Enum SpaceConfig.AttendanceReportGenerationType (0.24.0)

public enum SpaceConfig.AttendanceReportGenerationType extends Enum<SpaceConfig.AttendanceReportGenerationType> implements ProtocolMessageEnum

Possible states of whether attendance report is enabled for the meeting space.

Protobuf enum google.apps.meet.v2beta.SpaceConfig.AttendanceReportGenerationType

Implements

ProtocolMessageEnum

Static Fields

Name Description
ATTENDANCE_REPORT_GENERATION_TYPE_UNSPECIFIED

Default value specified by user policy. This should never be returned.

ATTENDANCE_REPORT_GENERATION_TYPE_UNSPECIFIED = 0;

ATTENDANCE_REPORT_GENERATION_TYPE_UNSPECIFIED_VALUE

Default value specified by user policy. This should never be returned.

ATTENDANCE_REPORT_GENERATION_TYPE_UNSPECIFIED = 0;

DO_NOT_GENERATE

Attendance report will not be generated.

DO_NOT_GENERATE = 2;

DO_NOT_GENERATE_VALUE

Attendance report will not be generated.

DO_NOT_GENERATE = 2;

GENERATE_REPORT

Attendance report will be generated and sent to drive/email.

GENERATE_REPORT = 1;

GENERATE_REPORT_VALUE

Attendance report will be generated and sent to drive/email.

GENERATE_REPORT = 1;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()