google-apis-redis_v1beta1 0.36.0 → 0.37.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cae928c0e287bb721359ca78c0506635c7ca18533c5efe0ebb73e31764d04977
|
4
|
+
data.tar.gz: 3e32af3fa0148d0160dc9a4056e365771b65635bf1b56c0d9b9936440943e424
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fc43941c16a86e9644f8633b9ef20d7e8fb2768d0272ee2a15c633b2b30b58b7ead1bd44c7a2f72a01a499cab8deba20d91d2b6ec2fd36d8be7e8b58beaa019e
|
7
|
+
data.tar.gz: 94e6bbc73331c09bcb4332e8882f0fd7af7b1a3fba6d4b33113ef624c8d401000fed10263af03e5931e3eb83e9079c720b7baf9d7945423546e11c9df5352d49
|
data/CHANGELOG.md
CHANGED
@@ -1217,9 +1217,9 @@ module Google
|
|
1217
1217
|
class PscConfig
|
1218
1218
|
include Google::Apis::Core::Hashable
|
1219
1219
|
|
1220
|
-
# Required. The
|
1221
|
-
#
|
1222
|
-
#
|
1220
|
+
# Required. The network where the IP address of the discovery endpoint will be
|
1221
|
+
# reserved, in the form of projects/`network_project`/global/networks/`
|
1222
|
+
# network_id`.
|
1223
1223
|
# Corresponds to the JSON property `network`
|
1224
1224
|
# @return [String]
|
1225
1225
|
attr_accessor :network
|
@@ -1256,7 +1256,7 @@ module Google
|
|
1256
1256
|
# @return [String]
|
1257
1257
|
attr_accessor :network
|
1258
1258
|
|
1259
|
-
# The consumer project_id where the forwarding rule is created from.
|
1259
|
+
# Output only. The consumer project_id where the forwarding rule is created from.
|
1260
1260
|
# Corresponds to the JSON property `projectId`
|
1261
1261
|
# @return [String]
|
1262
1262
|
attr_accessor :project_id
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RedisV1beta1
|
18
18
|
# Version of the google-apis-redis_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.37.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230905"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -122,13 +122,12 @@ module Google
|
|
122
122
|
execute_or_queue_command(command, &block)
|
123
123
|
end
|
124
124
|
|
125
|
-
# Creates a Redis cluster based on the specified
|
126
|
-
#
|
127
|
-
#
|
128
|
-
#
|
129
|
-
#
|
130
|
-
#
|
131
|
-
# DeleteOperation.
|
125
|
+
# Creates a Redis cluster based on the specified properties. The creation is
|
126
|
+
# executed asynchronously and callers may check the returned operation to track
|
127
|
+
# its progress. Once the operation is completed the Redis cluster will be fully
|
128
|
+
# functional. The completed longrunning.Operation will contain the new cluster
|
129
|
+
# object in the response field. The returned operation is automatically deleted
|
130
|
+
# after a few hours, so there is no need to call DeleteOperation.
|
132
131
|
# @param [String] parent
|
133
132
|
# Required. The resource name of the cluster location using the form: `projects/`
|
134
133
|
# project_id`/locations/`location_id`` where `location_id` refers to a GCP
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-redis_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.37.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-09-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -59,7 +59,7 @@ licenses:
|
|
59
59
|
metadata:
|
60
60
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
61
61
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1beta1/CHANGELOG.md
|
62
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.
|
62
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.37.0
|
63
63
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1beta1
|
64
64
|
post_install_message:
|
65
65
|
rdoc_options: []
|
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
76
|
- !ruby/object:Gem::Version
|
77
77
|
version: '0'
|
78
78
|
requirements: []
|
79
|
-
rubygems_version: 3.4.
|
79
|
+
rubygems_version: 3.4.19
|
80
80
|
signing_key:
|
81
81
|
specification_version: 4
|
82
82
|
summary: Simple REST client for Google Cloud Memorystore for Redis API V1beta1
|