google-cloud-redis-v1 0.3.0 → 0.3.1
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: ca8eb543d548c116f322adab922ba46b308bc76b7614d5234e8b7df65e144e86
|
4
|
+
data.tar.gz: 3d391f59e85102bb34c1a8bed0785eb2a70f77a80384fc5a31872e2fb10039cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d834dd9cb72f7e256a9e358ecfd2a8e7b9aa3df4a024bf7b238ac45c6a7996dc1819b952578454722d8cfa7f2ae08a653456d6836ddadafb42afd06b8afe5d6
|
7
|
+
data.tar.gz: d0f432aad2978b86e85524fafcbb2939276c1f29c5c24a7c178b56560df7ff2ef89f75a3f1339381e69d8d094a1a438ad725607e2492b8036b846924be3ab1ce
|
@@ -56,9 +56,9 @@ module Google
|
|
56
56
|
#
|
57
57
|
# If `location_id` is specified as `-` (wildcard), then all regions
|
58
58
|
# available to the project are queried, and the results are aggregated.
|
59
|
-
rpc :ListInstances, ListInstancesRequest, ListInstancesResponse
|
59
|
+
rpc :ListInstances, Google::Cloud::Redis::V1::ListInstancesRequest, Google::Cloud::Redis::V1::ListInstancesResponse
|
60
60
|
# Gets the details of a specific Redis instance.
|
61
|
-
rpc :GetInstance, GetInstanceRequest, Instance
|
61
|
+
rpc :GetInstance, Google::Cloud::Redis::V1::GetInstanceRequest, Google::Cloud::Redis::V1::Instance
|
62
62
|
# Creates a Redis instance based on the specified tier and memory size.
|
63
63
|
#
|
64
64
|
# By default, the instance is accessible from the project's
|
@@ -71,16 +71,16 @@ module Google
|
|
71
71
|
#
|
72
72
|
# The returned operation is automatically deleted after a few hours, so there
|
73
73
|
# is no need to call DeleteOperation.
|
74
|
-
rpc :CreateInstance, CreateInstanceRequest, Google::Longrunning::Operation
|
74
|
+
rpc :CreateInstance, Google::Cloud::Redis::V1::CreateInstanceRequest, Google::Longrunning::Operation
|
75
75
|
# Updates the metadata and configuration of a specific Redis instance.
|
76
76
|
#
|
77
77
|
# Completed longrunning.Operation will contain the new instance object
|
78
78
|
# in the response field. The returned operation is automatically deleted
|
79
79
|
# after a few hours, so there is no need to call DeleteOperation.
|
80
|
-
rpc :UpdateInstance, UpdateInstanceRequest, Google::Longrunning::Operation
|
80
|
+
rpc :UpdateInstance, Google::Cloud::Redis::V1::UpdateInstanceRequest, Google::Longrunning::Operation
|
81
81
|
# Upgrades Redis instance to the newer Redis version specified in the
|
82
82
|
# request.
|
83
|
-
rpc :UpgradeInstance, UpgradeInstanceRequest, Google::Longrunning::Operation
|
83
|
+
rpc :UpgradeInstance, Google::Cloud::Redis::V1::UpgradeInstanceRequest, Google::Longrunning::Operation
|
84
84
|
# Import a Redis RDB snapshot file from Cloud Storage into a Redis instance.
|
85
85
|
#
|
86
86
|
# Redis may stop serving during this operation. Instance state will be
|
@@ -89,20 +89,20 @@ module Google
|
|
89
89
|
#
|
90
90
|
# The returned operation is automatically deleted after a few hours, so
|
91
91
|
# there is no need to call DeleteOperation.
|
92
|
-
rpc :ImportInstance, ImportInstanceRequest, Google::Longrunning::Operation
|
92
|
+
rpc :ImportInstance, Google::Cloud::Redis::V1::ImportInstanceRequest, Google::Longrunning::Operation
|
93
93
|
# Export Redis instance data into a Redis RDB format file in Cloud Storage.
|
94
94
|
#
|
95
95
|
# Redis will continue serving during this operation.
|
96
96
|
#
|
97
97
|
# The returned operation is automatically deleted after a few hours, so
|
98
98
|
# there is no need to call DeleteOperation.
|
99
|
-
rpc :ExportInstance, ExportInstanceRequest, Google::Longrunning::Operation
|
99
|
+
rpc :ExportInstance, Google::Cloud::Redis::V1::ExportInstanceRequest, Google::Longrunning::Operation
|
100
100
|
# Initiates a failover of the master node to current replica node for a
|
101
101
|
# specific STANDARD tier Cloud Memorystore for Redis instance.
|
102
|
-
rpc :FailoverInstance, FailoverInstanceRequest, Google::Longrunning::Operation
|
102
|
+
rpc :FailoverInstance, Google::Cloud::Redis::V1::FailoverInstanceRequest, Google::Longrunning::Operation
|
103
103
|
# Deletes a specific Redis instance. Instance stops serving and data is
|
104
104
|
# deleted.
|
105
|
-
rpc :DeleteInstance, DeleteInstanceRequest, Google::Longrunning::Operation
|
105
|
+
rpc :DeleteInstance, Google::Cloud::Redis::V1::DeleteInstanceRequest, Google::Longrunning::Operation
|
106
106
|
end
|
107
107
|
|
108
108
|
Stub = Service.rpc_stub_class
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-redis-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|