public sealed class CloudRunMetadata : IMessage<CloudRunMetadata>, IEquatable<CloudRunMetadata>, IDeepCloneable<CloudRunMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class CloudRunMetadata.
CloudRunMetadata contains information from a Cloud Run deployment.
Implements
IMessageCloudRunMetadata, IEquatableCloudRunMetadata, IDeepCloneableCloudRunMetadata, 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
Job
public string Job { get; set; }
Output only. The name of the Cloud Run job that is associated with a
Rollout
. Format is
projects/{project}/locations/{location}/jobs/{job_name}
.
Property Value | |
---|---|
Type | Description |
string |
JobAsJobName
public JobName JobAsJobName { get; set; }
Property Value | |
---|---|
Type | Description |
JobName |
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 |
ServiceAsServiceName
public ServiceName ServiceAsServiceName { get; set; }
ServiceName-typed view over the Service resource name property.
Property Value | |
---|---|
Type | Description |
ServiceName |
ServiceUrls
public RepeatedField<string> ServiceUrls { get; }
Output only. The Cloud Run Service urls that are associated with a
Rollout
.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |