google-apis-analyticshub_v1beta1 0.35.0 → 0.37.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: feaada89f73a040d4e07d2d265a31594b85195fb505bbe91ee687fc4d4d239ee
4
+ data.tar.gz: b0addcfc5f1c41c51331998a73a1b49a37d4ced513086b462187239efa569f2a
5
5
  SHA512:
6
- metadata.gz: 9bb1c0f7bf5f138a0b49c48cc3f9c3f63173c0caf04cac7b5725583dca8c96375169d4a8497af19c62f678285c75dd72ee36c00668dc755c6c2818e04a4a02a7
7
- data.tar.gz: 1422d228f1e699a237fbc3b59289ce08c0661ba819346e670c9d61f46b2aea19267c39b53553d87754a92da0862dfd704424bc5f038825722cb808990178f9c6
6
+ metadata.gz: 5b6491a43dafa534d50dcd1376e79e51d60a33ebfa85f3d93b80382416bd0ad6141fc3c9aea9baea07f6f062d796650a62428a1a9fd2734023291631110f030b
7
+ data.tar.gz: a83dea64a8a90aa00e18791581852294f28afdafd0537b3e58392df5d9289ad90b213529cecd593b88f25e3ab86afa29d076eada927360096d66fc6a47a817fd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-analyticshub_v1beta1
2
2
 
3
+ ### v0.37.0 (2026-06-14)
4
+
5
+ * Regenerated using generator version 0.19.0
6
+
7
+ ### v0.36.0 (2025-09-07)
8
+
9
+ * Regenerated from discovery document revision 20250901
10
+
3
11
  ### v0.35.0 (2025-06-29)
4
12
 
5
13
  * Regenerated from discovery document revision 20250623
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/bigquery/docs/analytics-hub
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -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.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.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.37.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.37.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:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="