Class: Google::Cloud::Monitoring::MetricsScope::V1::DeleteMonitoredProjectRequest

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

Overview

Request for the DeleteMonitoredProject method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the MonitoredProject. Example: locations/global/metricsScopes/{SCOPING_PROJECT_ID_OR_NUMBER}/projects/{MONITORED_PROJECT_ID_OR_NUMBER}

Authorization requires the following Google IAM permissions on both the Metrics Scope and on the MonitoredProject: monitoring.metricsScopes.link.

Returns:

  • (::String)

    Required. The resource name of the MonitoredProject. Example: locations/global/metricsScopes/{SCOPING_PROJECT_ID_OR_NUMBER}/projects/{MONITORED_PROJECT_ID_OR_NUMBER}

    Authorization requires the following Google IAM permissions on both the Metrics Scope and on the MonitoredProject: monitoring.metricsScopes.link



85
86
87
88
# File 'proto_docs/google/monitoring/metricsscope/v1/metrics_scopes.rb', line 85

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