- Resource: Entry
- EntryType
- IntegratedSystem
- SqlDatabaseSystemSpec
- LookerSystemSpec
- CloudBigtableSystemSpec
- GcsFilesetSpec
- GcsFileSpec
- BigQueryTableSpec
- TableSourceType
- ViewSpec
- TableSpec
- BigQueryDateShardedSpec
- DatabaseTableSpec
- TableType
- DataplexTableSpec
- DataplexExternalTable
- DataplexSpec
- PhysicalSchema
- AvroSchema
- ThriftSchema
- ProtobufSchema
- ParquetSchema
- OrcSchema
- CsvSchema
- DatabaseViewSpec
- ViewType
- DataSourceConnectionSpec
- BigQueryConnectionSpec
- ConnectionType
- CloudSqlBigQueryConnectionSpec
- DatabaseType
- RoutineSpec
- RoutineType
- Argument
- Mode
- BigQueryRoutineSpec
- DatasetSpec
- VertexDatasetSpec
- DataType
- FilesetSpec
- DataplexFilesetSpec
- ServiceSpec
- CloudBigtableInstanceSpec
- CloudBigtableClusterSpec
- ModelSpec
- VertexModelSpec
- VertexModelSourceInfo
- ModelSourceType
- FeatureOnlineStoreSpec
- StorageType
- BusinessContext
- EntryOverview
- Contacts
- Person
- Schema
- ColumnSchema
- IndexingType
- LookerColumnSpec
- LookerColumnType
- FieldElementType
- UsageSignal
- UsageStats
- CommonUsageStats
- DataSource
- Service
- StorageProperties
- PersonalDetails
- Methods
Resource: Entry
Entry metadata. A Data Catalog entry represents another resource in Google Cloud Platform (such as a BigQuery dataset or a Pub/Sub topic) or outside of it. You can use the linkedResource
field in the entry resource to refer to the original resource ID of the source system.
An entry resource contains resource details, for example, its schema. Additionally, you can attach flexible metadata to an entry in the form of a Tag
.
JSON representation |
---|
{ "name": string, "linkedResource": string, "fullyQualifiedName": string, "displayName": string, "description": string, "businessContext": { object ( |
Fields | |
---|---|
name |
Output only. Identifier. The resource name of an entry in URL format. Note: The entry itself and its child resources might not be stored in the location specified in its name. |
linked |
The resource this metadata entry refers to. For Google Cloud Platform resources,
Output only when the entry is one of the types in the For entries with a The resource string must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), periods (.), colons (:), slashes (/), dashes (-), and hashes (#). The maximum size is 200 bytes when encoded in UTF-8. |
fully |
Fully Qualified Name (FQN) of the resource. Set automatically for entries representing resources from synced systems. Settable only during creation, and read-only later. Can be used for search and lookup of the entries. |
display |
Display name of an entry. The maximum size is 500 bytes when encoded in UTF-8. Default value is an empty string. |
description |
Entry description that can consist of several sentences or paragraphs that describe entry contents. The description must not contain Unicode non-characters as well as C0 and C1 control codes except tabs (HT), new lines (LF), carriage returns (CR), and page breaks (FF). The maximum size is 2000 bytes when encoded in UTF-8. Default value is an empty string. |
business |
Business Context of the entry. Not supported for BigQuery datasets |
schema |
Schema of the entry. An entry might not have any schema attached to it. |
source |
Timestamps from the underlying resource, not from the Data Catalog entry. Output only when the entry has a system listed in the |
usage |
Resource usage statistics. |
labels |
Cloud labels attached to the entry. In Data Catalog, you can create and modify labels attached only to custom entries. Synced entries have unmodifiable labels that come from the source system. |
data |
Output only. Physical location of the entry. |
personal |
Output only. Additional information related to the entry. Private to the current user. |
Union field entry_type . Required. Entry type. entry_type can be only one of the following: |
|
type |
The type of the entry. For details, see |
user |
Custom entry type that doesn't match any of the values allowed for input and listed in the When creating an entry, first check the type values in the enum. If there are no appropriate types for the new entry, provide a custom value, for example, The
|
Union field system . The source system of the entry. system can be only one of the following: |
|
integrated |
Output only. Indicates the entry's source system that Data Catalog integrates with, such as BigQuery, Pub/Sub, or Dataproc Metastore. |
user |
Indicates the entry's source system that Data Catalog doesn't automatically integrate with. The
|
Union field system_spec . System specification. Can be used as a complement for spec , when some metadata is relevant for all entries existing within given system system_spec can be only one of the following: |
|
sql |
Specification that applies to a relational database system. Only settable when |
looker |
Specification that applies to Looker sysstem. Only settable when |
cloud |
Specification that applies to Cloud Bigtable system. Only settable when |
Union field type_spec . Type specification. type_spec can be only one of the following: |
|
gcs |
Specification that applies to a Cloud Storage fileset. Valid only for entries with the |
bigquery |
Output only. Specification that applies to a BigQuery table. Valid only for entries with the |
bigquery |
Output only. Specification for a group of BigQuery tables with the For more information, see Introduction to partitioned tables. |
Union field When extending the API with new types and systems, use this field instead of the legacy |
|
database |
Specification that applies to a table resource. Valid only for entries with the |
data |
Specification that applies to a data source connection. Valid only for entries with the |
routine |
Specification that applies to a user-defined function or procedure. Valid only for entries with the |
dataset |
Specification that applies to a dataset. |
fileset |
Specification that applies to a fileset resource. Valid only for entries with the |
service |
Specification that applies to a Service resource. |
model |
Model specification. |
feature |
FeatureonlineStore spec for Vertex AI Feature Store. |
EntryType
Metadata automatically ingested from Google Cloud resources like BigQuery tables or Pub/Sub topics always uses enum values from EntryType
as the type of entry.
Other sources of metadata like Hive or Oracle databases can identify the type by either using one of the enum values from EntryType
(for example, FILESET
for a Cloud Storage fileset) or specifying a custom value using the Entry
field userSpecifiedType
. For more information, see Surface files from Cloud Storage with fileset entries or Create custom entries for your data sources.
Enums | |
---|---|
ENTRY_TYPE_UNSPECIFIED |
Default unknown type. |
TABLE |
The entry type that has a GoogleSQL schema, including logical views. |
MODEL |
The type of models. For more information, see Supported models in BigQuery ML. |
DATA_STREAM |
An entry type for streaming entries. For example, a Pub/Sub topic. |
FILESET |
An entry type for a set of files or objects. For example, a Cloud Storage fileset. |
CLUSTER |
A group of servers that work together. For example, a Kafka cluster. |
DATABASE |
A database. |
DATA_SOURCE_CONNECTION |
Connection to a data source. For example, a BigQuery connection. |
ROUTINE |
Routine, for example, a BigQuery routine. |
LAKE |
A Dataplex lake. |
ZONE |
A Dataplex zone. |
SERVICE |
A service, for example, a Dataproc Metastore service. |
DATABASE_SCHEMA |
Schema within a relational database. |
DASHBOARD |
A Dashboard, for example from Looker. |
EXPLORE |
A Looker Explore. For more information, see Looker Explore API. |
LOOK |
A Looker Look. For more information, see Looker Look API. |
FEATURE_ONLINE_STORE |
Feature Online Store resource in Vertex AI Feature Store. |
FEATURE_VIEW |
Feature View resource in Vertex AI Feature Store. |
FEATURE_GROUP |
Feature Group resource in Vertex AI Feature Store. |
IntegratedSystem
This enum lists all the systems that Data Catalog integrates with.
Enums | |
---|---|
INTEGRATED_SYSTEM_UNSPECIFIED |
Default unknown system. |
BIGQUERY |
BigQuery. |
CLOUD_PUBSUB |
Cloud Pub/Sub. |
DATAPROC_METASTORE |
Dataproc Metastore. |
DATAPLEX |
Dataplex. |
CLOUD_SPANNER |
Cloud Spanner |
CLOUD_BIGTABLE |
Cloud Bigtable |
CLOUD_SQL |
Cloud Sql |
LOOKER |
Looker |
VERTEX_AI |
Vertex AI |
SqlDatabaseSystemSpec
Specification that applies to entries that are part SQL_DATABASE
system (userSpecifiedType)
JSON representation |
---|
{ "sqlEngine": string, "databaseVersion": string, "instanceHost": string } |
Fields | |
---|---|
sql |
SQL Database Engine. enum SqlEngine { UNDEFINED = 0; MY_SQL = 1; POSTGRE_SQL = 2; SQL_SERVER = 3; } Engine of the enclosing database instance. |
database |
Version of the database engine. |
instance |
Host of the SQL database enum InstanceHost { UNDEFINED = 0; SELF_HOSTED = 1; CLOUD_SQL = 2; AMAZON_RDS = 3; AZURE_SQL = 4; } Host of the enclousing database instance. |
LookerSystemSpec
Specification that applies to entries that are part LOOKER
system (userSpecifiedType)
JSON representation |
---|
{ "parentInstanceId": string, "parentInstanceDisplayName": string, "parentModelId": string, "parentModelDisplayName": string, "parentViewId": string, "parentViewDisplayName": string } |
Fields | |
---|---|
parent |
ID of the parent Looker Instance. Empty if it does not exist. Example value: |
parent |
Name of the parent Looker Instance. Empty if it does not exist. |
parent |
ID of the parent Model. Empty if it does not exist. |
parent |
Name of the parent Model. Empty if it does not exist. |
parent |
ID of the parent View. Empty if it does not exist. |
parent |
Name of the parent View. Empty if it does not exist. |
CloudBigtableSystemSpec
Specification that applies to all entries that are part of CLOUD_BIGTABLE
system (userSpecifiedType)
JSON representation |
---|
{ "instanceDisplayName": string } |
Fields | |
---|---|
instance |
Display name of the Instance. This is user specified and different from the resource name. |
GcsFilesetSpec
Describes a Cloud Storage fileset entry.
JSON representation |
---|
{
"filePatterns": [
string
],
"sampleGcsFileSpecs": [
{
object ( |
Fields | |
---|---|
file |
Required. Patterns to identify a set of files in Google Cloud Storage. For more information, see Wildcard Names. Note: Currently, bucket wildcards are not supported. Examples of valid
You can combine wildcards to match complex sets of files, for example:
|
sample |
Output only. Sample files contained in this fileset, not all files contained in this fileset are represented here. |
GcsFileSpec
Specification of a single file in Cloud Storage.
JSON representation |
---|
{
"filePath": string,
"gcsTimestamps": {
object ( |
Fields | |
---|---|
file |
Required. Full file path. Example: |
gcs |
Output only. Creation, modification, and expiration timestamps of a Cloud Storage file. |
size |
Output only. File size in bytes. |
BigQueryTableSpec
Describes a BigQuery table.
JSON representation |
---|
{ "tableSourceType": enum ( |
Fields | |
---|---|
table |
Output only. The table source type. |
Union field type_spec . Output only. type_spec can be only one of the following: |
|
view |
Table view specification. Populated only if the |
table |
Specification of a BigQuery table. Populated only if the |
TableSourceType
Table source type.
Enums | |
---|---|
TABLE_SOURCE_TYPE_UNSPECIFIED |
Default unknown type. |
BIGQUERY_VIEW |
Table view. |
BIGQUERY_TABLE |
BigQuery native table. |
BIGQUERY_MATERIALIZED_VIEW |
BigQuery materialized view. |
ViewSpec
Table view specification.
JSON representation |
---|
{ "viewQuery": string } |
Fields | |
---|---|
view |
Output only. The query that defines the table view. |
TableSpec
Normal BigQuery table specification.
JSON representation |
---|
{ "groupedEntry": string } |
Fields | |
---|---|
grouped |
Output only. If the table is date-sharded, that is, it matches the
Otherwise, |
BigQueryDateShardedSpec
Specification for a group of BigQuery tables with the [prefix]YYYYMMDD
name pattern.
For more information, see Introduction to partitioned tables.
JSON representation |
---|
{ "dataset": string, "tablePrefix": string, "shardCount": string, "latestShardResource": string } |
Fields | |
---|---|
dataset |
Output only. The Data Catalog resource name of the dataset entry the current table belongs to. For example:
|
table |
Output only. The table name prefix of the shards. The name of any given shard is |
shard |
Output only. Total number of shards. |
latest |
Output only. BigQuery resource name of the latest shard. |
DatabaseTableSpec
Specification that applies to a table resource. Valid only for entries with the TABLE
type.
JSON representation |
---|
{ "type": enum ( |
Fields | |
---|---|
type |
Type of this table. |
dataplex |
Output only. Fields specific to a Dataplex table and present only in the Dataplex table entries. |
database |
Spec what aplies to tables that are actually views. Not set for "real" tables. |
TableType
Type of the table.
Enums | |
---|---|
TABLE_TYPE_UNSPECIFIED |
Default unknown table type. |
NATIVE |
Native table. |
EXTERNAL |
External table. |
DataplexTableSpec
Entry specification for a Dataplex table.
JSON representation |
---|
{ "externalTables": [ { object ( |
Fields | |
---|---|
external |
List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems. |
dataplex |
Common Dataplex fields. |
user |
Indicates if the table schema is managed by the user or not. |
DataplexExternalTable
External table registered by Dataplex. Dataplex publishes data discovered from an asset into multiple other systems (BigQuery, DPMS) in form of tables. We call them "external tables". External tables are also synced into the Data Catalog. This message contains pointers to those external tables (fully qualified name, resource name et cetera) within the Data Catalog.
JSON representation |
---|
{
"system": enum ( |
Fields | |
---|---|
system |
Service in which the external table is registered. |
fully |
Fully qualified name (FQN) of the external table. |
google |
Google Cloud resource name of the external table. |
data |
Name of the Data Catalog entry representing the external table. |
DataplexSpec
Common Dataplex fields.
JSON representation |
---|
{
"asset": string,
"dataFormat": {
object ( |
Fields | |
---|---|
asset |
Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached. |
data |
Format of the data. |
compression |
Compression format of the data, e.g., zip, gzip etc. |
project |
Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset. |
PhysicalSchema
Native schema used by a resource represented as an entry. Used by query engines for deserializing and parsing source data.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field
|
|
avro |
Schema in Avro JSON format. |
thrift |
Schema in Thrift format. |
protobuf |
Schema in protocol buffer format. |
parquet |
Marks a Parquet-encoded data source. |
orc |
Marks an ORC-encoded data source. |
csv |
Marks a CSV-encoded data source. |
AvroSchema
Schema in Avro JSON format.
JSON representation |
---|
{ "text": string } |
Fields | |
---|---|
text |
JSON source of the Avro schema. |
ThriftSchema
Schema in Thrift format.
JSON representation |
---|
{ "text": string } |
Fields | |
---|---|
text |
Thrift IDL source of the schema. |
ProtobufSchema
Schema in protocol buffer format.
JSON representation |
---|
{ "text": string } |
Fields | |
---|---|
text |
Protocol buffer source of the schema. |
ParquetSchema
This type has no fields.
Marks a Parquet-encoded data source.
OrcSchema
This type has no fields.
Marks an ORC-encoded data source.
CsvSchema
This type has no fields.
Marks a CSV-encoded data source.
DatabaseViewSpec
Specification that applies to database view.
JSON representation |
---|
{ "viewType": enum ( |
Fields | |
---|---|
view |
Type of this view. |
Union field source_definition . Definition of the view. source_definition can be only one of the following: |
|
base |
Name of a singular table this view reflects one to one. |
sql |
SQL query used to generate this view. |
ViewType
Concrete type of the view.
Enums | |
---|---|
VIEW_TYPE_UNSPECIFIED |
Default unknown view type. |
STANDARD_VIEW |
Standard view. |
MATERIALIZED_VIEW |
Materialized view. |
DataSourceConnectionSpec
Specification that applies to a data source connection. Valid only for entries with the DATA_SOURCE_CONNECTION
type. Only one of internal specs can be set at the time, and cannot be changed later.
JSON representation |
---|
{
"bigqueryConnectionSpec": {
object ( |
Fields | |
---|---|
bigquery |
Output only. Fields specific to BigQuery connections. |
BigQueryConnectionSpec
Specification for the BigQuery connection.
JSON representation |
---|
{ "connectionType": enum ( |
Fields | |
---|---|
connection |
The type of the BigQuery connection. |
has |
True if there are credentials attached to the BigQuery connection; false otherwise. |
Union field
|
|
cloud |
Specification for the BigQuery connection to a Cloud SQL instance. |
ConnectionType
The type of the BigQuery connection.
Enums | |
---|---|
CONNECTION_TYPE_UNSPECIFIED |
Unspecified type. |
CLOUD_SQL |
Cloud SQL connection. |
CloudSqlBigQueryConnectionSpec
Specification for the BigQuery connection to a Cloud SQL instance.
JSON representation |
---|
{
"instanceId": string,
"database": string,
"type": enum ( |
Fields | |
---|---|
instance |
Cloud SQL instance ID in the format of |
database |
Database name. |
type |
Type of the Cloud SQL database. |
DatabaseType
Supported Cloud SQL database types.
Enums | |
---|---|
DATABASE_TYPE_UNSPECIFIED |
Unspecified database type. |
POSTGRES |
Cloud SQL for PostgreSQL. |
MYSQL |
Cloud SQL for MySQL. |
RoutineSpec
Specification that applies to a routine. Valid only for entries with the ROUTINE
type.
JSON representation |
---|
{ "routineType": enum ( |
Fields | |
---|---|
routine |
The type of the routine. |
language |
The language the routine is written in. The exact value depends on the source system. For BigQuery routines, possible values are:
|
routine |
Arguments of the routine. |
return |
Return type of the argument. The exact value depends on the source system and the language. |
definition |
The body of the routine. |
Union field system_spec . Contains fields specific to the source system. system_spec can be only one of the following: |
|
bigquery |
Fields specific for BigQuery routines. |
RoutineType
The fine-grained type of the routine.
Enums | |
---|---|
ROUTINE_TYPE_UNSPECIFIED |
Unspecified type. |
SCALAR_FUNCTION |
Non-builtin permanent scalar function. |
PROCEDURE |
Stored procedure. |
Argument
Input or output argument of a function or stored procedure.
JSON representation |
---|
{
"name": string,
"mode": enum ( |
Fields | |
---|---|
name |
The name of the argument. A return argument of a function might not have a name. |
mode |
Specifies whether the argument is input or output. |
type |
Type of the argument. The exact value depends on the source system and the language. |
Mode
The input or output mode of the argument.
Enums | |
---|---|
MODE_UNSPECIFIED |
Unspecified mode. |
IN |
The argument is input-only. |
OUT |
The argument is output-only. |
INOUT |
The argument is both an input and an output. |
BigQueryRoutineSpec
Fields specific for BigQuery routines.
JSON representation |
---|
{ "importedLibraries": [ string ] } |
Fields | |
---|---|
imported |
Paths of the imported libraries. |
DatasetSpec
Specification that applies to a dataset. Valid only for entries with the DATASET
type.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field system_spec . Fields specific to the source system. system_spec can be only one of the following: |
|
vertex |
Vertex AI Dataset specific fields |
VertexDatasetSpec
Specification for vertex dataset resources.
JSON representation |
---|
{
"dataItemCount": string,
"dataType": enum ( |
Fields | |
---|---|
data |
The number of DataItems in this Dataset. Only apply for non-structured Dataset. |
data |
Type of the dataset. |
DataType
Type of data stored in the dataset.
Enums | |
---|---|
DATA_TYPE_UNSPECIFIED |
Should not be used. |
TABLE |
Structured data dataset. |
IMAGE |
Image dataset which supports ImageClassification, ImageObjectDetection and ImageSegmentation problems. |
TEXT |
Document dataset which supports TextClassification, TextExtraction and TextSentiment problems. |
VIDEO |
Video dataset which supports VideoClassification, VideoObjectTracking and VideoActionRecognition problems. |
CONVERSATION |
Conversation dataset which supports conversation problems. |
TIME_SERIES |
TimeSeries dataset. |
DOCUMENT |
Document dataset which supports DocumentAnnotation problems. |
TEXT_TO_SPEECH |
TextToSpeech dataset which supports TextToSpeech problems. |
TRANSLATION |
Translation dataset which supports Translation problems. |
STORE_VISION |
Store Vision dataset which is used for HITL integration. |
ENTERPRISE_KNOWLEDGE_GRAPH |
Enterprise Knowledge Graph dataset which is used for HITL labeling integration. |
TEXT_PROMPT |
Text prompt dataset which supports Large Language Models. |
FilesetSpec
Specification that applies to a fileset. Valid only for entries with the 'FILESET' type.
JSON representation |
---|
{
"dataplexFileset": {
object ( |
Fields | |
---|---|
dataplex |
Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries. |
DataplexFilesetSpec
Entry specyfication for a Dataplex fileset.
JSON representation |
---|
{
"dataplexSpec": {
object ( |
Fields | |
---|---|
dataplex |
Common Dataplex fields. |
ServiceSpec
Specification that applies to a Service resource. Valid only for entries with the SERVICE
type.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field system_spec . System spec system_spec can be only one of the following: |
|
cloud |
Specification that applies to Instance entries of |
CloudBigtableInstanceSpec
Specification that applies to Instance entries that are part of CLOUD_BIGTABLE
system. (userSpecifiedType)
JSON representation |
---|
{
"cloudBigtableClusterSpecs": [
{
object ( |
Fields | |
---|---|
cloud |
The list of clusters for the Instance. |
CloudBigtableClusterSpec
Spec that applies to clusters of an Instance of Cloud Bigtable.
JSON representation |
---|
{ "displayName": string, "location": string, "type": string, "linkedResource": string } |
Fields | |
---|---|
display |
Name of the cluster. |
location |
Location of the cluster, typically a Cloud zone. |
type |
Type of the resource. For a cluster this would be "CLUSTER". |
linked |
A link back to the parent resource, in this case Instance. |
ModelSpec
Specification that applies to a model. Valid only for entries with the MODEL
type.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field system_spec . System spec system_spec can be only one of the following: |
|
vertex |
Specification for vertex model resources. |
VertexModelSpec
Specification for vertex model resources.
JSON representation |
---|
{
"versionId": string,
"versionAliases": [
string
],
"versionDescription": string,
"vertexModelSourceInfo": {
object ( |
Fields | |
---|---|
version |
The version ID of the model. |
version |
User provided version aliases so that a model version can be referenced via alias |
version |
The description of this version. |
vertex |
Source of a Vertex model. |
container |
URI of the Docker image to be used as the custom container for serving predictions. |
VertexModelSourceInfo
Detail description of the source information of a Vertex model.
JSON representation |
---|
{
"sourceType": enum ( |
Fields | |
---|---|
source |
Type of the model source. |
copy |
If this Model is copy of another Model. If true then |
ModelSourceType
Source of the model.
Enums | |
---|---|
MODEL_SOURCE_TYPE_UNSPECIFIED |
Should not be used. |
AUTOML |
The Model is uploaded by automl training pipeline. |
CUSTOM |
The Model is uploaded by user or custom training pipeline. |
BQML |
The Model is registered and sync'ed from BigQuery ML. |
MODEL_GARDEN |
The Model is saved or tuned from Model Garden. |
FeatureOnlineStoreSpec
Detail description of the source information of a Vertex Feature Online Store.
JSON representation |
---|
{
"storageType": enum ( |
Fields | |
---|---|
storage |
Output only. Type of underelaying storage for the FeatureOnlineStore. |
StorageType
Type of underlaying storage type.
Enums | |
---|---|
STORAGE_TYPE_UNSPECIFIED |
Should not be used. |
BIGTABLE |
Underlsying storgae is Bigtable. |
OPTIMIZED |
Underlaying is optimized online server (Lightning). |
BusinessContext
Business Context of the entry.
JSON representation |
---|
{ "entryOverview": { object ( |
Fields | |
---|---|
entry |
Entry overview fields for rich text descriptions of entries. |
contacts |
Contact people for the entry. |
EntryOverview
Entry overview fields for rich text descriptions of entries.
JSON representation |
---|
{ "overview": string } |
Fields | |
---|---|
overview |
Entry overview with support for rich text. The overview must only contain Unicode characters, and should be formatted using HTML. The maximum length is 10 MiB as this value holds HTML descriptions including encoded images. The maximum length of the text without images is 100 KiB. |
Contacts
Contact people for the entry.
JSON representation |
---|
{
"people": [
{
object ( |
Fields | |
---|---|
people[] |
The list of contact people for the entry. |
Person
A contact person for the entry.
JSON representation |
---|
{ "designation": string, "email": string } |
Fields | |
---|---|
designation |
Designation of the person, for example, Data Steward. |
email |
Email of the person in the format of |
Schema
Represents a schema, for example, a BigQuery, GoogleSQL, or Avro schema.
JSON representation |
---|
{
"columns": [
{
object ( |
Fields | |
---|---|
columns[] |
The unified GoogleSQL-like schema of columns. The overall maximum number of columns and nested columns is 10,000. The maximum nested depth is 15 levels. |
ColumnSchema
A column within a schema. Columns can be nested inside other columns.
JSON representation |
---|
{ "column": string, "type": string, "description": string, "mode": string, "defaultValue": string, "ordinalPosition": integer, "highestIndexingType": enum ( |
Fields | |
---|---|
column |
Required. Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes. |
type |
Required. Type of the column. Must be a UTF-8 string with the maximum size of 128 bytes. |
description |
Optional. Description of the column. Default value is an empty string. The description must be a UTF-8 string with the maximum size of 2000 bytes. |
mode |
Optional. A column's mode indicates whether values in this column are required, nullable, or repeated. Only |
default |
Optional. Default value for the column. |
ordinal |
Optional. Ordinal position |
highest |
Optional. Most important inclusion of this column. |
subcolumns[] |
Optional. Schema of sub-columns. A column can have zero or more sub-columns. |
range |
Optional. The subtype of the RANGE, if the type of this field is RANGE. If the type is RANGE, this field is required. Possible values for the field element type of a RANGE include: * DATE * DATETIME * TIMESTAMP |
gc |
Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable. |
Union field system_spec . Information only applying for columns in Entries from a specific system. system_spec can be only one of the following: |
|
looker |
Looker specific column info of this column. |
IndexingType
Specifies inclusion of the column in an index
Enums | |
---|---|
INDEXING_TYPE_UNSPECIFIED |
Unspecified. |
INDEXING_TYPE_NONE |
Column not a part of an index. |
INDEXING_TYPE_NON_UNIQUE |
Column Part of non unique index. |
INDEXING_TYPE_UNIQUE |
Column part of unique index. |
INDEXING_TYPE_PRIMARY_KEY |
Column part of the primary key. |
LookerColumnSpec
Column info specific to Looker System.
JSON representation |
---|
{
"type": enum ( |
Fields | |
---|---|
type |
Looker specific column type of this column. |
LookerColumnType
Column type in Looker.
Enums | |
---|---|
LOOKER_COLUMN_TYPE_UNSPECIFIED |
Unspecified. |
DIMENSION |
Dimension. |
DIMENSION_GROUP |
Dimension group - parent for Dimension. |
FILTER |
Filter. |
MEASURE |
Measure. |
PARAMETER |
Parameter. |
FieldElementType
Represents the type of a field element.
JSON representation |
---|
{ "type": string } |
Fields | |
---|---|
type |
Required. The type of a field element. See |
UsageSignal
The set of all usage signals that Data Catalog stores.
Note: Usually, these signals are updated daily. In rare cases, an update may fail but will be performed again on the next day.
JSON representation |
---|
{ "updateTime": string, "usageWithinTimeRange": { string: { object ( |
Fields | |
---|---|
update |
The end timestamp of the duration of usage statistics. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
usage |
Output only. BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are |
common |
Common usage statistics over each of the predefined time ranges. Supported time ranges are |
favorite |
Favorite count in the source system. |
UsageStats
Detailed statistics on the entry's usage.
Usage statistics have the following limitations:
- Only BigQuery tables have them.
- They only include BigQuery query jobs.
- They might be underestimated because wildcard table references are not yet counted. For more information, see Querying multiple tables using a wildcard table
JSON representation |
---|
{ "totalCompletions": number, "totalFailures": number, "totalCancellations": number, "totalExecutionTimeForCompletionsMillis": number } |
Fields | |
---|---|
total |
The number of successful uses of the underlying entry. |
total |
The number of failed attempts to use the underlying entry. |
total |
The number of cancelled attempts to use the underlying entry. |
total |
Total time spent only on successful uses, in milliseconds. |
CommonUsageStats
Common statistics on the entry's usage.
They can be set on any system.
JSON representation |
---|
{ "viewCount": string } |
Fields | |
---|---|
view |
View count in source system. |
DataSource
Physical location of an entry.
JSON representation |
---|
{ "service": enum ( |
Fields | |
---|---|
service |
Service that physically stores the data. |
resource |
Full name of a resource as defined by the service. For example:
|
source |
Output only. Data Catalog entry name, if applicable. |
Union field
|
|
storage |
Detailed properties of the underlying storage. |
Service
Name of a service that stores the data.
Enums | |
---|---|
SERVICE_UNSPECIFIED |
Default unknown service. |
CLOUD_STORAGE |
Google Cloud Storage service. |
BIGQUERY |
BigQuery service. |
StorageProperties
Details the properties of the underlying storage.
JSON representation |
---|
{ "filePattern": [ string ], "fileType": string } |
Fields | |
---|---|
file |
Patterns to identify a set of files for this fileset. Examples of a valid
|
file |
File type in MIME format, for example, |
PersonalDetails
Entry metadata relevant only to the user and private to them.
JSON representation |
---|
{ "starred": boolean, "starTime": string } |
Fields | |
---|---|
starred |
True if the entry is starred by the user; false otherwise. |
star |
Set if the entry is starred; unset otherwise. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Methods |
|
---|---|
|
Creates an entry. |
|
Deletes an existing entry. |
|
Gets an entry. |
|
Gets the access control policy for a resource. |
|
Lists entries. |
|
Modifies contacts, part of the business context of an Entry . |
|
Modifies entry overview, part of the business context of an Entry . |
|
Updates an existing entry. |
|
Marks an Entry as starred by the current user. |
|
Gets your permissions on a resource. |
|
Marks an Entry as NOT starred by the current user. |