lib/google/cloud/redis.rb in google-cloud-redis-0.2.3 vs lib/google/cloud/redis.rb in google-cloud-redis-0.3.0

- old
+ new

@@ -1,6 +1,6 @@ -# Copyright 2018 Google LLC +# Copyright 2019 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # @@ -22,12 +22,11 @@ ## # # Ruby Client for Google Cloud Memorystore for Redis API ([Alpha](https://github.com/googleapis/google-cloud-ruby#versioning)) # # [Google Cloud Memorystore for Redis API][Product Documentation]: - # The Google Cloud Memorystore for Redis API is used for creating and managing - # Redis instances on the Google Cloud Platform. + # Creates and manages Redis instances on the Google Cloud Platform. # - [Product Documentation][] # # ## Quick Start # In order to use this library, you first need to go through the following # steps: @@ -99,10 +98,10 @@ # * Each project has a collection of available locations, named: `/locations/*` # * Each location has a collection of Redis instances, named: `/instances/*` # * As such, Redis instances are resources of the form: # `/projects/{project_id}/locations/{location_id}/instances/{instance_id}` # - # Note that location_id must be refering to a GCP `region`; for example: + # Note that location_id must be referring to a GCP `region`; for example: # * `projects/redpepper-1290/locations/us-central1/instances/my-redis` # # @param version [Symbol, String] # The major version of the service to be used. By default :v1 # is used.