Query Parameters
If set to true, and the database catalog is not found, a new database catalog will be created. In this situation, update_mask
is ignored.
Body
application/json
{ "name": "<string>", "schemas": [ { "name": "<string>", "tables": [ { "name": "<string>", "columns": { "columns": [ { "name": "<string>", "semanticType": "<string>", "labels": {}, "classification": "<string>", "objectSchema": { "type": "TYPE_UNSPECIFIED", "structKind": { "properties": {} }, "arrayKind": { "kind": {} }, "semanticType": "<string>" } } ] }, "objectSchema": { "type": "TYPE_UNSPECIFIED", "structKind": { "properties": {} }, "arrayKind": { "kind": {} }, "semanticType": "<string>" }, "classification": "<string>" } ] } ] }
Permissions required: bb.databaseCatalogs.update
{ "name": "<string>", "schemas": [ { "name": "<string>", "tables": [ { "name": "<string>", "columns": { "columns": [ { "name": "<string>", "semanticType": "<string>", "labels": {}, "classification": "<string>", "objectSchema": { "type": "TYPE_UNSPECIFIED", "structKind": { "properties": {} }, "arrayKind": { "kind": {} }, "semanticType": "<string>" } } ] }, "objectSchema": { "type": "TYPE_UNSPECIFIED", "structKind": { "properties": {} }, "arrayKind": { "kind": {} }, "semanticType": "<string>" }, "classification": "<string>" } ] } ] }
If set to true, and the database catalog is not found, a new database catalog will be created. In this situation, update_mask
is ignored.
Was this page helpful?