Class: Google::Cloud::Batch::V1::JobNotification::Message

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/batch/v1/job.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#new_job_state::Google::Cloud::Batch::V1::JobStatus::State

Returns The new job state.

Returns:



236
237
238
239
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 236

class Message
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#new_task_state::Google::Cloud::Batch::V1::TaskStatus::State

Returns The new task state.

Returns:



236
237
238
239
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 236

class Message
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#type::Google::Cloud::Batch::V1::JobNotification::Type

Returns The message type.

Returns:



236
237
238
239
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 236

class Message
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end