Class: Google::Cloud::Monitoring::V3::DeleteUptimeCheckConfigRequest

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

Overview

The protocol for the DeleteUptimeCheckConfig request.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The Uptime check configuration to delete. The format is:

projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID].

Returns:

  • (::String)

    Required. The Uptime check configuration to delete. The format is:

    projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID]
    


124
125
126
127
# File 'proto_docs/google/monitoring/v3/uptime_service.rb', line 124

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