Skip to content

Commit

Permalink
feat(datacatalog): update the api
Browse files Browse the repository at this point in the history
#### datacatalog:v1

The following keys were added:
- schemas.GoogleCloudDatacatalogV1DatabaseTableSpec.properties.dataplexTable.readOnly (Total Keys: 1)
- schemas.GoogleCloudDatacatalogV1Entry.properties.bigqueryDateShardedSpec.readOnly (Total Keys: 1)
- schemas.GoogleCloudDatacatalogV1Entry.properties.bigqueryTableSpec.readOnly (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jun 14, 2022
1 parent 3e500d9 commit 4a20d52
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 27 deletions.
6 changes: 3 additions & 3 deletions docs/dyn/datacatalog_v1.entries.html
Expand Up @@ -103,13 +103,13 @@ <h3>Method Details</h3>
An object of the form:

{ # 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 `linked_resource` 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.
&quot;bigqueryDateShardedSpec&quot;: { # Specification for a group of BigQuery tables with the `[prefix]YYYYMMDD` name pattern. For more information, see [Introduction to partitioned tables] (https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding). # Specification for a group of BigQuery tables with the `[prefix]YYYYMMDD` name pattern. For more information, see [Introduction to partitioned tables] (https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).
&quot;bigqueryDateShardedSpec&quot;: { # Specification for a group of BigQuery tables with the `[prefix]YYYYMMDD` name pattern. For more information, see [Introduction to partitioned tables] (https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding). # Output only. Specification for a group of BigQuery tables with the `[prefix]YYYYMMDD` name pattern. For more information, see [Introduction to partitioned tables] (https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).
&quot;dataset&quot;: &quot;A String&quot;, # Output only. The Data Catalog resource name of the dataset entry the current table belongs to. For example: `projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}`.
&quot;latestShardResource&quot;: &quot;A String&quot;, # Output only. BigQuery resource name of the latest shard.
&quot;shardCount&quot;: &quot;A String&quot;, # Output only. Total number of shards.
&quot;tablePrefix&quot;: &quot;A String&quot;, # Output only. The table name prefix of the shards. The name of any given shard is `[table_prefix]YYYYMMDD`. For example, for the `MyTable20180101` shard, the `table_prefix` is `MyTable`.
},
&quot;bigqueryTableSpec&quot;: { # Describes a BigQuery table. # Specification that applies to a BigQuery table. Valid only for entries with the `TABLE` type.
&quot;bigqueryTableSpec&quot;: { # Describes a BigQuery table. # Output only. Specification that applies to a BigQuery table. Valid only for entries with the `TABLE` type.
&quot;tableSourceType&quot;: &quot;A String&quot;, # Output only. The table source type.
&quot;tableSpec&quot;: { # Normal BigQuery table specification. # Specification of a BigQuery table. Populated only if the `table_source_type` is `BIGQUERY_TABLE`.
&quot;groupedEntry&quot;: &quot;A String&quot;, # Output only. If the table is date-sharded, that is, it matches the `[prefix]YYYYMMDD` name pattern, this field is the Data Catalog resource name of the date-sharded grouped entry. For example: `projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}`. Otherwise, `grouped_entry` is empty.
Expand Down Expand Up @@ -154,7 +154,7 @@ <h3>Method Details</h3>
},
},
&quot;databaseTableSpec&quot;: { # Specification that applies to a table resource. Valid only for entries with the `TABLE` type. # Specification that applies to a table resource. Valid only for entries with the `TABLE` type.
&quot;dataplexTable&quot;: { # Entry specification for a Dataplex table. # Fields specific to a Dataplex table and present only in the Dataplex table entries.
&quot;dataplexTable&quot;: { # Entry specification for a Dataplex table. # Output only. Fields specific to a Dataplex table and present only in the Dataplex table entries.
&quot;dataplexSpec&quot;: { # Common Dataplex fields. # Common Dataplex fields.
&quot;asset&quot;: &quot;A String&quot;, # 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.
&quot;compressionFormat&quot;: &quot;A String&quot;, # Compression format of the data, e.g., zip, gzip etc.
Expand Down

0 comments on commit 4a20d52

Please sign in to comment.