Class CloudFunctionV2Target
A Synthetic Monitor deployed to a Cloud Functions V2 instance.
Implements
Inherited Members
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 |