Google Cloud Deploy v1 API - Class CloudRunRenderMetadata (2.15.0)

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.

Inheritance

object > CloudRunRenderMetadata

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

CloudRunRenderMetadata()

public CloudRunRenderMetadata()

CloudRunRenderMetadata(CloudRunRenderMetadata)

public CloudRunRenderMetadata(CloudRunRenderMetadata other)
Parameter
NameDescription
otherCloudRunRenderMetadata

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

ServiceAsServiceName

public ServiceName ServiceAsServiceName { get; set; }

ServiceName-typed view over the Service resource name property.

Property Value
TypeDescription
ServiceName