Show / Hide Table of Contents

Class ServiceSpecPinnedType

ServiceSpecPinnedType Pins this service to a specific revision name. The revision must be owned by the configuration provided. Deprecated and not supported by Cloud Run.

Inheritance
System.Object
ServiceSpecPinnedType
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudRun.v1alpha1.Data
Assembly: Google.Apis.CloudRun.v1alpha1.dll
Syntax
public class ServiceSpecPinnedType : IDirectResponseSchema

Properties

Configuration

The configuration for this service.

Declaration
[JsonProperty("configuration")]
public virtual ConfigurationSpec Configuration { get; set; }
Property Value
Type Description
ConfigurationSpec

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

RevisionName

The revision name to pin this service to until changed to a different service type.

Declaration
[JsonProperty("revisionName")]
public virtual string RevisionName { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top