Class ServiceConfigOverrides
Contains overrides related to the function's service configuration.
Implements
Inherited Members
Namespace: Google.Apis.CloudFunctions.v2beta.Data
Assembly: Google.Apis.CloudFunctions.v2beta.dll
Syntax
public class ServiceConfigOverrides : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MaxInstanceCount
Optional. Specifies the maximum number of instances for the new Cloud Run function. If provided, this overrides the max_instance_count setting of the Gen1 function.
Declaration
[JsonProperty("maxInstanceCount")]
public virtual int? MaxInstanceCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |