messageFormat property

String? messageFormat
getter/setter pair

Format of message. Possible string values are:

  • "MESSAGE_FORMAT_UNSPECIFIED" : If it is unspecified, PROTO will be used.
  • "PROTO" : Pub/Sub message will be serialized proto.
  • "JSON" : Pub/Sub message will be json.

Implementation

core.String? messageFormat;