SetupFunctionUpgradeConfigRequest
import type { SetupFunctionUpgradeConfigRequest } from "https://googleapis.deno.dev/v1/cloudfunctions:v2.ts";Request for the SetupFunctionUpgradeConfig method.
interface SetupFunctionUpgradeConfigRequest {
buildConfigOverrides?: BuildConfigOverrides;
serviceConfigOverrides?: ServiceConfigOverrides;
triggerServiceAccount?: string;
}§Properties
§
buildConfigOverrides?: BuildConfigOverrides
[src]Optional. Specifies overrides for the build process.
§
serviceConfigOverrides?: ServiceConfigOverrides
[src]Optional. Specifies overrides for the service configuration.
§
triggerServiceAccount?: string
[src]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.