google-cloud-memcache-v1beta2 0.1.1 → 0.1.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bd33ad15a9a61f23b81c191113b4d5b34cc3e3457224925c9e93380036ab98bf
|
|
4
|
+
data.tar.gz: 2f5dc907e021af8bc29b9054085369655dbb7859fe5acfe454b01ee5737acc9a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5c3711796e97773abfd8d17a708c88a22448502725513cf777e6d1477925ed7ff2cf656d97837d9c6dd8b4bfb090d225c41ca412ca70746bad5097a1f7d0da0a
|
|
7
|
+
data.tar.gz: cf5ad0099bd627b861f732a95042062e7db10d74d505e35c13fe262168f8d5921ddff75a853b40d54e08b652d0fcb397abb0099f408d9e7f9660753d46a2d7fb
|
|
@@ -49,22 +49,22 @@ module Google
|
|
|
49
49
|
self.service_name = 'google.cloud.memcache.v1beta2.CloudMemcache'
|
|
50
50
|
|
|
51
51
|
# Lists Instances in a given project and location.
|
|
52
|
-
rpc :ListInstances, ListInstancesRequest, ListInstancesResponse
|
|
52
|
+
rpc :ListInstances, Google::Cloud::Memcache::V1beta2::ListInstancesRequest, Google::Cloud::Memcache::V1beta2::ListInstancesResponse
|
|
53
53
|
# Gets details of a single Instance.
|
|
54
|
-
rpc :GetInstance, GetInstanceRequest, Instance
|
|
54
|
+
rpc :GetInstance, Google::Cloud::Memcache::V1beta2::GetInstanceRequest, Google::Cloud::Memcache::V1beta2::Instance
|
|
55
55
|
# Creates a new Instance in a given project and location.
|
|
56
|
-
rpc :CreateInstance, CreateInstanceRequest, Google::Longrunning::Operation
|
|
56
|
+
rpc :CreateInstance, Google::Cloud::Memcache::V1beta2::CreateInstanceRequest, Google::Longrunning::Operation
|
|
57
57
|
# Updates an existing Instance in a given project and location.
|
|
58
|
-
rpc :UpdateInstance, UpdateInstanceRequest, Google::Longrunning::Operation
|
|
58
|
+
rpc :UpdateInstance, Google::Cloud::Memcache::V1beta2::UpdateInstanceRequest, Google::Longrunning::Operation
|
|
59
59
|
# Updates the defined Memcached Parameters for an existing Instance.
|
|
60
60
|
# This method only stages the parameters, it must be followed by
|
|
61
61
|
# ApplyParameters to apply the parameters to nodes of the Memcached Instance.
|
|
62
|
-
rpc :UpdateParameters, UpdateParametersRequest, Google::Longrunning::Operation
|
|
62
|
+
rpc :UpdateParameters, Google::Cloud::Memcache::V1beta2::UpdateParametersRequest, Google::Longrunning::Operation
|
|
63
63
|
# Deletes a single Instance.
|
|
64
|
-
rpc :DeleteInstance, DeleteInstanceRequest, Google::Longrunning::Operation
|
|
64
|
+
rpc :DeleteInstance, Google::Cloud::Memcache::V1beta2::DeleteInstanceRequest, Google::Longrunning::Operation
|
|
65
65
|
# ApplyParameters will update current set of Parameters to the set of
|
|
66
66
|
# specified nodes of the Memcached Instance.
|
|
67
|
-
rpc :ApplyParameters, ApplyParametersRequest, Google::Longrunning::Operation
|
|
67
|
+
rpc :ApplyParameters, Google::Cloud::Memcache::V1beta2::ApplyParametersRequest, Google::Longrunning::Operation
|
|
68
68
|
end
|
|
69
69
|
|
|
70
70
|
Stub = Service.rpc_stub_class
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-memcache-v1beta2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
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
|
|
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.
|
|
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.
|
|
26
|
+
version: '0.3'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: google-cloud-errors
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|