GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKey
import type { GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKey } from "https://googleapis.deno.dev/v1/datacatalog:v1.ts";Specification of a Spanner foreign key.
interface GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKey {
readonly columnMappings?: GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKeyForeignKeyColumnMapping[];
readonly entry?: string;
readonly name?: string;
}§Properties
§
readonly columnMappings?: GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKeyForeignKeyColumnMapping[]
[src]Output only. The ordered list of column mappings for this foreign key.