google-cloud-memcache-v1beta2 0.1.0 → 0.1.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: 0c45fb8be22146bedb93354ab3b0da842e182104f1ef8feaf434776f9d032a17
4
- data.tar.gz: 85bd34a4392fdf77b85ba56bd9005ad7c6f7da93813b70515bc1e3aa1e007a4d
3
+ metadata.gz: 20a4e79a2367ca06decba51d9483288d3cf6fecb756474ae592ccfeb01efb831
4
+ data.tar.gz: 2154cc19a39e8aff5b4d23962efba6434bae27aa32d2063a7f05830bfed7230e
5
5
  SHA512:
6
- metadata.gz: 94e48712ccfc69598b88ca944172a3a3256f6e106e69c05669f99b2c6c7fb901eff555023c4cee113e652c12b0c1d420530b29e7065c34e4ef94d4782c2cd654
7
- data.tar.gz: 41d8761a8ce407b7482598cf8a1a4c6e8560cf772aca957d447849f8966e66ca6e00e718cc1c95a2a1cd3b7d4bf85a9ead7f3640cbb45c6a86f0ad221472931d
6
+ metadata.gz: 3c18419cbe1a553be909ea5162cf36bff73a8a56baffce769ddfa5f54be47fce454f55e4a6b4597be5aa05c3e2a01a2755211182d9ab5130abdda09a0598bcd2
7
+ data.tar.gz: 7c0b6d862051b017445064c773cfff38c15b0c82d1abfc4feaea61bf6036a3657ae54039eee85b9d1c0550c95658b241810c9d6ed20dea7c8145613d94d7d2f1
data/.yardopts CHANGED
@@ -1,5 +1,5 @@
1
1
  --no-private
2
- --title=Google Cloud Memorystore for Memcached API API
2
+ --title=Google Cloud Memorystore for Memcached API
3
3
  --exclude _pb\.rb$
4
4
  --markup markdown
5
5
  --markup-provider redcarpet
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Ruby Client for the Google Cloud Memorystore for Memcached API API
1
+ # Ruby Client for the Google Cloud Memorystore for Memcached API
2
2
 
3
- API Client library for the Google Cloud Memorystore for Memcached API API
3
+ API Client library for the Google Cloud Memorystore for Memcached API
4
4
 
5
5
  Google Cloud Memorystore for Memcached API is used for creating and managing Memcached instances in GCP.
6
6
 
@@ -18,6 +18,7 @@ In order to use this library, you first need to go through the following steps:
18
18
 
19
19
  1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
20
20
  1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
21
+ 1. [Enable the API.](https://console.cloud.google.com/apis/library/memcache.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.list_instances request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-memcache-v1beta2/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/memorystore/docs/memcached/)
38
+ for general usage information.
39
+
36
40
  ## Enabling Logging
37
41
 
38
42
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Memcache
23
23
  module V1beta2
24
- VERSION = "0.1.0"
24
+ VERSION = "0.1.1"
25
25
  end
26
26
  end
27
27
  end
@@ -1,4 +1,4 @@
1
- # Google Cloud Memorystore for Memcached API Protocol Buffer Documentation
1
+ # Google Cloud Memorystore for Memcached Protocol Buffer Documentation
2
2
 
3
3
  These files are for the YARD documentation of the generated protobuf files.
4
4
  They are not intended to be required or loaded at runtime.
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.0
4
+ version: 0.1.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-06-15 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -203,5 +203,5 @@ requirements: []
203
203
  rubygems_version: 3.1.3
204
204
  signing_key:
205
205
  specification_version: 4
206
- summary: API Client library for the Google Cloud Memorystore for Memcached API API
206
+ summary: API Client library for the Google Cloud Memorystore for Memcached API
207
207
  test_files: []