Class SetupFunctionUpgradeConfigRequest
Request for the SetupFunctionUpgradeConfig
method.
Implements
Inherited Members
Namespace: Google.Apis.CloudFunctions.v2.Data
Assembly: Google.Apis.CloudFunctions.v2.dll
Syntax
public class SetupFunctionUpgradeConfigRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
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 |