public sealed class CloudRunMetadata : IMessage<CloudRunMetadata>, IEquatable<CloudRunMetadata>, IDeepCloneable<CloudRunMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Deploy v1 API class CloudRunMetadata.
CloudRunMetadata contains information from a Cloud Run deployment.
Implements
IMessage<CloudRunMetadata>, IEquatable<CloudRunMetadata>, IDeepCloneable<CloudRunMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
CloudRunMetadata()
public CloudRunMetadata()CloudRunMetadata(CloudRunMetadata)
public CloudRunMetadata(CloudRunMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
CloudRunMetadata |
Properties
Revision
public string Revision { get; set; }Output only. The Cloud Run Revision id associated with a Rollout.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Service
public string Service { get; set; }Output only. The name of the Cloud Run Service that is associated with a Rollout.
Format is projects/{project}/locations/{location}/services/{service}.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ServiceUrls
public RepeatedField<string> ServiceUrls { get; }Output only. The Cloud Run Service urls that are associated with a Rollout.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|