Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::CreateSnoozeRequest (v0.12.0)

Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::CreateSnoozeRequest.

The message definition for creating a Snooze. Users must provide the body of the Snooze to be created but must omit the Snooze field, name.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) —

    Required. The project in which a Snooze should be created. The format is:

    projects/[PROJECT_ID_OR_NUMBER]
    

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) —

    Required. The project in which a Snooze should be created. The format is:

    projects/[PROJECT_ID_OR_NUMBER]
    
Returns
  • (::String) —

    Required. The project in which a Snooze should be created. The format is:

    projects/[PROJECT_ID_OR_NUMBER]
    

#snooze

def snooze() -> ::Google::Cloud::Monitoring::V3::Snooze
Returns

#snooze=

def snooze=(value) -> ::Google::Cloud::Monitoring::V3::Snooze
Parameter
Returns