google-cloud-redis-v1beta1 0.2.3 → 0.2.4

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: 369b412e774f884d8016624301aa16835fa9a69043e6e0f7010e66dd75ce2054
4
- data.tar.gz: d5106f448903d14247920d86ba71a5d7bb25db6a96c0da41565517df61b88026
3
+ metadata.gz: b86474ab04d80fe11baed3a76f0f5346df021f4e2bc7bb5b19fbd06d088a3234
4
+ data.tar.gz: 97c4f4e29bf127a9e2ad1f72e93a4b667d31751f570f113f5a1477017fe05708
5
5
  SHA512:
6
- metadata.gz: c50c66876ddfb2e4fc5d205f9495a544438bc5862d2b0ad82b5e285c16d64fa0d4677195f8ade66051bfb28321505a8dc80d62f2f399528b2e395adb8a3f8b19
7
- data.tar.gz: f9d5b8df39966c10b5bd23233793009663aab2efd95e5182d198b04dbbb1aa5269ca5a3b7d40d926da0c7d661fb846bbef66f1b5b5fe0648314a1f3591d7dd45
6
+ metadata.gz: 1f497bc302d115dccf0d0615fcab63bc6eb0123872641e413ff6a4e4ff130a36ecf0f74f06b82525b480d1dd6695962e83d2309800da861044a7518b985d2d08
7
+ data.tar.gz: 83cda696f3da103d6b19eaceca1838b6c88291f040af6f3b9eef11c63ce12ddb2c2204d55728104a3db63204d797c48ac5245e60403c796b82d593e3e7d69588
@@ -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::V1beta1::ListInstancesRequest, Google::Cloud::Redis::V1beta1::ListInstancesResponse
60
60
  # Gets the details of a specific Redis instance.
61
- rpc :GetInstance, GetInstanceRequest, Instance
61
+ rpc :GetInstance, Google::Cloud::Redis::V1beta1::GetInstanceRequest, Google::Cloud::Redis::V1beta1::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::V1beta1::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::V1beta1::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::V1beta1::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::V1beta1::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::V1beta1::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::V1beta1::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::V1beta1::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 V1beta1
24
- VERSION = "0.2.3"
24
+ VERSION = "0.2.4"
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-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
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-06-18 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
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '0.2'
19
+ version: '0.3'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '0.2'
26
+ version: '0.3'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: google-cloud-errors
29
29
  requirement: !ruby/object:Gem::Requirement