google-cloud-memorystore-v1 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1f6d9fb281551af3c23ab28d4e55f7b63bffbf4e965a2c7a4af31b3317e77127
4
- data.tar.gz: 0ef60bf2dd7a287407f570d8858a5988c845c2515794b0828e7250ee32be8d89
3
+ metadata.gz: eab925926376a1c40a5331e5d51ce9c347bac7be30fc270bec295b1db0f9f34e
4
+ data.tar.gz: 9b3854e08a42413b363f859a7104e9cd2a6634cf1df36c9d1f3337010a8272c4
5
5
  SHA512:
6
- metadata.gz: 7428adec525a1803eebdf8ff38184f02befffa56cd35337a863c5496acfe9abd8eb3541b2d6bc5bf215a6b18898eb2d4b7e5e0097ecfa05ba47fc3a3c1a6b17f
7
- data.tar.gz: f6dbc4b61dbab4b4160040bef57d8de81269b96b88e2a5ea61203a5fafdb250210627b0b0f06404a435fd6ad102d60a6e77b0548cc2537d3adc1df0c734a240a
6
+ metadata.gz: 3cd72cf76f702d3b8e37e8dd6621d64b4cb2850d32ea39ec8eb710cfda764b278113a805ef413ea3c1a33d56544c13aeb6d6256f8bd6a2652f6d37002e14f946
7
+ data.tar.gz: 77fc5eca04d45f10072ba7dd1df3aef658e63692b9b56dfcd6c27df0df295519cd3071f01acfeb44c41a8bdd7eeab2f508747148baa7aba4e3d3d005c6f74d7a
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 2.7+.
89
+ This library is supported on Ruby 3.0+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -843,6 +843,13 @@ module Google
843
843
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
844
844
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
845
845
  # * (`nil`) indicating no credentials
846
+ #
847
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
848
+ # external source for authentication to Google Cloud, you must validate it before
849
+ # providing it to a Google API client library. Providing an unvalidated credential
850
+ # configuration to Google APIs can compromise the security of your systems and data.
851
+ # For more information, refer to [Validate credential configurations from external
852
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
846
853
  # @return [::Object]
847
854
  # @!attribute [rw] scope
848
855
  # 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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Memorystore
23
23
  module V1
24
- VERSION = "0.2.0"
24
+ VERSION = "0.3.0"
25
25
  end
26
26
  end
27
27
  end
@@ -135,9 +135,13 @@ module Google
135
135
  # @return [::Google::Cloud::Memorystore::V1::PscAutoConnection]
136
136
  # Detailed information of a PSC connection that is created through
137
137
  # service connectivity automation.
138
+ #
139
+ # Note: The following fields are mutually exclusive: `psc_auto_connection`, `psc_connection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
138
140
  # @!attribute [rw] psc_connection
139
141
  # @return [::Google::Cloud::Memorystore::V1::PscConnection]
140
142
  # Detailed information of a PSC connection that is created by the user.
143
+ #
144
+ # Note: The following fields are mutually exclusive: `psc_connection`, `psc_auto_connection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
141
145
  class ConnectionDetail
142
146
  include ::Google::Protobuf::MessageExts
143
147
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -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,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-memorystore-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-10 00:00:00.000000000 Z
10
+ date: 2025-01-29 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: gapic-common
@@ -16,7 +15,7 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 0.24.0
18
+ version: 0.25.0
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
21
  version: 2.a
@@ -26,7 +25,7 @@ dependencies:
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: 0.24.0
28
+ version: 0.25.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -109,7 +108,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
109
108
  licenses:
110
109
  - Apache-2.0
111
110
  metadata: {}
112
- post_install_message:
113
111
  rdoc_options: []
114
112
  require_paths:
115
113
  - lib
@@ -117,15 +115,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
117
115
  requirements:
118
116
  - - ">="
119
117
  - !ruby/object:Gem::Version
120
- version: '2.7'
118
+ version: '3.0'
121
119
  required_rubygems_version: !ruby/object:Gem::Requirement
122
120
  requirements:
123
121
  - - ">="
124
122
  - !ruby/object:Gem::Version
125
123
  version: '0'
126
124
  requirements: []
127
- rubygems_version: 3.5.23
128
- signing_key:
125
+ rubygems_version: 3.6.2
129
126
  specification_version: 4
130
127
  summary: API Client library for the Memorystore V1 API
131
128
  test_files: []