Class: Google::Cloud::Monitoring::V3::GetSnoozeRequest

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

Overview

The message definition for retrieving a Snooze. Users must specify the field, name, which identifies the Snooze.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The ID of the Snooze to retrieve. The format is:

projects/[PROJECT_ID_OR_NUMBER]/snoozes/[SNOOZE_ID].

Returns:

  • (::String)

    Required. The ID of the Snooze to retrieve. The format is:

    projects/[PROJECT_ID_OR_NUMBER]/snoozes/[SNOOZE_ID]
    


102
103
104
105
# File 'proto_docs/google/monitoring/v3/snooze_service.rb', line 102

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