google-apis-analyticshub_v1 0.42.0 → 0.44.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: a157223aa755d9abce475028fb7f89a7f1f97b2e513284ee504ab649870a3980
4
- data.tar.gz: 104fa0accd230d41e7b343a64a91f2930fb88ffd32c4413ab125ab4cdbc3caa7
3
+ metadata.gz: 941a0bc6599efe24846db3830bcf2dff60bc262780efe1cf8984c8c35f04281c
4
+ data.tar.gz: a3dea4ccc1b9b83d78238cbd995ebc935b55c8a11c5b181a123826c2d17c73d0
5
5
  SHA512:
6
- metadata.gz: 88b6cb64e9d75d1fe70ac9d7498b7cb8eb2386d74a4e416c4aa6287a5c4f3c8f31c0d2ef25361b1fc1ed1ab51265ab057aec4f1ee38ff3d76ac3dc040a1e6ec7
7
- data.tar.gz: 89e5199fe1ee931608b6d5d0d9ae641369059e0da64349ee4ba5f3880b4177d295d3ca861953cc5baae6460e48de9d168311ef745f2f7c7e26e64bce8a60ab40
6
+ metadata.gz: f0c8ab06201957c0198219242b828f132f797ff54676744e049820888173e242136b45742c51501c89c0a7b593925f2b91e946141204ed42cf9e8f934393a8a6
7
+ data.tar.gz: 651fef39980fc90a970a60e1e0b6668aceeaca89f6c7f790dd8134710e2c175b56e234e20a0f698b27ddc298bd162f50b770dc45a330457babbce4947ed983df
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-analyticshub_v1
2
2
 
3
+ ### v0.44.0 (2026-06-14)
4
+
5
+ * Regenerated using generator version 0.19.0
6
+
7
+ ### v0.43.0 (2026-05-10)
8
+
9
+ * Regenerated from discovery document revision 20260427
10
+
3
11
  ### v0.42.0 (2026-04-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20260406
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
 
@@ -846,9 +846,10 @@ module Google
846
846
  include Google::Apis::Core::Hashable
847
847
 
848
848
  # Defines the destination Pub/Sub subscription. If none of `push_config`, `
849
- # bigquery_config`, `cloud_storage_config`, `pubsub_export_config`, or `
850
- # pubsublite_export_config` is set, then the subscriber will pull and ack
851
- # messages using API methods. At most one of these fields may be set.
849
+ # bigquery_config`, `cloud_storage_config`, `bigtable_config`, `
850
+ # pubsub_export_config`, or `pubsublite_export_config` is set, then the
851
+ # subscriber will pull and ack messages using API methods. At most one of these
852
+ # fields may be set.
852
853
  # Corresponds to the JSON property `pubsubSubscription`
853
854
  # @return [Google::Apis::AnalyticshubV1::GooglePubsubV1Subscription]
854
855
  attr_accessor :pubsub_subscription
@@ -1091,9 +1092,10 @@ module Google
1091
1092
  end
1092
1093
 
1093
1094
  # Defines the destination Pub/Sub subscription. If none of `push_config`, `
1094
- # bigquery_config`, `cloud_storage_config`, `pubsub_export_config`, or `
1095
- # pubsublite_export_config` is set, then the subscriber will pull and ack
1096
- # messages using API methods. At most one of these fields may be set.
1095
+ # bigquery_config`, `cloud_storage_config`, `bigtable_config`, `
1096
+ # pubsub_export_config`, or `pubsublite_export_config` is set, then the
1097
+ # subscriber will pull and ack messages using API methods. At most one of these
1098
+ # fields may be set.
1097
1099
  class GooglePubsubV1Subscription
1098
1100
  include Google::Apis::Core::Hashable
1099
1101
 
@@ -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.42.0"
19
+ GEM_VERSION = "0.44.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 = "20260406"
25
+ REVISION = "20260427"
26
26
  end
27
27
  end
28
28
  end
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.42.0
4
+ version: 0.44.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.42.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticshub_v1/v0.44.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:
@@ -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
  - - ">="