google-cloud-memcache-v1beta2 0.1.1 → 0.1.2

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: 20a4e79a2367ca06decba51d9483288d3cf6fecb756474ae592ccfeb01efb831
4
- data.tar.gz: 2154cc19a39e8aff5b4d23962efba6434bae27aa32d2063a7f05830bfed7230e
3
+ metadata.gz: bd33ad15a9a61f23b81c191113b4d5b34cc3e3457224925c9e93380036ab98bf
4
+ data.tar.gz: 2f5dc907e021af8bc29b9054085369655dbb7859fe5acfe454b01ee5737acc9a
5
5
  SHA512:
6
- metadata.gz: 3c18419cbe1a553be909ea5162cf36bff73a8a56baffce769ddfa5f54be47fce454f55e4a6b4597be5aa05c3e2a01a2755211182d9ab5130abdda09a0598bcd2
7
- data.tar.gz: 7c0b6d862051b017445064c773cfff38c15b0c82d1abfc4feaea61bf6036a3657ae54039eee85b9d1c0550c95658b241810c9d6ed20dea7c8145613d94d7d2f1
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Memcache
23
23
  module V1beta2
24
- VERSION = "0.1.1"
24
+ VERSION = "0.1.2"
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-memcache-v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.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-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