Cloud Run Admin v2 API - Class RevisionTemplate (2.7.0)

public sealed class RevisionTemplate : IMessage<RevisionTemplate>, IEquatable<RevisionTemplate>, IDeepCloneable<RevisionTemplate>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Run Admin v2 API class RevisionTemplate.

RevisionTemplate describes the data a revision should have when created from a template.

Inheritance

object > RevisionTemplate

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Constructors

RevisionTemplate()

public RevisionTemplate()

RevisionTemplate(RevisionTemplate)

public RevisionTemplate(RevisionTemplate other)
Parameter
NameDescription
otherRevisionTemplate

Properties

Annotations

public MapField<string, string> Annotations { get; }

Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.

<p>Cloud Run API v2 does not support annotations with run.googleapis.com, cloud.googleapis.com, serving.knative.dev, or autoscaling.knative.dev namespaces, and they will be rejected. All system annotations in v1 now have a corresponding field in v2 RevisionTemplate.

<p>This field follows Kubernetes annotations' namespacing, limits, and rules.

Property Value
TypeDescription
MapFieldstringstring

Containers

public RepeatedField<Container> Containers { get; }

Holds the single container that defines the unit of execution for this Revision.

Property Value
TypeDescription
RepeatedFieldContainer

EncryptionKey

public string EncryptionKey { get; set; }

A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek

Property Value
TypeDescription
string

EncryptionKeyAsCryptoKeyName

public CryptoKeyName EncryptionKeyAsCryptoKeyName { get; set; }

CryptoKeyName-typed view over the EncryptionKey resource name property.

Property Value
TypeDescription
CryptoKeyName

ExecutionEnvironment

public ExecutionEnvironment ExecutionEnvironment { get; set; }

The sandbox environment to host this Revision.

Property Value
TypeDescription
ExecutionEnvironment

HealthCheckDisabled

public bool HealthCheckDisabled { get; set; }

Optional. Disables health checking containers during deployment.

Property Value
TypeDescription
bool

Labels

public MapField<string, string> Labels { get; }

Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels.

<p>Cloud Run API v2 does not support labels with run.googleapis.com, cloud.googleapis.com, serving.knative.dev, or autoscaling.knative.dev namespaces, and they will be rejected. All system labels in v1 now have a corresponding field in v2 RevisionTemplate.

Property Value
TypeDescription
MapFieldstringstring

MaxInstanceRequestConcurrency

public int MaxInstanceRequestConcurrency { get; set; }

Sets the maximum number of requests that each serving instance can receive.

Property Value
TypeDescription
int

Revision

public string Revision { get; set; }

The unique name for the revision. If this field is omitted, it will be automatically generated based on the Service name.

Property Value
TypeDescription
string

RevisionAsRevisionName

public RevisionName RevisionAsRevisionName { get; set; }

RevisionName-typed view over the Revision resource name property.

Property Value
TypeDescription
RevisionName

Scaling

public RevisionScaling Scaling { get; set; }

Scaling settings for this Revision.

Property Value
TypeDescription
RevisionScaling

ServiceAccount

public string ServiceAccount { get; set; }

Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account.

Property Value
TypeDescription
string

SessionAffinity

public bool SessionAffinity { get; set; }

Optional. Enable session affinity.

Property Value
TypeDescription
bool

Timeout

public Duration Timeout { get; set; }

Max allowed time for an instance to respond to a request.

Property Value
TypeDescription
Duration

Volumes

public RepeatedField<Volume> Volumes { get; }

A list of Volumes to make available to containers.

Property Value
TypeDescription
RepeatedFieldVolume

VpcAccess

public VpcAccess VpcAccess { get; set; }

VPC Access configuration to use for this Revision. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.

Property Value
TypeDescription
VpcAccess