google-apis-managedkafka_v1 0.9.0 → 0.11.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: 70bde8d183b73ca68fac46288f29f0e2db678737e1025fc6de6a593869f532e3
4
- data.tar.gz: 25c5c1d19e5bd9eef674dc2a14c3e90ba9b63d2413bccf141764dbca7dd1a3a1
3
+ metadata.gz: 1f892a00ce7f4ea03d34e531a54bb4fef723df8fa1a5d0617c40afb4f31085ce
4
+ data.tar.gz: 03b2379eebcd3a6899f7f0cb9787890bf24337e1e45d6b0f3d6c72f40ea979ab
5
5
  SHA512:
6
- metadata.gz: 23a00adaff2328523e22bafb7a581ee49fd4983682cf92eefc4b4508df2885159f65d617c71abd2fb6836af41fe7c7b945b1bfd6666d5a3dccf14165d1c112b4
7
- data.tar.gz: 76795f15c6398285973ea3ff5bac43bf173ad91bfb77e66cec331f2e6800eb6d878c599950338546b555adde0965fe179edc97a7985e20c370138619a850201c
6
+ metadata.gz: c131d76e3b6b40bf5c9d61835becffb3253e6ae250601fbd1922b523a99fe4c4d596dd2da42702254b8bb5ef8e8d249ef7f8e3464b3fe23309bcaa310fcc9cf7
7
+ data.tar.gz: 49e2843153da3a0bd8c81ea3bb452649c0187794ebe6d2e4f4ee43a5069682a2a6483234c3a2f935a8b5e4d7fb87d25bbd15cb1f26a1c9c6dbf0bc732dede27b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-managedkafka_v1
2
2
 
3
+ ### v0.11.0 (2025-08-10)
4
+
5
+ * Regenerated from discovery document revision 20250731
6
+
7
+ ### v0.10.0 (2025-07-13)
8
+
9
+ * Regenerated from discovery document revision 20250701
10
+
3
11
  ### v0.9.0 (2025-06-29)
4
12
 
5
13
  * Regenerated from discovery document revision 20250623
@@ -460,6 +460,18 @@ module Google
460
460
  # @return [String]
461
461
  attr_accessor :name
462
462
 
463
+ # Output only. Reserved for future use.
464
+ # Corresponds to the JSON property `satisfiesPzi`
465
+ # @return [Boolean]
466
+ attr_accessor :satisfies_pzi
467
+ alias_method :satisfies_pzi?, :satisfies_pzi
468
+
469
+ # Output only. Reserved for future use.
470
+ # Corresponds to the JSON property `satisfiesPzs`
471
+ # @return [Boolean]
472
+ attr_accessor :satisfies_pzs
473
+ alias_method :satisfies_pzs?, :satisfies_pzs
474
+
463
475
  # Output only. The current state of the cluster.
464
476
  # Corresponds to the JSON property `state`
465
477
  # @return [String]
@@ -483,6 +495,8 @@ module Google
483
495
  @kafka_cluster = args[:kafka_cluster] if args.key?(:kafka_cluster)
484
496
  @labels = args[:labels] if args.key?(:labels)
485
497
  @name = args[:name] if args.key?(:name)
498
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
499
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
486
500
  @state = args[:state] if args.key?(:state)
487
501
  @update_time = args[:update_time] if args.key?(:update_time)
488
502
  end
@@ -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.9.0"
19
+ GEM_VERSION = "0.11.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 = "20250623"
25
+ REVISION = "20250731"
26
26
  end
27
27
  end
28
28
  end
@@ -515,6 +515,8 @@ module Google
515
515
  property :kafka_cluster, as: 'kafkaCluster'
516
516
  hash :labels, as: 'labels'
517
517
  property :name, as: 'name'
518
+ property :satisfies_pzi, as: 'satisfiesPzi'
519
+ property :satisfies_pzs, as: 'satisfiesPzs'
518
520
  property :state, as: 'state'
519
521
  property :update_time, as: 'updateTime'
520
522
  end
@@ -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.9.0
4
+ version: 0.11.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.9.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-managedkafka_v1/v0.11.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: