Class StructuredMessage (0.6.0)

StructuredMessage(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A rich message format, including a human readable string, a key for identifying the message, and structured data associated with the message for programmatic consumption.

Attributes

NameDescription
message_text str
Human-readable version of message.
message_key str
Identifier for this message type. Used by external systems to internationalize or personalize message.
parameters Sequence[google.cloud.dataflow_v1beta3.types.StructuredMessage.Parameter]
The structured data associated with this message.

Inheritance

builtins.object > proto.message.Message > StructuredMessage

Classes

Parameter

Parameter(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Structured data associated with this message.