google-apis-analyticshub_v1 0.33.0 → 0.34.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c4b4cc484739a25b595cc1acd8e76f973a10f0b45e9b3f7cefabe1fe0c4ae2cc
4
- data.tar.gz: 4c9012dae4a44f5f006433c3908668c0ebb06d46d53d24c467c5c1b0438c0cb2
3
+ metadata.gz: d172169e8ad24cc82953b8a50ef2ec637bbfa9f2d0aad5c8cf1323f409160826
4
+ data.tar.gz: 89a7287fbeca3f716c72859840e82b7d041c778086a97d355f9b8504d16d9fad
5
5
  SHA512:
6
- metadata.gz: b6b174a0f5edca7f3c80c239275334de5f5c51a903dd85f24ee28f6981cb18ad1c3bb8d1a6c5a2184d43e8519d144e2cecbc102c06f4ec3a52de657279888342
7
- data.tar.gz: 37bb23f9cccad590bbadde9bc649b623d89a8f3be3fa0ee5dd854ef877e986e362b372ecb93e4dc92ced70e923e02fdac6570829315813a0a54b757ae4abe8c8
6
+ metadata.gz: be429c24b904ef2106477d003b340d58698a4109b4251c27733aeb49837e7d65e083ebe3459e7d413b4d50d6bc4c0e740d446cfd18180cbca2e4d0b4ffe65023
7
+ data.tar.gz: 8630d63728fdb1fedfeeea83ec7384d367a29fdc5b52004e69f7642fa9ed00be2738227e988c42a57cc827533f7a480fa52014f43b9c0dd70b782bebcbefeda5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-analyticshub_v1
2
2
 
3
+ ### v0.34.0 (2025-05-18)
4
+
5
+ * Regenerated from discovery document revision 20250507
6
+
3
7
  ### v0.33.0 (2025-05-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20250418
@@ -487,7 +487,7 @@ module Google
487
487
  alias_method :log_linked_dataset_query_user_email?, :log_linked_dataset_query_user_email
488
488
 
489
489
  # Output only. The resource name of the data exchange. e.g. `projects/myproject/
490
- # locations/US/dataExchanges/123`.
490
+ # locations/us/dataExchanges/123`.
491
491
  # Corresponds to the JSON property `name`
492
492
  # @return [String]
493
493
  attr_accessor :name
@@ -670,12 +670,6 @@ module Google
670
670
  # @return [String]
671
671
  attr_accessor :location
672
672
 
673
- # Optional. The geographic locations where the dataset should be replicated. See
674
- # https://cloud.google.com/bigquery/docs/locations for supported locations.
675
- # Corresponds to the JSON property `replicaLocations`
676
- # @return [Array<String>]
677
- attr_accessor :replica_locations
678
-
679
673
  def initialize(**args)
680
674
  update!(**args)
681
675
  end
@@ -687,7 +681,6 @@ module Google
687
681
  @friendly_name = args[:friendly_name] if args.key?(:friendly_name)
688
682
  @labels = args[:labels] if args.key?(:labels)
689
683
  @location = args[:location] if args.key?(:location)
690
- @replica_locations = args[:replica_locations] if args.key?(:replica_locations)
691
684
  end
692
685
  end
693
686
 
@@ -1414,7 +1407,7 @@ module Google
1414
1407
  alias_method :log_linked_dataset_query_user_email?, :log_linked_dataset_query_user_email
1415
1408
 
1416
1409
  # Output only. The resource name of the listing. e.g. `projects/myproject/
1417
- # locations/US/dataExchanges/123/listings/456`
1410
+ # locations/us/dataExchanges/123/listings/456`
1418
1411
  # Corresponds to the JSON property `name`
1419
1412
  # @return [String]
1420
1413
  attr_accessor :name
@@ -2247,7 +2240,7 @@ module Google
2247
2240
  include Google::Apis::Core::Hashable
2248
2241
 
2249
2242
  # Required. The parent resource path of the Subscription. e.g. `projects/
