Class CloudRunMetadata
CloudRunMetadata contains information from a Cloud Run deployment.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class CloudRunMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Job
Output only. The name of the Cloud Run job that is associated with a Rollout
. Format is
projects/{project}/locations/{location}/jobs/{job_name}
.
Declaration
[JsonProperty("job")]
public virtual string Job { get; set; }
Property Value
Type | Description |
---|---|
string |
Revision
Output only. The Cloud Run Revision id associated with a Rollout
.
Declaration
[JsonProperty("revision")]
public virtual string Revision { get; set; }
Property Value
Type | Description |
---|---|
string |
Service
Output only. The name of the Cloud Run Service that is associated with a Rollout
. Format is
projects/{project}/locations/{location}/services/{service}
.
Declaration
[JsonProperty("service")]
public virtual string Service { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceUrls
Output only. The Cloud Run Service urls that are associated with a Rollout
.
Declaration
[JsonProperty("serviceUrls")]
public virtual IList<string> ServiceUrls { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |