GoogleCloudDatacatalogV1SpannerTableSpecSpannerPrimaryKey
import type { GoogleCloudDatacatalogV1SpannerTableSpecSpannerPrimaryKey } from "https://googleapis.deno.dev/v1/datacatalog:v1.ts";Specification of a Spanner primary key.
interface GoogleCloudDatacatalogV1SpannerTableSpecSpannerPrimaryKey {
readonly columns?: string[];
}