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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ATTENDANCE_REPORT_GENERATION_TYPE_UNSPECIFIED |
Default value specified by user policy. This should never be returned. |
ATTENDANCE_REPORT_GENERATION_TYPE_UNSPECIFIED_VALUE |
Default value specified by user policy. This should never be returned. |
DO_NOT_GENERATE |
Attendance report will not be generated. |
DO_NOT_GENERATE_VALUE |
Attendance report will not be generated. |
GENERATE_REPORT |
Attendance report will be generated and sent to drive/email. |
GENERATE_REPORT_VALUE |
Attendance report will be generated and sent to drive/email. |
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() |