2250
- # subscriberproject/locations/US`
2243
+ # subscriberproject/locations/us`
2251
2244
  # Corresponds to the JSON property `destination`
2252
2245
  # @return [String]
2253
2246
  attr_accessor :destination
@@ -2364,18 +2357,23 @@ module Google
2364
2357
  attr_accessor :creation_time
2365
2358
 
2366
2359
  # Output only. Resource name of the source Data Exchange. e.g. projects/123/
2367
- # locations/US/dataExchanges/456
2360
+ # locations/us/dataExchanges/456
2368
2361
  # Corresponds to the JSON property `dataExchange`
2369
2362
  # @return [String]
2370
2363
  attr_accessor :data_exchange
2371
2364
 
2365
+ # Defines the destination bigquery dataset.
2366
+ # Corresponds to the JSON property `destinationDataset`
2367
+ # @return [Google::Apis::AnalyticshubV1::DestinationDataset]
2368
+ attr_accessor :destination_dataset
2369
+
2372
2370
  # Output only. Timestamp when the subscription was last modified.
2373
2371
  # Corresponds to the JSON property `lastModifyTime`
2374
2372
  # @return [String]
2375
2373
  attr_accessor :last_modify_time
2376
2374
 
2377
2375
  # Output only. Map of listing resource names to associated linked resource, e.g.
2378
- # projects/123/locations/US/dataExchanges/456/listings/789 -> projects/123/
2376
+ # projects/123/locations/us/dataExchanges/456/listings/789 -> projects/123/
2379
2377
  # datasets/my_dataset For listing-level subscriptions, this is a map of size 1.
2380
2378
  # Only contains values if state == STATE_ACTIVE.
2381
2379
  # Corresponds to the JSON property `linkedDatasetMap`
@@ -2389,7 +2387,7 @@ module Google
2389
2387
  attr_accessor :linked_resources
2390
2388
 
2391
2389
  # Output only. Resource name of the source Listing. e.g. projects/123/locations/
2392
- # US/dataExchanges/456/listings/789
2390
+ # us/dataExchanges/456/listings/789
2393
2391
  # Corresponds to the JSON property `listing`
2394
2392
  # @return [String]
2395
2393
  attr_accessor :listing
@@ -2402,7 +2400,7 @@ module Google
2402
2400
  alias_method :log_linked_dataset_query_user_email?, :log_linked_dataset_query_user_email
2403
2401
 
2404
2402
  # Output only. The resource name of the subscription. e.g. `projects/myproject/
2405
- # locations/US/subscriptions/123`.
2403
+ # locations/us/subscriptions/123`.
2406
2404
  # Corresponds to the JSON property `name`
2407
2405
  # @return [String]
2408
2406
  attr_accessor :name
@@ -2441,6 +2439,7 @@ module Google
2441
2439
  @commercial_info = args[:commercial_info] if args.key?(:commercial_info)
2442
2440
  @creation_time = args[:creation_time] if args.key?(:creation_time)
2443
2441
  @data_exchange = args[:data_exchange] if args.key?(:data_exchange)
2442
+ @destination_dataset = args[:destination_dataset] if args.key?(:destination_dataset)
2444
2443
  @last_modify_time = args[:last_modify_time] if args.key?(:last_modify_time)
2445
2444
  @linked_dataset_map = args[:linked_dataset_map] if args.key?(:linked_dataset_map)
2446
2445
  @linked_resources = args[:linked_resources] if args.key?(:linked_resources)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AnalyticshubV1
18
18
  # Version of the google-apis-analyticshub_v1 gem
19
- GEM_VERSION = "0.33.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250418"
25
+ REVISION = "20250507"
26
26
  end
27
27
  end
28
28
  end
@@ -526,7 +526,6 @@ module Google
526
526
  property :friendly_name, as: 'friendlyName'
527
527
  hash :labels, as: 'labels'
528
528
  property :location, as: 'location'
529
- collection :replica_locations, as: 'replicaLocations'
530
529
  end
