Class: Google::Cloud::WorkloadManager::V1::Execution::Notice

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

Overview

Additional information generated by an execution.

Instance Attribute Summary collapse

Instance Attribute Details

#message::String (readonly)

Returns Output only. Message of the notice.

Returns:

  • (::String)

    Output only. Message of the notice.



413
414
415
416
# File 'proto_docs/google/cloud/workloadmanager/v1/service.rb', line 413

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