public static enum Webhook.GenericWebService.WebhookType extends Enum<Webhook.GenericWebService.WebhookType> implements com.google.protobuf.ProtocolMessageEnum
Represents the type of webhook configuration.Protobuf enum
google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.WebhookType| Enum Constant and Description |
|---|
FLEXIBLE
Represents a flexible webhook.
|
STANDARD
Represents a standard webhook.
|
UNRECOGNIZED |
WEBHOOK_TYPE_UNSPECIFIED
Default value.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
FLEXIBLE_VALUE
Represents a flexible webhook.
|
static int |
STANDARD_VALUE
Represents a standard webhook.
|
static int |
WEBHOOK_TYPE_UNSPECIFIED_VALUE
Default value.
|
| Modifier and Type | Method and Description |
|---|---|
static Webhook.GenericWebService.WebhookType |
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<Webhook.GenericWebService.WebhookType> |
internalGetValueMap() |
static Webhook.GenericWebService.WebhookType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Webhook.GenericWebService.WebhookType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Webhook.GenericWebService.WebhookType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Webhook.GenericWebService.WebhookType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Webhook.GenericWebService.WebhookType WEBHOOK_TYPE_UNSPECIFIED
Default value. This value is unused.
WEBHOOK_TYPE_UNSPECIFIED = 0;public static final Webhook.GenericWebService.WebhookType STANDARD
Represents a standard webhook.
STANDARD = 1;public static final Webhook.GenericWebService.WebhookType FLEXIBLE
Represents a flexible webhook.
FLEXIBLE = 2;public static final Webhook.GenericWebService.WebhookType UNRECOGNIZED
public static final int WEBHOOK_TYPE_UNSPECIFIED_VALUE
Default value. This value is unused.
WEBHOOK_TYPE_UNSPECIFIED = 0;public static final int STANDARD_VALUE
Represents a standard webhook.
STANDARD = 1;public static final int FLEXIBLE_VALUE
Represents a flexible webhook.
FLEXIBLE = 2;public static Webhook.GenericWebService.WebhookType[] values()
for (Webhook.GenericWebService.WebhookType c : Webhook.GenericWebService.WebhookType.values()) System.out.println(c);
public static Webhook.GenericWebService.WebhookType 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 Webhook.GenericWebService.WebhookType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Webhook.GenericWebService.WebhookType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Webhook.GenericWebService.WebhookType> 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 Webhook.GenericWebService.WebhookType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.