google-apis-apihub_v1 0.20.0 → 0.21.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: 81af04dd84de233192691acb9ac18d03db003044ea4bf641e655502594adc7e0
4
- data.tar.gz: 2428fc8d94cc0ac2cd6466d6a4b4f7818aa2859bef6138d590a9ff729ecec25f
3
+ metadata.gz: 433567ebb59f17d3101ff5dad50ca3f99f2869697fb7a5d7e4eb95bc28c2707a
4
+ data.tar.gz: 39432ae8367e1da48a73ba9d91a865215d7ab751cbdc1364dd1fd1ce18670fb2
5
5
  SHA512:
6
- metadata.gz: 9bb001ca2f4f88b45b11c4fe14c1e467bfb15d947169f95cf77a9ce757e044602641a1e550b5b32ed1e1fa6f1c60d1b2aeae5965c3a1cd9547515480e09dfd21
7
- data.tar.gz: c81e2b1256c1ec2cf184e8551178b6ef9103b485472b2898df0aacde9cf3061f26987d3a0457b679e635f7687a73d4d4b1ef47bc33539885a4bcdae0889d857b
6
+ metadata.gz: 0b7e642194deb2909d9513e970d4ba3057738df95365b29765958d51d638c62969f7c399b221e45bace41dc1b1b8a479f30ea4651b831437495bd533aff4cc0f
7
+ data.tar.gz: 0ed4160493f02c585abf0578a2782a228d91b194f74d268e38f891e9fd7faf7c97000736d3338c2c7064cfa1ff007fc5feb7420d95b6d0f3e18d2c735207dcab
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apihub_v1
2
2
 
3
+ ### v0.21.0 (2026-09-06)
4
+
5
+ * Regenerated from discovery document revision 20260831
6
+
3
7
  ### v0.20.0 (2026-08-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20260729
@@ -149,6 +149,21 @@ module Google
149
149
  class GoogleCloudApihubV1Addon
150
150
  include Google::Apis::Core::Hashable
151
151
 
152
+ # Output only. The Vertex AI region where the BoostSpec Gemini model calls run
153
+ # for this API Hub instance. Populated only for the SpecGen addon (`system-spec-
154
+ # generation`); other addons leave this field empty. `gemini-2.5-flash` is not
155
+ # available in every API Hub region, so the effective region may differ from the
156
+ # API Hub instance's own region. The value follows these semantics: - `""`:
157
+ # BoostSpec is disabled in this region (the addon is not SpecGen, or the API Hub
158
+ # instance region has no configured Gemini endpoint or fallback). - Equal to the
159
+ # API Hub instance region: BoostSpec calls run in-region. - Differs from the API
160
+ # Hub instance region: BoostSpec calls run in the specified fallback region.
161
+ # Callers rendering this field can derive the three display states from this
162
+ # single field combined with the API Hub instance region.
163
+ # Corresponds to the JSON property `boostSpecGeminiRegionId`
164
+ # @return [String]
165
+ attr_accessor :boost_spec_gemini_region_id
166
+
152
167
  # Configuration for the addon.
153
168
  # Corresponds to the JSON property `config`
154
169
  # @return [Google::Apis::ApihubV1::GoogleCloudApihubV1AddonConfig]
@@ -197,6 +212,7 @@ module Google
197
212
 
198
213
  # Update properties of this object
199
214
  def update!(**args)
215
+ @boost_spec_gemini_region_id = args[:boost_spec_gemini_region_id] if args.key?(:boost_spec_gemini_region_id)
200
216
  @config = args[:config] if args.key?(:config)
201
217
  @create_time = args[:create_time] if args.key?(:create_time)
202
218
  @data_source = args[:data_source] if args.key?(:data_source)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ApihubV1
18
18
  # Version of the google-apis-apihub_v1 gem
19
- GEM_VERSION = "0.20.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260729"
25
+ REVISION = "20260831"
26
26
  end
27
27
  end
28
28
  end
@@ -957,6 +957,7 @@ module Google
957
957
  class GoogleCloudApihubV1Addon
958
958
  # @private
959
959
  class Representation < Google::Apis::Core::JsonRepresentation
960
+ property :boost_spec_gemini_region_id, as: 'boostSpecGeminiRegionId'
960
961
  property :config, as: 'config', class: Google::Apis::ApihubV1::GoogleCloudApihubV1AddonConfig, decorator: Google::Apis::ApihubV1::GoogleCloudApihubV1AddonConfig::Representation
961
962
 
962
963
  property :create_time, as: 'createTime'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-apihub_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.21.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-apihub_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-apihub_v1/v0.20.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apihub_v1/v0.21.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apihub_v1
62
62
  rdoc_options: []
63
63
  require_paths: