You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/datacatalog_v1.entries.html
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,9 @@ <h3>Method Details</h3>
131
131
"overview": "A String", # 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.
132
132
},
133
133
},
134
+
"cloudBigtableSystemSpec": { # 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
+
"instanceDisplayName": "A String", # Display name of the Instance. This is user specified and different from the resource name.
136
+
},
134
137
"dataSource": { # Physical location of an entry. # Output only. Physical location of the entry.
135
138
"resource": "A String", # 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}`
136
139
"service": "A String", # Service that physically stores the data.
@@ -295,6 +298,18 @@ <h3>Method Details</h3>
295
298
},
296
299
],
297
300
},
301
+
"serviceSpec": { # Specification that applies to a Service resource. Valid only for entries with the `SERVICE` type. # Specification that applies to a Service resource.
302
+
"cloudBigtableInstanceSpec": { # 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
+
"cloudBigtableClusterSpecs": [ # The list of clusters for the Instance.
304
+
{ # Spec that applies to clusters of an Instance of Cloud Bigtable.
305
+
"displayName": "A String", # Name of the cluster.
306
+
"linkedResource": "A String", # A link back to the parent resource, in this case Instance.
307
+
"location": "A String", # Location of the cluster, typically a Cloud zone.
308
+
"type": "A String", # Type of the resource. For a cluster this would be "CLUSTER".
309
+
},
310
+
],
311
+
},
312
+
},
298
313
"sourceSystemTimestamps": { # 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.
299
314
"createTime": "A String", # Creation timestamp of the resource within the given system.
300
315
"expireTime": "A String", # Output only. Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.
0 commit comments