Class SetupFunctionUpgradeConfigRequest
Request for the SetupFunctionUpgradeConfig method.
Implements
Inherited Members
Namespace: Google.Apis.CloudFunctions.v2beta.Data
Assembly: Google.Apis.CloudFunctions.v2beta.dll
Syntax
public class SetupFunctionUpgradeConfigRequest : IDirectResponseSchema
Properties
BuildConfigOverrides
Optional. Specifies overrides for the build process.
Declaration
[JsonProperty("buildConfigOverrides")]
public virtual BuildConfigOverrides BuildConfigOverrides { get; set; }
Property Value
| Type | Description |
|---|---|
| BuildConfigOverrides |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServiceConfigOverrides
Optional. Specifies overrides for the service configuration.
Declaration
[JsonProperty("serviceConfigOverrides")]
public virtual ServiceConfigOverrides ServiceConfigOverrides { get; set; }
Property Value
| Type | Description |
|---|---|
| ServiceConfigOverrides |
TriggerServiceAccount
Optional. The trigger's service account. The service account must have permission to invoke Cloud Run
services, the permission is run.routes.invoke. If empty, defaults to the Compute Engine default service
account: {project_number}-compute@developer.gserviceaccount.com.
Declaration
[JsonProperty("triggerServiceAccount")]
public virtual string TriggerServiceAccount { get; set; }
Property Value
| Type | Description |
|---|---|
| string |