public static enum Recording.State extends Enum<Recording.State> implements com.google.protobuf.ProtocolMessageEnum
Current state of the recording session.Protobuf enum
google.apps.meet.v2.Recording.State| Enum Constant and Description |
|---|
ENDED
This recording session has ended, but the recording file hasn't been
generated yet.
|
FILE_GENERATED
Recording file is generated and ready to download.
|
STARTED
An active recording session has started.
|
STATE_UNSPECIFIED
Default, never used.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ENDED_VALUE
This recording session has ended, but the recording file hasn't been
generated yet.
|
static int |
FILE_GENERATED_VALUE
Recording file is generated and ready to download.
|
static int |
STARTED_VALUE
An active recording session has started.
|
static int |
STATE_UNSPECIFIED_VALUE
Default, never used.
|
| Modifier and Type | Method and Description |
|---|---|
static Recording.State |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Recording.State> |
internalGetValueMap() |
static Recording.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Recording.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Recording.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Recording.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Recording.State STATE_UNSPECIFIED
Default, never used.
STATE_UNSPECIFIED = 0;public static final Recording.State STARTED
An active recording session has started.
STARTED = 1;public static final Recording.State ENDED
This recording session has ended, but the recording file hasn't been generated yet.
ENDED = 2;public static final Recording.State FILE_GENERATED
Recording file is generated and ready to download.
FILE_GENERATED = 3;public static final Recording.State UNRECOGNIZED
public static final int STATE_UNSPECIFIED_VALUE
Default, never used.
STATE_UNSPECIFIED = 0;public static final int STARTED_VALUE
An active recording session has started.
STARTED = 1;public static final int ENDED_VALUE
This recording session has ended, but the recording file hasn't been generated yet.
ENDED = 2;public static final int FILE_GENERATED_VALUE
Recording file is generated and ready to download.
FILE_GENERATED = 3;public static Recording.State[] values()
for (Recording.State c : Recording.State.values()) System.out.println(c);
public static Recording.State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Recording.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Recording.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Recording.State> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Recording.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.