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