Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::SyntheticMonitorTarget::CloudFunctionV2Target (v0.18.0)

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

A Synthetic Monitor deployed to a Cloud Functions V2 instance.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cloud_run_revision

def cloud_run_revision() -> ::Google::Api::MonitoredResource
Returns
  • (::Google::Api::MonitoredResource) — Output only. The cloud_run_revision Monitored Resource associated with the GCFv2. The Synthetic Monitor execution results (metrics, logs, and spans) are reported against this Monitored Resource. This field is output only.

#name

def name() -> ::String
Returns
  • (::String) — Required. Fully qualified GCFv2 resource name i.e. projects/{project}/locations/{location}/functions/{function} Required.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. Fully qualified GCFv2 resource name i.e. projects/{project}/locations/{location}/functions/{function} Required.
Returns
  • (::String) — Required. Fully qualified GCFv2 resource name i.e. projects/{project}/locations/{location}/functions/{function} Required.