google-apis-managedkafka_v1 0.10.0 → 0.12.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: 36889b3fb1ad46ac39ce5da1c18f4585cd9655e334d9d9b6f5e77c261b731ca7
4
- data.tar.gz: 42669bb1137afe0cfca8d376383f7d1ba8c55ff58f296459bb692da01fe2ef42
3
+ metadata.gz: 2a27c712ff0464fc2a031d437900db637143cf7996ace03e2f0d3c1896c03d91
4
+ data.tar.gz: 8d3b47ebf9bbaef9ecb1456757fbfa2ac9157c50318c6fc93dab5ed304af28ed
5
5
  SHA512:
6
- metadata.gz: b1597a5528576189892ba24fdf69952b737ac38256507702269fd594d30baed8841f1919e90b3953b11a357fd82e527fb9cccff671fae55fd409a6fe112b5c52
7
- data.tar.gz: 54b426c7fada93ae86a15b5758f6d9d913e3af2840a7342fecdd205e0d52fe91f3dc64e6679b848930ce116eae1656c42554d96a5fc6ed9d2d90fd2697751d5c
6
+ metadata.gz: 79605938d4124dc11892d3c4e1018e2640e7bf2da0a8aa75b3d3ad45d4f89cc884d9149f11e9808c521c9f5aa0f921df1464800f7129d764aff630033c52dd0e
7
+ data.tar.gz: 38ba45405b76ba29f3d8fd091c415ad19872f1a5e3453a8e802303b6ae2cac0ff185bdf5f4ff945a5815fa119293af2f87926908d148f35a8de17cc692692e08
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-managedkafka_v1
2
2
 
3
+ ### v0.12.0 (2025-08-31)
4
+
5
+ * Regenerated from discovery document revision 20250814
6
+
7
+ ### v0.11.0 (2025-08-10)
8
+
9
+ * Regenerated from discovery document revision 20250731
10
+
3
11
  ### v0.10.0 (2025-07-13)
4
12
 
5
13
  * Regenerated from discovery document revision 20250701
@@ -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.10.0"
19
+ GEM_VERSION = "0.12.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 = "20250701"
25
+ REVISION = "20250814"
26
26
  end
27
27
  end
28
28
  end
@@ -85,8 +85,8 @@ module Google
85
85
  # @param [String] name
86
86
  # The resource that owns the locations collection, if applicable.
87
87
  # @param [Array<String>, String] extra_location_types
88
- # Optional. A list of extra location types that should be used as conditions for
89
- # controlling the visibility of the locations.
88
+ # Optional. Do not use this field. It is unsupported and is ignored unless
89
+ # explicitly documented otherwise. This is primarily for internal usage.
90
90
  # @param [String] filter
91
91
  # A filter to narrow down results to a preferred subset. The filtering language
92
92
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -1759,6 +1759,9 @@ module Google
1759
1759
  # @param [String] parent
1760
1760
  # Required. The parent whose schema registry instances are to be listed.
1761
1761
  # Structured like: `projects/`project`/locations/`location``
1762
+ # @param [String] view
1763
+ # Optional. Specifies the view to return for the schema registry instances. If
1764
+ # not specified, the default view is SCHEMA_REGISTRY_VIEW_BASIC.
1762
1765
  # @param [String] fields
1763
1766
  # Selector specifying which fields to include in a partial response.
1764
1767
  # @param [String] quota_user
@@ -1776,11 +1779,12 @@ module Google
1776
1779
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1777
1780
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1778
1781
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1779
- def list_project_location_schema_registries(parent, fields: nil, quota_user: nil, options: nil, &block)
1782
+ def list_project_location_schema_registries(parent, view: nil, fields: nil, quota_user: nil, options: nil, &block)
1780
1783
  command = make_simple_command(:get, 'v1/{+parent}/schemaRegistries', options)
1781
1784
  command.response_representation = Google::Apis::ManagedkafkaV1::ListSchemaRegistriesResponse::Representation
1782
1785
  command.response_class = Google::Apis::ManagedkafkaV1::ListSchemaRegistriesResponse
1783
1786
  command.params['parent'] = parent unless parent.nil?
1787
+ command.query['view'] = view unless view.nil?
1784
1788
  command.query['fields'] = fields unless fields.nil?
1785
1789
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1786
1790
  execute_or_queue_command(command, &block)
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.10.0
4
+ version: 0.12.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.10.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-managedkafka_v1/v0.12.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: