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: '038047e49edefcce2484119ac42a3cc8460cbcf51b523b3be3cf18af6d1e30fe'
4
- data.tar.gz: acee195bb64a89f09fe23db95d020e50cbd5c8557e3cce84fd41b960187651ad
3
+ metadata.gz: ca8eb543d548c116f322adab922ba46b308bc76b7614d5234e8b7df65e144e86
4
+ data.tar.gz: 3d391f59e85102bb34c1a8bed0785eb2a70f77a80384fc5a31872e2fb10039cf
5
5
  SHA512:
6
- metadata.gz: e61bf5e0b7c505c1ba54112d5f7c48148e411080033833d323bc30b772cf7029d0414f302277f96447be6a659589666f862402197a9079b53fbdb8c237453564
7
- data.tar.gz: b5dc1146c7a5b5388fc81cabb69e3b5d769d022e4c426b731e1d03788dd41308d7b4b109b342d375d8b046c225e109d1d0f7314a732b7b31c41cd590de559d64
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Redis
23
23
  module V1
24
- VERSION = "0.3.0"
24
+ VERSION = "0.3.1"
25
25
  end
26
26
  end
27
27
  end
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.0
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-07-16 00:00:00.000000000 Z
11
+ date: 2020-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common