531
530
  end
532
531
 
@@ -968,6 +967,8 @@ module Google
968
967
 
969
968
  property :creation_time, as: 'creationTime'
970
969
  property :data_exchange, as: 'dataExchange'
970
+ property :destination_dataset, as: 'destinationDataset', class: Google::Apis::AnalyticshubV1::DestinationDataset, decorator: Google::Apis::AnalyticshubV1::DestinationDataset::Representation
971
+
971
972
  property :last_modify_time, as: 'lastModifyTime'
972
973
  hash :linked_dataset_map, as: 'linkedDatasetMap', class: Google::Apis::AnalyticshubV1::LinkedResource, decorator: Google::Apis::AnalyticshubV1::LinkedResource::Representation
973
974
 
@@ -54,7 +54,7 @@ module Google
54
54
  # Lists all data exchanges from projects in a given organization and location.
55
55
  # @param [String] organization
56
56
  # Required. The organization resource path of the projects containing
57
- # DataExchanges. e.g. `organizations/myorg/locations/US`.
57
+ # DataExchanges. e.g. `organizations/myorg/locations/us`.
58
58
  # @param [Fixnum] page_size
59
59
  # The maximum number of results to return in a single response page. Leverage
60
60
  # the page tokens to iterate through the entire collection.
@@ -92,7 +92,7 @@ module Google
92
92
  # Creates a new data exchange.
93
93
  # @param [String] parent
94
94
  # Required. The parent resource path of the data exchange. e.g. `projects/
95
- # myproject/locations/US`.
95
+ # myproject/locations/us`.
96
96
  # @param [Google::Apis::AnalyticshubV1::DataExchange] data_exchange_object
97
97
  # @param [String] data_exchange_id
98
98
  # Required. The ID of the data exchange. Must contain only Unicode letters,
@@ -130,7 +130,7 @@ module Google
130
130
  # Deletes an existing data exchange.
131
131
  # @param [String] name
132
132
  # Required. The full name of the data exchange resource that you want to delete.
133
- # For example, `projects/myproject/locations/US/dataExchanges/123`.
133
+ # For example, `projects/myproject/locations/us/dataExchanges/123`.
134
134
  # @param [String] fields
135
135
  # Selector specifying which fields to include in a partial response.
136
136
  # @param [String] quota_user
@@ -161,7 +161,7 @@ module Google
161
161
  # Gets the details of a data exchange.
162
162
  # @param [String] name
163
163
  # Required. The resource name of the data exchange. e.g. `projects/myproject/
164
- # locations/US/dataExchanges/123`.
164
+ # locations/us/dataExchanges/123`.
165
165
  # @param [String] fields
166
166
  # Selector specifying which fields to include in a partial response.
167
167
  # @param [String] quota_user
@@ -227,7 +227,7 @@ module Google
227
227
  # Lists all data exchanges in a given project and location.
228
228
  # @param [String] parent
229
229
  # Required. The parent resource path of the data exchanges. e.g. `projects/
230
- # myproject/locations/US`.
230
+ # myproject/locations/us`.
231
231
  # @param [Fixnum] page_size
232
232
  # The maximum number of results to return in a single response page. Leverage
233
233
  # the page tokens to iterate through the entire collection.
@@ -265,8 +265,8 @@ module Google
265
265
  # Lists all subscriptions on a given Data Exchange or Listing.
266
266
  # @param [String] resource
267
267
  # Required. Resource name of the requested target. This resource may be either a
268
- # Listing or a DataExchange. e.g. projects/123/locations/US/dataExchanges/456 OR
269
- # e.g. projects/123/locations/US/dataExchanges/456/listings/789
268
+ # Listing or a DataExchange. e.g. projects/123/locations/us/dataExchanges/456 OR
269
+ # e.g. projects/123/locations/us/dataExchanges/456/listings/789
270
270
  # @param [Boolean] include_deleted_subscriptions
271
271
  # If selected, includes deleted subscriptions in the response (up to 63 days
