Google Cloud Deploy v1 API - Class CloudRunMetadata (2.15.0)

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.

Inheritance

object > CloudRunMetadata

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

CloudRunMetadata()

public CloudRunMetadata()

CloudRunMetadata(CloudRunMetadata)

public CloudRunMetadata(CloudRunMetadata other)
Parameter
NameDescription
otherCloudRunMetadata

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
TypeDescription
string

JobAsJobName

public JobName JobAsJobName { get; set; }

JobName-typed view over the Job resource name property.

Property Value
TypeDescription
JobName

Revision

public string Revision { get; set; }

Output only. The Cloud Run Revision id associated with a Rollout.

Property Value
TypeDescription
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
TypeDescription
string

ServiceAsServiceName

public ServiceName ServiceAsServiceName { get; set; }

ServiceName-typed view over the Service resource name property.

Property Value
TypeDescription
ServiceName

ServiceUrls

public RepeatedField<string> ServiceUrls { get; }

Output only. The Cloud Run Service urls that are associated with a Rollout.

Property Value
TypeDescription
RepeatedFieldstring