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

ProjectsSchemasListOptions

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

Additional options for pubsub#projectsSchemasList.

interface ProjectsSchemasListOptions {
pageSize?: number;
pageToken?: string;
view?: "SCHEMA_VIEW_UNSPECIFIED" | "BASIC" | "FULL";
}

§Properties

§
pageSize?: number
[src]

Maximum number of schemas to return.

§
pageToken?: string
[src]

The value returned by the last ListSchemasResponse; indicates that this is a continuation of a prior ListSchemas call, and that the system should return the next page of data.

§
view?: "SCHEMA_VIEW_UNSPECIFIED" | "BASIC" | "FULL"
[src]

The set of Schema fields to return in the response. If not set, returns Schemas with name and type, but not definition. Set to FULL to retrieve all fields.