Skip to content

Commit

Permalink
docs: Add documentation for quota_project Configuration attribute
Browse files Browse the repository at this point in the history
refs: #7630
pr: #14433
  • Loading branch information
quartzmo committed Oct 20, 2021
1 parent 3ea9bef commit 62c628a
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions google-cloud-bigtable/lib/google/cloud/bigtable.rb
Expand Up @@ -109,6 +109,8 @@ def self.new project_id: nil,
# 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.
Expand Down
2 changes: 2 additions & 0 deletions google-cloud-datastore/lib/google/cloud/datastore.rb
Expand Up @@ -158,6 +158,8 @@ def self.new project_id: nil,
# 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.
Expand Down
2 changes: 2 additions & 0 deletions google-cloud-debugger/lib/google/cloud/debugger.rb
Expand Up @@ -143,6 +143,8 @@ def self.new project_id: nil,
# absolute file path.
# * `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.
Expand Down
Expand Up @@ -115,6 +115,8 @@ def self.new project_id: nil,
# 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.
Expand Down
2 changes: 2 additions & 0 deletions google-cloud-firestore/lib/google/cloud/firestore.rb
Expand Up @@ -122,6 +122,8 @@ def self.new project_id: nil,
# 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.
Expand Down
2 changes: 2 additions & 0 deletions google-cloud-logging/lib/google/cloud/logging.rb
Expand Up @@ -124,6 +124,8 @@ def self.new project_id: nil,
# 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.
Expand Down
2 changes: 2 additions & 0 deletions google-cloud-pubsub/lib/google/cloud/pubsub.rb
Expand Up @@ -121,6 +121,8 @@ def self.new project_id: nil,
# 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.
Expand Down
2 changes: 2 additions & 0 deletions google-cloud-spanner/lib/google/cloud/spanner.rb
Expand Up @@ -143,6 +143,8 @@ def self.new project_id: nil, credentials: nil, scope: nil, timeout: nil,
# 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.
Expand Down

0 comments on commit 62c628a

Please sign in to comment.