Enum Recording.State (0.11.0)

public enum Recording.State extends Enum<Recording.State> implements ProtocolMessageEnum

Current state of the recording session.

Protobuf enum google.apps.meet.v2beta.Recording.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ENDED

This recording session has ended, but the recording file hasn't been generated yet.

ENDED = 2;

ENDED_VALUE

This recording session has ended, but the recording file hasn't been generated yet.

ENDED = 2;

FILE_GENERATED

Recording file is generated and ready to download.

FILE_GENERATED = 3;

FILE_GENERATED_VALUE

Recording file is generated and ready to download.

FILE_GENERATED = 3;

STARTED

An active recording session has started.

STARTED = 1;

STARTED_VALUE

An active recording session has started.

STARTED = 1;

STATE_UNSPECIFIED

Default, never used.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Default, never used.

STATE_UNSPECIFIED = 0;

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()