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

ProjectsInstancesTablesGetOptions

import type { ProjectsInstancesTablesGetOptions } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";

Additional options for BigtableAdmin#projectsInstancesTablesGet.

interface ProjectsInstancesTablesGetOptions {
view?:
| "VIEW_UNSPECIFIED"
| "NAME_ONLY"
| "SCHEMA_VIEW"
| "REPLICATION_VIEW"
| "ENCRYPTION_VIEW"
| "STATS_VIEW"
| "FULL";
}

§Properties

§
view?: "VIEW_UNSPECIFIED" | "NAME_ONLY" | "SCHEMA_VIEW" | "REPLICATION_VIEW" | "ENCRYPTION_VIEW" | "STATS_VIEW" | "FULL"
[src]

The view to be applied to the returned table's fields. Defaults to SCHEMA_VIEW if unspecified.