Show / Hide Table of Contents

Class CloudFunctionV2Target

A Synthetic Monitor deployed to a Cloud Functions V2 instance.

Inheritance
object
CloudFunctionV2Target
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class CloudFunctionV2Target : IDirectResponseSchema

Properties

CloudRunRevision

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.

Declaration
[JsonProperty("cloudRunRevision")]
public virtual MonitoredResource CloudRunRevision { get; set; }
Property Value
Type Description
MonitoredResource

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Required. Fully qualified GCFv2 resource name i.e. projects/{project}/locations/{location}/functions/{function} Required.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX