google-cloud-memorystore-v1beta 0.11.0 → 0.13.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: 88ee43c65bf5bb3d83f4337d7374e18fd932b4b46b1f4482fab417a4de5b0069
4
- data.tar.gz: 3fb06ef93a9370047c80e8e04ed9846b6bf342856dd2987cbfcdec135d08a80c
3
+ metadata.gz: b0e6528236755920387beaf07b4be07c38c4e0e547b86943b3a2c2edceaca6da
4
+ data.tar.gz: d0223d335ec6ce010f075df28bd5684a8998c0510878eaf9fe04b4a09f527704
5
5
  SHA512:
6
- metadata.gz: 8cf8d575bbedd05bce6b9a9802018facbeec3fa9ac814df2cca31cd7b87790c903cc960d629cba9ee786e8b2ce64ee5c90b963426a8ef0aba267ec1dbd66f088
7
- data.tar.gz: 5d2ce387e49e89b5320ea4bfb867a2d0c5e453ff68557db50d62017b41e72cede2067423f377441b5f0bbe441f90cb9e18a84eb0c3b655fe908ca8fb8672fefd
6
+ metadata.gz: d9670f8a635ff771bb2e105cf0709ef445aa405583e9cb2daf233e921cfbed075cad2df53eb32110137b80ac6934ba80cf48bbc762e4f9cca899af99c67dde06
7
+ data.tar.gz: 1d121fc1eb1057e7f99744eecce191c485d3b687a40dabc3430a10acabfc887b38c30a2dde8fc46c9c4548b2fc0d33f0c2059fd9e80e8a93c2db807c89abeecf
data/AUTHENTICATION.md CHANGED
@@ -56,7 +56,7 @@ To configure a credentials file for an individual client initialization:
56
56
  ```ruby
57
57
  require "google/cloud/memorystore/v1beta"
58
58
 
59
- client = ::Google::Cloud::Memorystore::V1beta::Memorystore::Rest::Client.new do |config|
59
+ client = ::Google::Cloud::Memorystore::V1beta::Memorystore::Client.new do |config|
60
60
  config.credentials = "path/to/credentialfile.json"
61
61
  end
62
62
  ```
@@ -66,11 +66,11 @@ To configure a credentials file globally for all clients:
66
66
  ```ruby
67
67
  require "google/cloud/memorystore/v1beta"
68
68
 
69
- ::Google::Cloud::Memorystore::V1beta::Memorystore::Rest::Client.configure do |config|
69
+ ::Google::Cloud::Memorystore::V1beta::Memorystore::Client.configure do |config|
70
70
  config.credentials = "path/to/credentialfile.json"
71
71
  end
72
72
 
73
- client = ::Google::Cloud::Memorystore::V1beta::Memorystore::Rest::Client.new
73
+ client = ::Google::Cloud::Memorystore::V1beta::Memorystore::Client.new
74
74
  ```
75
75
 
76
76
  ### Environment Variables
@@ -100,7 +100,7 @@ require "google/cloud/memorystore/v1beta"
100
100
 
101
101
  ENV["GOOGLE_APPLICATION_CREDENTIALS"] = "path/to/credentialfile.json"
102
102
 
103
- client = ::Google::Cloud::Memorystore::V1beta::Memorystore::Rest::Client.new
103
+ client = ::Google::Cloud::Memorystore::V1beta::Memorystore::Client.new
104
104
  ```
105
105
 
106
106
  ### Local ADC file
data/README.md CHANGED
@@ -32,7 +32,7 @@ In order to use this library, you first need to go through the following steps:
32
32
  ```ruby
33
33
  require "google/cloud/memorystore/v1beta"
34
34
 
35
- client = ::Google::Cloud::Memorystore::V1beta::Memorystore::Rest::Client.new
35
+ client = ::Google::Cloud::Memorystore::V1beta::Memorystore::Client.new
36
36
  request = ::Google::Cloud::Memorystore::V1beta::ListInstancesRequest.new # (request fields as keyword arguments...)
37
37
  response = client.list_instances request
38
38
  ```
@@ -75,7 +75,7 @@ constructing a client object. For example:
75
75
  require "google/cloud/memorystore/v1beta"
76
76
  require "logger"
77
77
 
78
- client = ::Google::Cloud::Memorystore::V1beta::Memorystore::Rest::Client.new do |config|
78
+ client = ::Google::Cloud::Memorystore::V1beta::Memorystore::Client.new do |config|
79
79
  config.logger = Logger.new "my-app.log"
80
80
  end
81
81
  ```
@@ -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 3.0+.
89
+ This library is supported on Ruby 3.2+.
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