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 |
|
---|---|
Name | Description |
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 |
MutableSequence[google.cloud.dataflow_v1beta3.types.StructuredMessage.Parameter]
The structured data associated with this message. |
Classes
Parameter
Parameter(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Structured data associated with this message.