public sealed class CloudRunRenderMetadata : IMessage<CloudRunRenderMetadata>, IEquatable<CloudRunRenderMetadata>, IDeepCloneable<CloudRunRenderMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class CloudRunRenderMetadata.
CloudRunRenderMetadata contains Cloud Run information associated with a
Release
render.
Implements
IMessageCloudRunRenderMetadata, IEquatableCloudRunRenderMetadata, IDeepCloneableCloudRunRenderMetadata, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DeployV1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
CloudRunRenderMetadata()
public CloudRunRenderMetadata()
CloudRunRenderMetadata(CloudRunRenderMetadata)
public CloudRunRenderMetadata(CloudRunRenderMetadata other)
Parameter | |
---|---|
Name | Description |
other | CloudRunRenderMetadata |
Properties
Service
public string Service { get; set; }
Output only. The name of the Cloud Run Service in the rendered manifest. 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 |