Class CloudRunRenderMetadata
CloudRunRenderMetadata contains Cloud Run information associated with a Release
render.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class CloudRunRenderMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Service
Output only. The name of the Cloud Run Service in the rendered manifest. Format is
projects/{project}/locations/{location}/services/{service}
.
Declaration
[JsonProperty("service")]
public virtual string Service { get; set; }
Property Value
Type | Description |
---|---|
string |