google-apis-managedkafka_v1 0.19.0 → 0.20.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3da366af9fb84273fccc407e3a23ba38e38b2ced552e2a70163696f403b55ab9
|
|
4
|
+
data.tar.gz: c727f5923b372527d26362c5203f699b66e75c858596490864117b8addff630f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b668c5f84f3fd061f5db0760706f83bd267da1d303cc329e5201fe2a2682b5cd094e4609a51f3eaa8049a839a7022d302a40c8661cf73054d530a5bef7614eb0
|
|
7
|
+
data.tar.gz: b35840eb8a5ed932e4c8f6c2f86fbb66a46c2f640c3744db0527f55741cac9407a38c87e6a3df0812644efca227633cdafecddbc0e67409a2b5227cc56eb63e7
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.20.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 = "
|
|
25
|
+
REVISION = "20260108"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -700,6 +700,9 @@ module Google
|
|
|
700
700
|
# @param [String] parent
|
|
701
701
|
# Required. The parent cluster whose consumer groups are to be listed.
|
|
702
702
|
# Structured like `projects/`project`/locations/`location`/clusters/`cluster``.
|
|
703
|
+
# @param [String] filter
|
|
704
|
+
# Optional. Filter expression for the result. Only supports filtering by topic
|
|
705
|
+
# name as a key in the `topics` map.
|
|
703
706
|
# @param [Fixnum] page_size
|
|
704
707
|
# Optional. The maximum number of consumer groups to return. The service may
|
|
705
708
|
# return fewer than this value. If unset or zero, all consumer groups for the
|
|
@@ -729,11 +732,12 @@ module Google
|
|
|
729
732
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
730
733
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
731
734
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
732
|
-
def list_project_location_cluster_consumer_groups(parent, page_size: nil, page_token: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
735
|
+
def list_project_location_cluster_consumer_groups(parent, filter: nil, page_size: nil, page_token: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
733
736
|
command = make_simple_command(:get, 'v1/{+parent}/consumerGroups', options)
|
|
734
737
|
command.response_representation = Google::Apis::ManagedkafkaV1::ListConsumerGroupsResponse::Representation
|
|
735
738
|
command.response_class = Google::Apis::ManagedkafkaV1::ListConsumerGroupsResponse
|
|
736
739
|
command.params['parent'] = parent unless parent.nil?
|
|
740
|
+
command.query['filter'] = filter unless filter.nil?
|
|
737
741
|
command.query['pageSize'] = page_size unless page_size.nil?
|
|
738
742
|
command.query['pageToken'] = page_token unless page_token.nil?
|
|
739
743
|
command.query['view'] = view unless view.nil?
|
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.
|
|
4
|
+
version: 0.20.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-managedkafka_v1/v0.20.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:
|