GoogleCloudRunV2SourceCode
import type { GoogleCloudRunV2SourceCode } from "https://googleapis.deno.dev/v1/run:v2.ts";Source type for the container.
interface GoogleCloudRunV2SourceCode {
cloudStorageSource?: GoogleCloudRunV2CloudStorageSource;
inlinedSource?: GoogleCloudRunV2InlinedSource;
}§Properties
§
cloudStorageSource?: GoogleCloudRunV2CloudStorageSource
[src]The source is a Cloud Storage bucket.
§
inlinedSource?: GoogleCloudRunV2InlinedSource
[src]Optional. Input only. Source code inlined in the request. Cloud Run will store the inlined_source to Cloud Storage and replace the field with cloud_storage_source.