Class: Google::Cloud::Debugger::V2::FormatMessage

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/clouddebugger/v2/data.rb

Overview

Represents a message with parameters.

Instance Attribute Summary collapse

Instance Attribute Details

#format::String



39
40
41
42
# File 'proto_docs/google/devtools/clouddebugger/v2/data.rb', line 39

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

#parameters::Array<::String>



39
40
41
42
# File 'proto_docs/google/devtools/clouddebugger/v2/data.rb', line 39

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