public sealed class Service.Types.CloudRun : IMessage<Service.Types.CloudRun>, IEquatable<Service.Types.CloudRun>, IDeepCloneable<Service.Types.CloudRun>, IBufferMessage, IMessageReference 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.
Implements
IMessageServiceTypesCloudRun, IEquatableServiceTypesCloudRun, IDeepCloneableServiceTypesCloudRun, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
CloudRun()
public CloudRun()CloudRun(CloudRun)
public CloudRun(Service.Types.CloudRun other)| Parameter | |
|---|---|
| Name | Description |
other |
ServiceTypesCloudRun |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|