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
#### analyticshub:v1
The following keys were deleted:
- schemas.DestinationDataset.properties.replicaLocations (Total Keys: 2)
The following keys were added:
- schemas.Subscription.properties.destinationDataset.$ref (Total Keys: 1)
#### analyticshub:v1beta1
The following keys were added:
- schemas.DestinationDataset (Total Keys: 11)
- schemas.Subscription.properties.destinationDataset.$ref (Total Keys: 1)
Copy file name to clipboardExpand all lines: docs/dyn/analyticshub_v1.organizations.locations.dataExchanges.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ <h3>Method Details</h3>
94
94
<pre>Lists all data exchanges from projects in a given organization and location.
95
95
96
96
Args:
97
-
organization: string, Required. The organization resource path of the projects containing DataExchanges. e.g. `organizations/myorg/locations/US`. (required)
97
+
organization: string, Required. The organization resource path of the projects containing DataExchanges. e.g. `organizations/myorg/locations/us`. (required)
98
98
pageSize: integer, The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.
99
99
pageToken: string, Page token, returned by a previous call, to request the next page of results.
100
100
x__xgafv: string, V1 error format.
@@ -115,7 +115,7 @@ <h3>Method Details</h3>
115
115
"icon": "A String", # Optional. Base64 encoded image representing the data exchange. Max Size: 3.0MiB Expected image dimensions are 512x512 pixels, however the API only performs validation on size of the encoded data. Note: For byte fields, the content of the fields are base64-encoded (which increases the size of the data by 33-36%) when using JSON on the wire.
116
116
"listingCount": 42, # Output only. Number of listings contained in the data exchange.
117
117
"logLinkedDatasetQueryUserEmail": True or False, # Optional. By default, false. If true, the DataExchange has an email sharing mandate enabled.
118
-
"name": "A String", # Output only. The resource name of the data exchange. e.g. `projects/myproject/locations/US/dataExchanges/123`.
118
+
"name": "A String", # Output only. The resource name of the data exchange. e.g. `projects/myproject/locations/us/dataExchanges/123`.
119
119
"primaryContact": "A String", # Optional. Email or URL of the primary point of contact of the data exchange. Max Length: 1000 bytes.
120
120
"sharingEnvironmentConfig": { # Sharing environment is a behavior model for sharing data within a data exchange. This option is configurable for a data exchange. # Optional. Configurable data sharing environment option for a data exchange.
121
121
"dcrExchangeConfig": { # Data Clean Room (DCR), used for privacy-safe and secured data sharing. # Data Clean Room (DCR), used for privacy-safe and secured data sharing.
Copy file name to clipboardExpand all lines: docs/dyn/analyticshub_v1.projects.locations.subscriptions.html
+37-13Lines changed: 37 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ <h3>Method Details</h3>
112
112
<pre>Deletes a subscription.
113
113
114
114
Args:
115
-
name: string, Required. Resource name of the subscription to delete. e.g. projects/123/locations/US/subscriptions/456 (required)
115
+
name: string, Required. Resource name of the subscription to delete. e.g. projects/123/locations/us/subscriptions/456 (required)
116
116
x__xgafv: string, V1 error format.
117
117
Allowed values
118
118
1 - v1 error format
@@ -147,7 +147,7 @@ <h3>Method Details</h3>
147
147
<pre>Gets the details of a Subscription.
148
148
149
149
Args:
150
-
name: string, Required. Resource name of the subscription. e.g. projects/123/locations/US/subscriptions/456 (required)
150
+
name: string, Required. Resource name of the subscription. e.g. projects/123/locations/us/subscriptions/456 (required)
151
151
x__xgafv: string, V1 error format.
152
152
Allowed values
153
153
1 - v1 error format
@@ -163,9 +163,21 @@ <h3>Method Details</h3>
163
163
},
164
164
},
165
165
"creationTime": "A String", # Output only. Timestamp when the subscription was created.
166
-
"dataExchange": "A String", # Output only. Resource name of the source Data Exchange. e.g. projects/123/locations/US/dataExchanges/456
166
+
"dataExchange": "A String", # Output only. Resource name of the source Data Exchange. e.g. projects/123/locations/us/dataExchanges/456
167
+
"destinationDataset": { # Defines the destination bigquery dataset. # Optional. BigQuery destination dataset to create for the subscriber.
168
+
"datasetReference": { # Required. A reference that identifies the destination dataset.
169
+
"datasetId": "A String", # Required. A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
170
+
"projectId": "A String", # Required. The ID of the project containing this dataset.
171
+
},
172
+
"description": "A String", # Optional. A user-friendly description of the dataset.
173
+
"friendlyName": "A String", # Optional. A descriptive name for the dataset.
174
+
"labels": { # Optional. The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See https://cloud.google.com/resource-manager/docs/creating-managing-labels for more information.
175
+
"a_key": "A String",
176
+
},
177
+
"location": "A String", # Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.
178
+
},
167
179
"lastModifyTime": "A String", # Output only. Timestamp when the subscription was last modified.
168
-
"linkedDatasetMap": { # Output only. Map of listing resource names to associated linked resource, e.g. projects/123/locations/US/dataExchanges/456/listings/789 -> projects/123/datasets/my_dataset For listing-level subscriptions, this is a map of size 1. Only contains values if state == STATE_ACTIVE.
180
+
"linkedDatasetMap": { # Output only. Map of listing resource names to associated linked resource, e.g. projects/123/locations/us/dataExchanges/456/listings/789 -> projects/123/datasets/my_dataset For listing-level subscriptions, this is a map of size 1. Only contains values if state == STATE_ACTIVE.
169
181
"a_key": { # Reference to a linked resource tracked by this Subscription.
170
182
"linkedDataset": "A String", # Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linked_dataset
171
183
"linkedPubsubSubscription": "A String", # Output only. Name of the Pub/Sub subscription, e.g. projects/subscriberproject/subscriptions/subscriptions/sub_id
@@ -179,9 +191,9 @@ <h3>Method Details</h3>
179
191
"listing": "A String", # Output only. Listing for which linked resource is created.
180
192
},
181
193
],
182
-
"listing": "A String", # Output only. Resource name of the source Listing. e.g. projects/123/locations/US/dataExchanges/456/listings/789
194
+
"listing": "A String", # Output only. Resource name of the source Listing. e.g. projects/123/locations/us/dataExchanges/456/listings/789
183
195
"logLinkedDatasetQueryUserEmail": True or False, # Output only. By default, false. If true, the Subscriber agreed to the email sharing mandate that is enabled for DataExchange/Listing.
184
-
"name": "A String", # Output only. The resource name of the subscription. e.g. `projects/myproject/locations/US/subscriptions/123`.
196
+
"name": "A String", # Output only. The resource name of the subscription. e.g. `projects/myproject/locations/us/subscriptions/123`.
185
197
"organizationDisplayName": "A String", # Output only. Display name of the project of this subscription.
186
198
"organizationId": "A String", # Output only. Organization of the project this subscription belongs to.
<pre>Lists all subscriptions in a given project and location.
252
264
253
265
Args:
254
-
parent: string, Required. The parent resource path of the subscription. e.g. projects/myproject/locations/US (required)
266
+
parent: string, Required. The parent resource path of the subscription. e.g. projects/myproject/locations/us (required)
255
267
filter: string, An expression for filtering the results of the request. Eligible fields for filtering are: + `listing` + `data_exchange` Alternatively, a literal wrapped in double quotes may be provided. This will be checked for an exact match against both fields above. In all cases, the full Data Exchange or Listing resource name must be provided. Some example of using filters: + data_exchange="projects/myproject/locations/us/dataExchanges/123" + listing="projects/123/locations/us/dataExchanges/456/listings/789" + "projects/myproject/locations/us/dataExchanges/123"
256
268
pageSize: integer, The maximum number of results to return in a single response page.
257
269
pageToken: string, Page token, returned by a previous call.
@@ -273,9 +285,21 @@ <h3>Method Details</h3>
273
285
},
274
286
},
275
287
"creationTime": "A String", # Output only. Timestamp when the subscription was created.
276
-
"dataExchange": "A String", # Output only. Resource name of the source Data Exchange. e.g. projects/123/locations/US/dataExchanges/456
288
+
"dataExchange": "A String", # Output only. Resource name of the source Data Exchange. e.g. projects/123/locations/us/dataExchanges/456
289
+
"destinationDataset": { # Defines the destination bigquery dataset. # Optional. BigQuery destination dataset to create for the subscriber.
290
+
"datasetReference": { # Required. A reference that identifies the destination dataset.
291
+
"datasetId": "A String", # Required. A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
292
+
"projectId": "A String", # Required. The ID of the project containing this dataset.
293
+
},
294
+
"description": "A String", # Optional. A user-friendly description of the dataset.
295
+
"friendlyName": "A String", # Optional. A descriptive name for the dataset.
296
+
"labels": { # Optional. The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See https://cloud.google.com/resource-manager/docs/creating-managing-labels for more information.
297
+
"a_key": "A String",
298
+
},
299
+
"location": "A String", # Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.
300
+
},
277
301
"lastModifyTime": "A String", # Output only. Timestamp when the subscription was last modified.
278
-
"linkedDatasetMap": { # Output only. Map of listing resource names to associated linked resource, e.g. projects/123/locations/US/dataExchanges/456/listings/789 -> projects/123/datasets/my_dataset For listing-level subscriptions, this is a map of size 1. Only contains values if state == STATE_ACTIVE.
302
+
"linkedDatasetMap": { # Output only. Map of listing resource names to associated linked resource, e.g. projects/123/locations/us/dataExchanges/456/listings/789 -> projects/123/datasets/my_dataset For listing-level subscriptions, this is a map of size 1. Only contains values if state == STATE_ACTIVE.
279
303
"a_key": { # Reference to a linked resource tracked by this Subscription.
280
304
"linkedDataset": "A String", # Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linked_dataset
281
305
"linkedPubsubSubscription": "A String", # Output only. Name of the Pub/Sub subscription, e.g. projects/subscriberproject/subscriptions/subscriptions/sub_id
@@ -289,9 +313,9 @@ <h3>Method Details</h3>
289
313
"listing": "A String", # Output only. Listing for which linked resource is created.
290
314
},
291
315
],
292
-
"listing": "A String", # Output only. Resource name of the source Listing. e.g. projects/123/locations/US/dataExchanges/456/listings/789
316
+
"listing": "A String", # Output only. Resource name of the source Listing. e.g. projects/123/locations/us/dataExchanges/456/listings/789
293
317
"logLinkedDatasetQueryUserEmail": True or False, # Output only. By default, false. If true, the Subscriber agreed to the email sharing mandate that is enabled for DataExchange/Listing.
294
-
"name": "A String", # Output only. The resource name of the subscription. e.g. `projects/myproject/locations/US/subscriptions/123`.
318
+
"name": "A String", # Output only. The resource name of the subscription. e.g. `projects/myproject/locations/us/subscriptions/123`.
295
319
"organizationDisplayName": "A String", # Output only. Display name of the project of this subscription.
296
320
"organizationId": "A String", # Output only. Organization of the project this subscription belongs to.
<pre>Refreshes a Subscription to a Data Exchange. A Data Exchange can become stale when a publisher adds or removes data. This is a long-running operation as it may create many linked datasets.
322
346
323
347
Args:
324
-
name: string, Required. Resource name of the Subscription to refresh. e.g. `projects/subscriberproject/locations/US/subscriptions/123` (required)
348
+
name: string, Required. Resource name of the Subscription to refresh. e.g. `projects/subscriberproject/locations/us/subscriptions/123` (required)
325
349
body: object, The request body.
326
350
The object takes the form of:
327
351
@@ -362,7 +386,7 @@ <h3>Method Details</h3>
362
386
<pre>Revokes a given subscription.
363
387
364
388
Args:
365
-
name: string, Required. Resource name of the subscription to revoke. e.g. projects/123/locations/US/subscriptions/456 (required)
389
+
name: string, Required. Resource name of the subscription to revoke. e.g. projects/123/locations/us/subscriptions/456 (required)
Copy file name to clipboardExpand all lines: docs/dyn/analyticshub_v1beta1.organizations.locations.dataExchanges.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ <h3>Method Details</h3>
94
94
<pre>Lists all data exchanges from projects in a given organization and location.
95
95
96
96
Args:
97
-
organization: string, Required. The organization resource path of the projects containing DataExchanges. e.g. `organizations/myorg/locations/US`. (required)
97
+
organization: string, Required. The organization resource path of the projects containing DataExchanges. e.g. `organizations/myorg/locations/us`. (required)
98
98
pageSize: integer, The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.
99
99
pageToken: string, Page token, returned by a previous call, to request the next page of results.
100
100
x__xgafv: string, V1 error format.
@@ -113,7 +113,7 @@ <h3>Method Details</h3>
113
113
"documentation": "A String", # Optional. Documentation describing the data exchange.
114
114
"icon": "A String", # Optional. Base64 encoded image representing the data exchange. Max Size: 3.0MiB Expected image dimensions are 512x512 pixels, however the API only performs validation on size of the encoded data. Note: For byte fields, the content of the fields are base64-encoded (which increases the size of the data by 33-36%) when using JSON on the wire.
115
115
"listingCount": 42, # Output only. Number of listings contained in the data exchange.
116
-
"name": "A String", # Output only. The resource name of the data exchange. e.g. `projects/myproject/locations/US/dataExchanges/123`.
116
+
"name": "A String", # Output only. The resource name of the data exchange. e.g. `projects/myproject/locations/us/dataExchanges/123`.
117
117
"primaryContact": "A String", # Optional. Email or URL of the primary point of contact of the data exchange. Max Length: 1000 bytes.
0 commit comments