Class Message (0.3.0)

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

Message details. Describe the attribute that a message should have. Without specified message attributes, no message will be sent by default.

Attributes

NameDescription
type_ google.cloud.batch_v1.types.JobNotification.Type
The message type.
new_job_state google.cloud.batch_v1.types.JobStatus.State
The new job state.
new_task_state google.cloud.batch_v1.types.TaskStatus.State
The new task state.

Inheritance

builtins.object > proto.message.Message > Message