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-dataplex/v1/2.0.0/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig.java
+60Lines changed: 60 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,25 @@ public final class GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfi
37
37
@com.google.api.client.util.Key
38
38
privatejava.lang.Stringconnection;
39
39
40
+
/**
41
+
* Optional. The location of the BigQuery dataset to publish BigLake external or non-BigLake
42
+
* external tables to. 1. If the Cloud Storage bucket is located in a multi-region bucket, then
43
+
* BigQuery dataset can be in the same multi-region bucket or any single region that is included
44
+
* in the same multi-region bucket. The datascan can be created in any single region that is
45
+
* included in the same multi-region bucket 2. If the Cloud Storage bucket is located in a dual-
46
+
* region bucket, then BigQuery dataset can be located in regions that are included in the dual-
47
+
* region bucket, or in a multi-region that includes the dual-region. The datascan can be created
48
+
* in any single region that is included in the same dual-region bucket. 3. If the Cloud Storage
49
+
* bucket is located in a single region, then BigQuery dataset can be in the same single region or
50
+
* any multi-region bucket that includes the same single region. The datascan will be created in
51
+
* the same single region as the bucket. 4. If the BigQuery dataset is in single region, it must
52
+
* be in the same single region as the datascan.For supported values, refer to
Copy file name to clipboardExpand all lines: clients/google-api-services-dataplex/v1/2.0.0/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1DataProfileSpec.java
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -54,8 +54,9 @@ public final class GoogleCloudDataplexV1DataProfileSpec extends com.google.api.c
54
54
55
55
/**
56
56
* Optional. A filter applied to all rows in a single DataScan job. The filter needs to be a valid
57
-
* SQL expression for a WHERE clause in BigQuery standard SQL syntax. Example: col1 >= 0 AND col2
58
-
* < 10
57
+
* SQL expression for a WHERE clause in GoogleSQL syntax
Copy file name to clipboardExpand all lines: clients/google-api-services-dataplex/v1/2.0.0/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1DataQualityRuleRowConditionExpectation.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@
18
18
19
19
/**
20
20
* Evaluates whether each row passes the specified condition.The SQL expression needs to use
21
-
* BigQuery standard SQL syntax and should produce a boolean value per row as the result.Example:
22
-
* col1 >= 0 AND col2 < 10
21
+
* GoogleSQL syntax (https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax) and
22
+
* should produce a boolean value per row as the result.Example: col1 >= 0 AND col2 < 10
23
23
*
24
24
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
25
25
* transmitted over HTTP when working with the Cloud Dataplex API. For a detailed explanation see:
0 commit comments