Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ExtendSchemaRequest

import type { ExtendSchemaRequest } from "https://googleapis.deno.dev/v1/managedidentities:v1.ts";

ExtendSchemaRequest is the request message for ExtendSchema method.

interface ExtendSchemaRequest {
description?: string;
fileContents?: Uint8Array;
gcsPath?: string;
}

§Properties

§
description?: string
[src]

Required. Description for Schema Change.

§
fileContents?: Uint8Array
[src]

File uploaded as a byte stream input.

§
gcsPath?: string
[src]

File stored in Cloud Storage bucket and represented in the form projects/{project_id}/buckets/{bucket_name}/objects/{object_name} File should be in the same project as the domain.