google-cloud-managed_kafka-v1 0.4.0 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/managed_kafka/v1/managed_kafka/client.rb +7 -0
- data/lib/google/cloud/managed_kafka/v1/managed_kafka/operations.rb +7 -0
- data/lib/google/cloud/managed_kafka/v1/managed_kafka/rest/client.rb +7 -0
- data/lib/google/cloud/managed_kafka/v1/managed_kafka/rest/operations.rb +7 -0
- data/lib/google/cloud/managed_kafka/v1/version.rb +1 -1
- data/proto_docs/google/longrunning/operations.rb +4 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a4d6d51afa873b7f22ae8812f3329e3f1d4ad0907a3c49884eb27e63ccfb8424
|
4
|
+
data.tar.gz: 1a78d3d0c6313d1d84087a0c208e160d4277ad1a9855d8151166a71b1622b62f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1130c3a57342482793b63891257fd265eb1bdf8742083c42d910de914ccd1598b92faa7088b55fa3a70ab881aba3ab2423fe962d2b9740b8c55989340eb30ed2
|
7
|
+
data.tar.gz: bb0a87f7d9d6f73542b2dd2db7e6699090ad10c2707837f6c9d1d418531963ff6517266e9a4a622a52aefc1c855f945ed39bb5f314c72aa2a305e1fac7cce2dd
|
data/README.md
CHANGED
@@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
85
85
|
|
86
86
|
## Supported Ruby Versions
|
87
87
|
|
88
|
-
This library is supported on Ruby
|
88
|
+
This library is supported on Ruby 3.0+.
|
89
89
|
|
90
90
|
Google provides official support for Ruby versions that are actively supported
|
91
91
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -1666,6 +1666,13 @@ module Google
|
|
1666
1666
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
1667
1667
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
1668
1668
|
# * (`nil`) indicating no credentials
|
1669
|
+
#
|
1670
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1671
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1672
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1673
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1674
|
+
# For more information, refer to [Validate credential configurations from external
|
1675
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1669
1676
|
# @return [::Object]
|
1670
1677
|
# @!attribute [rw] scope
|
1671
1678
|
# The OAuth scopes
|
@@ -640,6 +640,13 @@ module Google
|
|
640
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
641
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
642
642
|
# * (`nil`) indicating no credentials
|
643
|
+
#
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
643
650
|
# @return [::Object]
|
644
651
|
# @!attribute [rw] scope
|
645
652
|
# The OAuth scopes
|
@@ -1558,6 +1558,13 @@ module Google
|
|
1558
1558
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
1559
1559
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
1560
1560
|
# * (`nil`) indicating no credentials
|
1561
|
+
#
|
1562
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1563
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1564
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1565
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1566
|
+
# For more information, refer to [Validate credential configurations from external
|
1567
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1561
1568
|
# @return [::Object]
|
1562
1569
|
# @!attribute [rw] scope
|
1563
1570
|
# The OAuth scopes
|
@@ -502,6 +502,13 @@ module Google
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
504
504
|
# * (`nil`) indicating no credentials
|
505
|
+
#
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
505
512
|
# @return [::Object]
|
506
513
|
# @!attribute [rw] scope
|
507
514
|
# The OAuth scopes
|
@@ -40,6 +40,8 @@ module Google
|
|
40
40
|
# @!attribute [rw] error
|
41
41
|
# @return [::Google::Rpc::Status]
|
42
42
|
# The error result of the operation in case of failure or cancellation.
|
43
|
+
#
|
44
|
+
# Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
43
45
|
# @!attribute [rw] response
|
44
46
|
# @return [::Google::Protobuf::Any]
|
45
47
|
# The normal, successful response of the operation. If the original
|
@@ -50,6 +52,8 @@ module Google
|
|
50
52
|
# is the original method name. For example, if the original method name
|
51
53
|
# is `TakeSnapshot()`, the inferred response type is
|
52
54
|
# `TakeSnapshotResponse`.
|
55
|
+
#
|
56
|
+
# Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
53
57
|
class Operation
|
54
58
|
include ::Google::Protobuf::MessageExts
|
55
59
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-managed_kafka-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-01-
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
@@ -15,7 +15,7 @@ dependencies:
|
|
15
15
|
requirements:
|
16
16
|
- - ">="
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
19
19
|
- - "<"
|
20
20
|
- !ruby/object:Gem::Version
|
21
21
|
version: 2.a
|
@@ -25,7 +25,7 @@ dependencies:
|
|
25
25
|
requirements:
|
26
26
|
- - ">="
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
29
29
|
- - "<"
|
30
30
|
- !ruby/object:Gem::Version
|
31
31
|
version: 2.a
|
@@ -119,7 +119,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
119
119
|
requirements:
|
120
120
|
- - ">="
|
121
121
|
- !ruby/object:Gem::Version
|
122
|
-
version: '
|
122
|
+
version: '3.0'
|
123
123
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
124
124
|
requirements:
|
125
125
|
- - ">="
|