Class: Google::Cloud::Monitoring::V3::SyntheticMonitorTarget::CloudFunctionV2Target

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

Overview

A Synthetic Monitor deployed to a Cloud Functions V2 instance.

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_run_revision::Google::Api::MonitoredResource (readonly)

Returns 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.

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.



102
103
104
105
# File 'proto_docs/google/monitoring/v3/uptime.rb', line 102

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

#name::String

Returns 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.



102
103
104
105
# File 'proto_docs/google/monitoring/v3/uptime.rb', line 102

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