272
272
  # after deletion).
@@ -307,7 +307,7 @@ module Google
307
307
  # Updates an existing data exchange.
308
308
  # @param [String] name
309
309
  # Output only. The resource name of the data exchange. e.g. `projects/myproject/
310
- # locations/US/dataExchanges/123`.
310
+ # locations/us/dataExchanges/123`.
311
311
  # @param [Google::Apis::AnalyticshubV1::DataExchange] data_exchange_object
312
312
  # @param [String] update_mask
313
313
  # Required. Field mask specifies the fields to update in the data exchange
@@ -379,10 +379,11 @@ module Google
379
379
  end
380
380
 
381
381
  # Creates a Subscription to a Data Clean Room. This is a long-running operation
382
- # as it will create one or more linked datasets.
382
+ # as it will create one or more linked datasets. Throws a Bad Request error if
383
+ # the Data Exchange does not contain any listings.
383
384
  # @param [String] name
384
385
  # Required. Resource name of the Data Exchange. e.g. `projects/publisherproject/
385
- # locations/US/dataExchanges/123`
386
+ # locations/us/dataExchanges/123`
386
387
  # @param [Google::Apis::AnalyticshubV1::SubscribeDataExchangeRequest] subscribe_data_exchange_request_object
387
388
  # @param [String] fields
388
389
  # Selector specifying which fields to include in a partial response.
@@ -451,7 +452,7 @@ module Google
451
452
  # Creates a new listing.
452
453
  # @param [String] parent
453
454
  # Required. The parent resource path of the listing. e.g. `projects/myproject/
454
- # locations/US/dataExchanges/123`.
455
+ # locations/us/dataExchanges/123`.
455
456
  # @param [Google::Apis::AnalyticshubV1::Listing] listing_object
456
457
  # @param [String] listing_id
457
458
  # Required. The ID of the listing to create. Must contain only Unicode letters,
@@ -489,7 +490,7 @@ module Google
489
490
  # Deletes a listing.
490
491
  # @param [String] name
491
492
  # Required. Resource name of the listing to delete. e.g. `projects/myproject/
492
- # locations/US/dataExchanges/123/listings/456`.
493
+ # locations/us/dataExchanges/123/listings/456`.
493
494
  # @param [Boolean] delete_commercial
494
495
  # Optional. If the listing is commercial then this field must be set to true,
495
496
  # otherwise a failure is thrown. This acts as a safety guard to avoid deleting
@@ -525,7 +526,7 @@ module Google
525
526
  # Gets the details of a listing.
526
527
  # @param [String] name
527
528
  # Required. The resource name of the listing. e.g. `projects/myproject/locations/
528
- # US/dataExchanges/123/listings/456`.
529
+ # us/dataExchanges/123/listings/456`.
529
530
  # @param [String] fields
530
531
  # Selector specifying which fields to include in a partial response.
531
532
  # @param [String] quota_user
@@ -591,7 +592,7 @@ module Google
591
592
  # Lists all listings in a given project and location.
592
593
  # @param [String] parent
593
594
  # Required. The parent resource path of the listing. e.g. `projects/myproject/
594
- # locations/US/dataExchanges/123`.
595
+ # locations/us/dataExchanges/123`.
595
596
  # @param [Fixnum] page_size
596
597
  # The maximum number of results to return in a single response page. Leverage
597
598
  # the page tokens to iterate through the entire collection.
@@ -629,8 +630,8 @@ module Google
629
630
  # Lists all subscriptions on a given Data Exchange or Listing.
630
631
  # @param [String] resource
631
632
  # Required. Resource name of the requested target. This resource may be either a
632
- # Listing or a DataExchange. e.g. projects/123/locations/US/dataExchanges/456 OR
633
- # e.g. projects/123/locations/US/dataExchanges/456/listings/789
633
+ # Listing or a DataExchange. e.g. projects/123/locations/us/dataExchanges/456 OR
634
+ # e.g. projects/123/locations/us/dataExchanges/456/listings/789
634
635
  # @param [Boolean] include_deleted_subscriptions
