Google Cloud Monitoring v3 API - Class Service.Types.CloudRun (3.9.0)

public sealed class Service.Types.CloudRun : IMessage<Service.Types.CloudRun>, IEquatable<Service.Types.CloudRun>, IDeepCloneable<Service.Types.CloudRun>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Monitoring v3 API class Service.Types.CloudRun.

Cloud Run service. Learn more at https://cloud.google.com/run.

Inheritance

object > Service.Types.CloudRun

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

CloudRun()

public CloudRun()

CloudRun(CloudRun)

public CloudRun(Service.Types.CloudRun other)
Parameter
NameDescription
otherServiceTypesCloudRun

Properties

Location

public string Location { get; set; }

The location the service is run. Corresponds to the location resource label in the cloud_run_revision monitored resource.

Property Value
TypeDescription
string

ServiceName

public string ServiceName { get; set; }

The name of the Cloud Run service. Corresponds to the service_name resource label in the cloud_run_revision monitored resource.

Property Value
TypeDescription
string