google-cloud-spanner-admin-database-v1 0.7.0 → 0.7.4

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: '0738039c436177ef6f5027fc55097b623b9648dc0fa82dfb7fd25ea86590d178'
4
- data.tar.gz: a6f0117e6c8ecec00fcc366889a735e4b0d48c197b3d0a0a467b4a40294b454c
3
+ metadata.gz: 7850a1030f9dc1f0b3a33740017a9e604c1703a83d3d44535f0511aa788aab52
4
+ data.tar.gz: 1d23ea38d3052035f60789383cb3e27bbfd86abe07ef7d467071cc6127a64c1b
5
5
  SHA512:
6
- metadata.gz: 19427feac4c0a0bbd69cfc420b5701ce455da3bbb9873a2ed3d2baf1caf4d1a42060134c7c0be27be4ca6be5ec3dc00419f086a78006639580ea7f6d22236078
7
- data.tar.gz: 63ad789c583f2710f033d41e3e8de3975805d84a5a793cf177f4c435da1eb4da40deadc81315da09abb4dc4d7fe08dc3390405f03b73dfe7bd9840452ef4c142
6
+ metadata.gz: 506f8c559aa0a749bbe2e1f6697d56271403c407055a9f9b7c07880133028c4023087559f2d0acedb1080b859448f0ee375ecbf931af95a45bf3769148132c8f
7
+ data.tar.gz: 6da0f55b46a7550ff59d9626a354cf49e3e8e2ea0777012bea3d9d3e7f1494f8486f04335f76c3068130135e367f207fb8698a967f631e63a5a7260ec2d87340
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = ::Google::Cloud::Spanner::Admin::Database::V1::DatabaseAdmin::Client.ne
82
82
 
83
83
  ### Configuration
84
84
 
85
- The **Credentials JSON** can be configured instead of placing them in
86
- environment variables. Either on an individual client initialization:
85
+ The path to the **Credentials JSON** file can be configured instead of storing
86
+ it in an environment variable. Either on an individual client initialization:
87
87
 
88
88
  ```ruby
89
89
  require "google/cloud/spanner/admin/database/v1"
@@ -93,7 +93,7 @@ client = ::Google::Cloud::Spanner::Admin::Database::V1::DatabaseAdmin::Client.ne
93
93
  end
94
94
  ```
95
95
 
96
- Or configured globally for all clients:
96
+ Or globally for all clients:
97
97
 
98
98
  ```ruby
99
99
  require "google/cloud/spanner/admin/database/v1"
data/README.md CHANGED
@@ -9,7 +9,7 @@ https://github.com/googleapis/google-cloud-ruby
9
9
  This gem is a _versioned_ client. It provides basic client classes for a
10
10
  specific version of the Cloud Spanner Database Admin V1 API. Most users should consider using
11
11
  the main client gem,
12
- [google-cloud-spanner-admin-database](https://rubygems.org/gems/google-cloud-spanner-admin-database).
12
+ [google-cloud-spanner](https://rubygems.org/gems/google-cloud-spanner).
13
13
  See the section below titled *Which client should I use?* for more information.
14
14
 
15
15
  ## Installation
@@ -83,7 +83,7 @@ about the Ruby support schedule.
83
83
  ## Which client should I use?
84
84
 
85
85
  Most modern Ruby client libraries for Google APIs come in two flavors: the main
86
- client library with a name such as `google-cloud-spanner-admin-database`,
86
+ client library with a name such as `google-cloud-spanner`,
87
87
  and lower-level _versioned_ client libraries with names such as
88
88
  `google-cloud-spanner-admin-database-v1`.
89
89
  _In most cases, you should install the main client._
@@ -110,7 +110,7 @@ service version.
110
110
 
111
111
  We recommend that most users install the main client gem for a service. You can
112
112
  identify this gem as the one _without_ a version in its name, e.g.
113
- `google-cloud-spanner-admin-database`.
113
+ `google-cloud-spanner`.
114
114
  The main client is recommended because it will embody the best practices for
115
115
  accessing the service, and may also provide more convenient interfaces or
116
116
  tighter integration into frameworks and third-party libraries. In addition, the