View Source GoogleApi.Monitoring.V3.Model.CloudFunctionV2Target (google_api_monitoring v0.55.0)

A Synthetic Monitor deployed to a Cloud Functions V2 instance.

Attributes

  • cloudRunRevision (type: GoogleApi.Monitoring.V3.Model.MonitoredResource.t, default: nil) - 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 (type: String.t, default: nil) - Required. Fully qualified GCFv2 resource name i.e. projects/{project}/locations/{location}/functions/{function} Required.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.CloudFunctionV2Target{
  cloudRunRevision: GoogleApi.Monitoring.V3.Model.MonitoredResource.t() | nil,
  name: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.