635
636
  # If selected, includes deleted subscriptions in the response (up to 63 days
636
637
  # after deletion).
@@ -671,7 +672,7 @@ module Google
671
672
  # Updates an existing listing.
672
673
  # @param [String] name
673
674
  # Output only. The resource name of the listing. e.g. `projects/myproject/
674
- # locations/US/dataExchanges/123/listings/456`
675
+ # locations/us/dataExchanges/123/listings/456`
675
676
  # @param [Google::Apis::AnalyticshubV1::Listing] listing_object
676
677
  # @param [String] update_mask
677
678
  # Required. Field mask specifies the fields to update in the listing resource.
@@ -748,7 +749,7 @@ module Google
748
749
  # subscriber's project.
749
750
  # @param [String] name
750
751
  # Required. Resource name of the listing that you want to subscribe to. e.g. `
751
- # projects/myproject/locations/US/dataExchanges/123/listings/456`.
752
+ # projects/myproject/locations/us/dataExchanges/123/listings/456`.
752
753
  # @param [Google::Apis::AnalyticshubV1::SubscribeListingRequest] subscribe_listing_request_object
753
754
  # @param [String] fields
754
755
  # Selector specifying which fields to include in a partial response.
@@ -817,7 +818,7 @@ module Google
817
818
  # Deletes a subscription.
818
819
  # @param [String] name
819
820
  # Required. Resource name of the subscription to delete. e.g. projects/123/
820
- # locations/US/subscriptions/456
821
+ # locations/us/subscriptions/456
821
822
  # @param [String] fields
822
823
  # Selector specifying which fields to include in a partial response.
823
824
  # @param [String] quota_user
@@ -847,7 +848,7 @@ module Google
847
848
 
848
849
  # Gets the details of a Subscription.
849
850
  # @param [String] name
850
- # Required. Resource name of the subscription. e.g. projects/123/locations/US/
851
+ # Required. Resource name of the subscription. e.g. projects/123/locations/us/
851
852
  # subscriptions/456
852
853
  # @param [String] fields
853
854
  # Selector specifying which fields to include in a partial response.
@@ -914,7 +915,7 @@ module Google
914
915
  # Lists all subscriptions in a given project and location.
915
916
  # @param [String] parent
916
917
  # Required. The parent resource path of the subscription. e.g. projects/
917
- # myproject/locations/US
918
+ # myproject/locations/us
918
919
  # @param [String] filter
919
920
  # An expression for filtering the results of the request. Eligible fields for
920
921
  # filtering are: + `listing` + `data_exchange` Alternatively, a literal wrapped
@@ -963,7 +964,7 @@ module Google
963
964
  # may create many linked datasets.
964
965
  # @param [String] name
965
966
  # Required. Resource name of the Subscription to refresh. e.g. `projects/
966
- # subscriberproject/locations/US/subscriptions/123`
967
+ # subscriberproject/locations/us/subscriptions/123`
967
968
  # @param [Google::Apis::AnalyticshubV1::RefreshSubscriptionRequest] refresh_subscription_request_object
968
969
  # @param [String] fields
969
970
  # Selector specifying which fields to include in a partial response.
@@ -997,7 +998,7 @@ module Google
997
998
  # Revokes a given subscription.
998
999
  # @param [String] name
999
1000
  # Required. Resource name of the subscription to revoke. e.g. projects/123/
1000
- # locations/US/subscriptions/456
1001
+ # locations/us/subscriptions/456
1001
1002
  # @param [Google::Apis::AnalyticshubV1::RevokeSubscriptionRequest] revoke_subscription_request_object
1002
1003
  # @param [String] fields
1003
1004
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-analyticshub_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.0
4
+ version: 0.34.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticshub_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-analyticshub_v1/v0.33.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticshub_v1/v0.34.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticshub_v1
62
62
  rdoc_options: []
63
63
  require_paths: