google-apis-analyticshub_v1beta1 0.35.0 → 0.36.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: 297fcea2a7383f6279799c2b256611e6756670eef2b04199eed863d11ea1198a
4
- data.tar.gz: f6d9b41ecb6f8694b9fd634cfc06d7d705b71524beb6ebcd226b81f0faf35d0c
3
+ metadata.gz: 50dcf63b31f044e8cb6959ba7cd9b951d9b3e4154f2eec5f9d5b3009453d4fa0
4
+ data.tar.gz: c67ea1eda1d5259847b9c7d69445ea3d0d90d27c0d783e38c35e6ec7d530df92
5
5
  SHA512:
6
- metadata.gz: 9bb1c0f7bf5f138a0b49c48cc3f9c3f63173c0caf04cac7b5725583dca8c96375169d4a8497af19c62f678285c75dd72ee36c00668dc755c6c2818e04a4a02a7
7
- data.tar.gz: 1422d228f1e699a237fbc3b59289ce08c0661ba819346e670c9d61f46b2aea19267c39b53553d87754a92da0862dfd704424bc5f038825722cb808990178f9c6
6
+ metadata.gz: c4bbc74927b631e1ae950ce0aa156eb4e05d9c3091a61e627406903bad68b4e6dab90183e0c8434113521daea69a2dbace6eb8bd0cbca5deee29ef4728d00bd6
7
+ data.tar.gz: 3c61d8bc5e692cf525ea7490f69c98ebfe4148171a32772031278c517c6db176d1d73e365cb979275611a57f30397f931751f5fe04d5452e88bf2e41a317a179
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-analyticshub_v1beta1
2
2
 
3
+ ### v0.36.0 (2025-09-07)
4
+
5
+ * Regenerated from discovery document revision 20250901
6
+
3
7
  ### v0.35.0 (2025-06-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20250623
@@ -366,6 +366,13 @@ module Google
366
366
  # @return [String]
367
367
  attr_accessor :location
368
368
 
369
+ # Optional. The geographic locations where the dataset should be replicated. See
370
+ # [BigQuery locations](https://cloud.google.com/bigquery/docs/locations) for
371
+ # supported locations.
372
+ # Corresponds to the JSON property `replicaLocations`
373
+ # @return [Array<String>]
374
+ attr_accessor :replica_locations
375
+
369
376
  def initialize(**args)
370
377
  update!(**args)
371
378
  end
@@ -377,6 +384,7 @@ module Google
377
384
  @friendly_name = args[:friendly_name] if args.key?(:friendly_name)
378
385
  @labels = args[:labels] if args.key?(:labels)
379
386
  @location = args[:location] if args.key?(:location)
387
+ @replica_locations = args[:replica_locations] if args.key?(:replica_locations)
380
388
  end
381
389
  end
382
390
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AnalyticshubV1beta1
18
18
  # Version of the google-apis-analyticshub_v1beta1 gem
19
- GEM_VERSION = "0.35.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250623"
25
+ REVISION = "20250901"
26
26
  end
27
27
  end
28
28
  end
@@ -292,6 +292,7 @@ module Google
292
292
  property :friendly_name, as: 'friendlyName'
293
293
  hash :labels, as: 'labels'
294
294
  property :location, as: 'location'
295
+ collection :replica_locations, as: 'replicaLocations'
295
296
  end
296
297
  end
297
298
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-analyticshub_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.36.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_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-analyticshub_v1beta1/v0.35.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticshub_v1beta1/v0.36.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticshub_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths: