public static enum IngestConversationsRequest.ObjectConfigCase extends Enum<IngestConversationsRequest.ObjectConfigCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
OBJECTCONFIG_NOT_SET |
TRANSCRIPT_OBJECT_CONFIG |
| Modifier and Type | Method and Description |
|---|---|
static IngestConversationsRequest.ObjectConfigCase |
forNumber(int value) |
int |
getNumber() |
static IngestConversationsRequest.ObjectConfigCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static IngestConversationsRequest.ObjectConfigCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IngestConversationsRequest.ObjectConfigCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IngestConversationsRequest.ObjectConfigCase TRANSCRIPT_OBJECT_CONFIG
public static final IngestConversationsRequest.ObjectConfigCase OBJECTCONFIG_NOT_SET
public static IngestConversationsRequest.ObjectConfigCase[] values()
for (IngestConversationsRequest.ObjectConfigCase c : IngestConversationsRequest.ObjectConfigCase.values()) System.out.println(c);
public static IngestConversationsRequest.ObjectConfigCase 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 null@Deprecated public static IngestConversationsRequest.ObjectConfigCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static IngestConversationsRequest.ObjectConfigCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2023 Google LLC. All rights reserved.