google-apis-managedkafka_v1 0.20.0 → 0.22.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: 3da366af9fb84273fccc407e3a23ba38e38b2ced552e2a70163696f403b55ab9
4
- data.tar.gz: c727f5923b372527d26362c5203f699b66e75c858596490864117b8addff630f
3
+ metadata.gz: 888355a4baeaeeefb18a5e25956d268bbea3f32da58bd08c34a3901790b06a44
4
+ data.tar.gz: 78402b921ffb9c319e55116309e489f55cf6a9285cb75acd65a6651f2eb5f9dd
5
5
  SHA512:
6
- metadata.gz: b668c5f84f3fd061f5db0760706f83bd267da1d303cc329e5201fe2a2682b5cd094e4609a51f3eaa8049a839a7022d302a40c8661cf73054d530a5bef7614eb0
7
- data.tar.gz: b35840eb8a5ed932e4c8f6c2f86fbb66a46c2f640c3744db0527f55741cac9407a38c87e6a3df0812644efca227633cdafecddbc0e67409a2b5227cc56eb63e7
6
+ metadata.gz: afdd6032dab3846f4986be07fca7d632135322fc6438e0fac857d0e55e3f2c27f92bd5dbd18487a8b0777a369a251a78b2e368d7211341855c593b0613e2dfe7
7
+ data.tar.gz: 83cabeff77aefe664d873a734827e90d50aac071455cb3fa8641a929b703e6586859825f9c51f8f07379147ceb1eef2b3d8860a98c4c6dd6fda78bd3d022b541
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-managedkafka_v1
2
2
 
3
+ ### v0.22.0 (2026-04-19)
4
+
5
+ * Regenerated from discovery document revision 20260409
6
+
7
+ ### v0.21.0 (2026-02-08)
8
+
9
+ * Regenerated from discovery document revision 20260129
10
+
3
11
  ### v0.20.0 (2026-01-18)
4
12
 
5
13
  * Regenerated from discovery document revision 20260108
@@ -477,9 +477,8 @@ module Google
477
477
  # @return [Google::Apis::ManagedkafkaV1::CapacityConfig]
478
478
  attr_accessor :capacity_config
479
479
 
480
- # Optional. Configurations for the worker that are overridden from the defaults.
481
- # The key of the map is a Kafka Connect worker property name, for example: `
482
- # exactly.once.source.support`.
480
+ # Optional. Reserved for future use. This field is meant for worker config
481
+ # overrides, but is unsupported for now.
483
482
  # Corresponds to the JSON property `config`
484
483
  # @return [Hash<String,String>]
485
484
  attr_accessor :config
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ManagedkafkaV1
18
18
  # Version of the google-apis-managedkafka_v1 gem
19
- GEM_VERSION = "0.20.0"
19
+ GEM_VERSION = "0.22.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 = "20260108"
25
+ REVISION = "20260409"
26
26
  end
27
27
  end
28
28
  end
@@ -81,7 +81,16 @@ module Google
81
81
  execute_or_queue_command(command, &block)
82
82
  end
83
83
 
84
- # Lists information about the supported locations for this service.
84
+ # Lists information about the supported locations for this service. This method
85
+ # lists locations based on the resource scope provided in the [
86
+ # ListLocationsRequest.name] field: * **Global locations**: If `name` is empty,
87
+ # the method lists the public locations available to all projects. * **Project-
88
+ # specific locations**: If `name` follows the format `projects/`project``, the
89
+ # method lists locations visible to that specific project. This includes public,
90
+ # private, or other project-specific locations enabled for the project. For gRPC
91
+ # and client library implementations, the resource name is passed as the `name`
92
+ # field. For direct service calls, the resource name is incorporated into the
93
+ # request path based on the specific service implementation and version.
85
94
  # @param [String] name
86
95
  # The resource that owns the locations collection, if applicable.
87
96
  # @param [Array<String>, String] extra_location_types
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-managedkafka_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.22.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-managedkafka_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-managedkafka_v1/v0.20.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-managedkafka_v1/v0.22.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedkafka_v1
62
62
  rdoc_options: []
63
63
  require_paths: