Enum NotificationConfig.MessageFormat (4.47.0)

public enum NotificationConfig.MessageFormat extends Enum<NotificationConfig.MessageFormat> implements ProtocolMessageEnum

Format of cloud pub/sub message.

Protobuf enum google.cloud.dialogflow.v2.NotificationConfig.MessageFormat

Implements

ProtocolMessageEnum

Static Fields

NameDescription
JSON

Pub/Sub message will be json.

JSON = 2;

JSON_VALUE

Pub/Sub message will be json.

JSON = 2;

MESSAGE_FORMAT_UNSPECIFIED

If it is unspecified, PROTO will be used.

MESSAGE_FORMAT_UNSPECIFIED = 0;

MESSAGE_FORMAT_UNSPECIFIED_VALUE

If it is unspecified, PROTO will be used.

MESSAGE_FORMAT_UNSPECIFIED = 0;

PROTO

Pub/Sub message will be serialized proto.

PROTO = 1;

PROTO_VALUE

Pub/Sub message will be serialized proto.

PROTO = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()