Class: Google::Cloud::Monitoring::V3::MutationRecord

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/v3/mutation_record.rb

Overview

Describes a change made to a configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#mutate_time::Google::Protobuf::Timestamp

Returns When the change occurred.

Returns:



31
32
33
34
# File 'proto_docs/google/monitoring/v3/mutation_record.rb', line 31

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

#mutated_by::String

Returns The email address of the user making the change.

Returns:

  • (::String)

    The email address of the user making the change.



31
32
33
34
# File 'proto_docs/google/monitoring/v3/mutation_record.rb', line 31

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