| Modifier and Type | Method and Description |
|---|---|
static ConversationEvent.Type |
ConversationEvent.Type.forNumber(int value) |
ConversationEvent.Type |
ConversationEvent.getType()
Required.
|
ConversationEvent.Type |
ConversationEvent.Builder.getType()
Required.
|
ConversationEvent.Type |
ConversationEventOrBuilder.getType()
Required.
|
static ConversationEvent.Type |
ConversationEvent.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ConversationEvent.Type |
ConversationEvent.Type.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ConversationEvent.Type |
ConversationEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConversationEvent.Type[] |
ConversationEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<ConversationEvent.Type> |
ConversationEvent.Type.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ConversationEvent.Builder |
ConversationEvent.Builder.setType(ConversationEvent.Type value)
Required.
|
Copyright © 2023 Google LLC. All rights reserved.