Skip to content

Commit 7c75fa2

Browse files
feat(datacatalog): update the api
#### datacatalog:v1 The following keys were added: - schemas.GoogleCloudDatacatalogV1CloudBigtableInstanceSpec (Total Keys: 10) - schemas.GoogleCloudDatacatalogV1CloudBigtableSystemSpec (Total Keys: 3) - schemas.GoogleCloudDatacatalogV1Entry.properties.cloudBigtableSystemSpec.$ref (Total Keys: 1) - schemas.GoogleCloudDatacatalogV1Entry.properties.serviceSpec.$ref (Total Keys: 1) - schemas.GoogleCloudDatacatalogV1ServiceSpec (Total Keys: 3) #### datacatalog:v1beta1 The following keys were added: - schemas.GoogleCloudDatacatalogV1CloudBigtableInstanceSpec (Total Keys: 10) - schemas.GoogleCloudDatacatalogV1CloudBigtableSystemSpec (Total Keys: 3) - schemas.GoogleCloudDatacatalogV1Entry.properties.cloudBigtableSystemSpec.$ref (Total Keys: 1) - schemas.GoogleCloudDatacatalogV1Entry.properties.serviceSpec.$ref (Total Keys: 1) - schemas.GoogleCloudDatacatalogV1ServiceSpec (Total Keys: 3)
1 parent 8be6ea0 commit 7c75fa2

File tree

4 files changed

+253
-4
lines changed

4 files changed

+253
-4
lines changed

docs/dyn/datacatalog_v1.entries.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ <h3>Method Details</h3>
131131
&quot;overview&quot;: &quot;A String&quot;, # 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.
132132
},
133133
},
134+
&quot;cloudBigtableSystemSpec&quot;: { # Specification that applies to all entries that are part of `CLOUD_BIGTABLE` system (user_specified_type) # Specification that applies to Cloud Bigtable system. Only settable when `integrated_system` is equal to `CLOUD_BIGTABLE`
135+
&quot;instanceDisplayName&quot;: &quot;A String&quot;, # Display name of the Instance. This is user specified and different from the resource name.
136+
},
134137
&quot;dataSource&quot;: { # Physical location of an entry. # Output only. Physical location of the entry.
135138
&quot;resource&quot;: &quot;A String&quot;, # Full name of a resource as defined by the service. For example: `//bigquery.googleapis.com/projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}/tables/{TABLE_ID}`
136139
&quot;service&quot;: &quot;A String&quot;, # Service that physically stores the data.
@@ -295,6 +298,18 @@ <h3>Method Details</h3>
295298
},
296299
],
297300
},
301+
&quot;serviceSpec&quot;: { # Specification that applies to a Service resource. Valid only for entries with the `SERVICE` type. # Specification that applies to a Service resource.
302+
&quot;cloudBigtableInstanceSpec&quot;: { # Specification that applies to Instance entries that are part of `CLOUD_BIGTABLE` system. (user_specified_type) # Specification that applies to Instance entries of `CLOUD_BIGTABLE` system.
303+
&quot;cloudBigtableClusterSpecs&quot;: [ # The list of clusters for the Instance.
304+
{ # Spec that applies to clusters of an Instance of Cloud Bigtable.
305+
&quot;displayName&quot;: &quot;A String&quot;, # Name of the cluster.
306+
&quot;linkedResource&quot;: &quot;A String&quot;, # A link back to the parent resource, in this case Instance.
307+
&quot;location&quot;: &quot;A String&quot;, # Location of the cluster, typically a Cloud zone.
308+
&quot;type&quot;: &quot;A String&quot;, # Type of the resource. For a cluster this would be &quot;CLUSTER&quot;.
309+
},
310+
],
311+
},
312+
},
298313
&quot;sourceSystemTimestamps&quot;: { # Timestamps associated with this resource in a particular system. # Timestamps from the underlying resource, not from the Data Catalog entry. Output only when the entry has a system listed in the `IntegratedSystem` enum. For entries with `user_specified_system`, this field is optional and defaults to an empty timestamp.
299314
&quot;createTime&quot;: &quot;A String&quot;, # Creation timestamp of the resource within the given system.
300315
&quot;expireTime&quot;: &quot;A String&quot;, # Output only. Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.

0 commit comments

Comments
 (0)