Class StateMessage (1.16.2)

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

Informational messages about the state of the Cloud Function or Operation.

Attributes

NameDescription
severity google.cloud.functions_v2.types.StateMessage.Severity
Severity of the state message.
type_ str
One-word CamelCase type of the state message.
message str
The message.

Classes

Severity

Severity(value)

Severity of the state message.

Values: SEVERITY_UNSPECIFIED (0): Not specified. Invalid severity. ERROR (1): ERROR-level severity. WARNING (2): WARNING-level severity. INFO (3): INFO-level severity.