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

ProjectsSchemasCreateOptions

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

Additional options for pubsub#projectsSchemasCreate.

interface ProjectsSchemasCreateOptions {
schemaId?: string;
}

§Properties

§
schemaId?: string
[src]

The ID to use for the schema, which will become the final component of the schema's resource name. See https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names for resource name constraints.