lib/google/cloud/spanner.rb in google-cloud-spanner-2.10.0 vs lib/google/cloud/spanner.rb in google-cloud-spanner-2.10.1

- old
+ new

@@ -141,9 +141,11 @@ # the keyfile as a String, the contents of the keyfile as a Hash, or a # Google::Auth::Credentials object. (See {Spanner::Credentials}) (The # parameter `keyfile` is considered deprecated, but may also be used.) # * `scope` - (String, Array<String>) The OAuth 2.0 scopes controlling # the set of resources and operations that the connection can access. + # * `quota_project` - (String) The project ID for a project that can be + # used by client libraries for quota and billing purposes. # * `timeout` - (Integer) Default timeout to use in requests. # * `endpoint` - (String) Override of the endpoint host name, or `nil` # to use the default endpoint. # * `emulator_host` - (String) Host name of the emulator. Defaults to # `ENV["SPANNER_EMULATOR_HOST"]`.