GoogleCloudDatacatalogV1GraphSpec
import type { GoogleCloudDatacatalogV1GraphSpec } from "https://googleapis.deno.dev/v1/datacatalog:v1.ts";Specification that applies to a graph.
interface GoogleCloudDatacatalogV1GraphSpec {
edgeTables?: GoogleCloudDatacatalogV1GraphSpecGraphElementTable[];
readonly name?: string;
nodeTables?: GoogleCloudDatacatalogV1GraphSpecGraphElementTable[];
}§Properties
§
edgeTables?: GoogleCloudDatacatalogV1GraphSpecGraphElementTable[]
[src]Optional. Edge tables of the graph.
§
nodeTables?: GoogleCloudDatacatalogV1GraphSpecGraphElementTable[]
[src]Required. Node tables of the graph.