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: clients/google-api-services-bigquery/v2/2.0.0/com/google/api/services/bigquery/model/ExternalCatalogDatasetOptions.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
19
19
/**
20
20
* Options defining open source compatible datasets living in the BigQuery catalog. Contains
21
-
* metadata of open source database, schema or namespace represented by the current dataset.
21
+
* metadata of open source database, schema, or namespace represented by the current dataset.
22
22
*
23
23
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24
24
* transmitted over HTTP when working with the BigQuery API. For a detailed explanation see:
@@ -40,7 +40,7 @@ public final class ExternalCatalogDatasetOptions extends com.google.api.client.j
40
40
41
41
/**
42
42
* Optional. A map of key value pairs defining the parameters and properties of the open source
43
-
* schema. Maximum size of 2Mib.
43
+
* schema. Maximum size of 2MiB.
44
44
* The value may be {@code null}.
45
45
*/
46
46
@com.google.api.client.util.Key
@@ -67,7 +67,7 @@ public ExternalCatalogDatasetOptions setDefaultStorageLocationUri(java.lang.Stri
67
67
68
68
/**
69
69
* Optional. A map of key value pairs defining the parameters and properties of the open source
Copy file name to clipboardExpand all lines: clients/google-api-services-bigquery/v2/2.0.0/com/google/api/services/bigquery/model/ExternalCatalogTableOptions.java
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
19
19
/**
20
20
* Metadata about open source compatible table. The fields contained in these options correspond to
21
-
* hive metastore's tablelevel properties.
21
+
* Hive metastore's table-level properties.
22
22
*
23
23
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24
24
* transmitted over HTTP when working with the BigQuery API. For a detailed explanation see:
0 commit comments