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-analyticshub/v1/2.0.0/com/google/api/services/analyticshub/v1/AnalyticsHub.java
Copy file name to clipboardExpand all lines: clients/google-api-services-analyticshub/v1/2.0.0/com/google/api/services/analyticshub/v1/model/DataExchange.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ public final class DataExchange extends com.google.api.client.json.GenericJson {
90
90
91
91
/**
92
92
* Output only. The resource name of the data exchange. e.g.
Copy file name to clipboardExpand all lines: clients/google-api-services-analyticshub/v1/2.0.0/com/google/api/services/analyticshub/v1/model/DestinationDataset.java
-27Lines changed: 0 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -67,14 +67,6 @@ public final class DestinationDataset extends com.google.api.client.json.Generic
67
67
@com.google.api.client.util.Key
68
68
privatejava.lang.Stringlocation;
69
69
70
-
/**
71
-
* Optional. The geographic locations where the dataset should be replicated. See
72
-
* https://cloud.google.com/bigquery/docs/locations for supported locations.
Copy file name to clipboardExpand all lines: clients/google-api-services-analyticshub/v1/2.0.0/com/google/api/services/analyticshub/v1/model/Listing.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ public final class Listing extends com.google.api.client.json.GenericJson {
119
119
120
120
/**
121
121
* Output only. The resource name of the listing. e.g.
Copy file name to clipboardExpand all lines: clients/google-api-services-analyticshub/v1/2.0.0/com/google/api/services/analyticshub/v1/model/SubscribeDataExchangeRequest.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ public final class SubscribeDataExchangeRequest extends com.google.api.client.js
31
31
32
32
/**
33
33
* Required. The parent resource path of the Subscription. e.g.
34
-
* `projects/subscriberproject/locations/US`
34
+
* `projects/subscriberproject/locations/us`
35
35
* The value may be {@code null}.
36
36
*/
37
37
@com.google.api.client.util.Key
@@ -60,7 +60,7 @@ public final class SubscribeDataExchangeRequest extends com.google.api.client.js
60
60
61
61
/**
62
62
* Required. The parent resource path of the Subscription. e.g.
63
-
* `projects/subscriberproject/locations/US`
63
+
* `projects/subscriberproject/locations/us`
64
64
* @return value or {@code null} for none
65
65
*/
66
66
publicjava.lang.StringgetDestination() {
@@ -69,7 +69,7 @@ public java.lang.String getDestination() {
69
69
70
70
/**
71
71
* Required. The parent resource path of the Subscription. e.g.
72
-
* `projects/subscriberproject/locations/US`
72
+
* `projects/subscriberproject/locations/us`
73
73
* @param destination destination or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-analyticshub/v1/2.0.0/com/google/api/services/analyticshub/v1/model/Subscription.java
+36-12Lines changed: 36 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -47,12 +47,19 @@ public final class Subscription extends com.google.api.client.json.GenericJson {
47
47
48
48
/**
49
49
* Output only. Resource name of the source Data Exchange. e.g.
50
-
* projects/123/locations/US/dataExchanges/456
50
+
* projects/123/locations/us/dataExchanges/456
51
51
* The value may be {@code null}.
52
52
*/
53
53
@com.google.api.client.util.Key
54
54
privatejava.lang.StringdataExchange;
55
55
56
+
/**
57
+
* Optional. BigQuery destination dataset to create for the subscriber.
58
+
* The value may be {@code null}.
59
+
*/
60
+
@com.google.api.client.util.Key
61
+
privateDestinationDatasetdestinationDataset;
62
+
56
63
/**
57
64
* Output only. Timestamp when the subscription was last modified.
58
65
* The value may be {@code null}.
@@ -62,7 +69,7 @@ public final class Subscription extends com.google.api.client.json.GenericJson {
62
69
63
70
/**
64
71
* Output only. Map of listing resource names to associated linked resource, e.g.
0 commit comments