google-cloud-debugger 0.42.1 → 0.42.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 538aafa3b8ea1fadaef4a81651207de8ff2044ac8edeb5e31dfa7dc9d1b04293
4
- data.tar.gz: 7ceec9bc919b53b965d855958d1fc71ef8a0b1d959c53d02345ade43d4d258f0
3
+ metadata.gz: 2d4b08e7a1f34cc84bf9d7c614d749e7bc1dee4ab2fa334120703c95b1ff2576
4
+ data.tar.gz: d48b399e55c3fcad4120fc546074d192d17f4bc75545fd63e06874c0f9a35533
5
5
  SHA512:
6
- metadata.gz: cfac793f4d80491da98f423aa28d013e127cdc6f3b2bedd441caedd8a11aaaee4e946c117741dc589c5850af77354564ffdf8efa0592591029b0467c351d4b73
7
- data.tar.gz: ade965963e90484abe885c6f1ab2ef7b90267e510ae11ea7a26ae270045a454a7d7c5f5bac8a3a43d72f9589ee004ce628a39d4ccee4f897404bb4b8e0ccb6a7
6
+ metadata.gz: ee34e243d7631e421065982d6d444b31400031708cd77be57daffdfe9693f682e5d8c4a1432dde1f2a6c2ce324adfefc444b8f2401d7fe9da0f75b70180440c0
7
+ data.tar.gz: e551a48d39f8a689667a7c8f6e6ac25f937759cc6a1ee2963a7cab91ac690d030449da7c1195f18bf8abb6372cc4bad1ad44bcda1149ff8fce42789253b174f5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 0.42.2 / 2021-10-21
4
+
5
+ #### Documentation
6
+
7
+ * Add documentation for quota_project Configuration attribute
8
+
3
9
  ### 0.42.1 / 2021-07-08
4
10
 
5
11
  #### Documentation
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Debugger
19
- VERSION = "0.42.1".freeze
19
+ VERSION = "0.42.2".freeze
20
20
  end
21
21
  end
22
22
  end
@@ -143,6 +143,8 @@ module Google
143
143
  # absolute file path.
144
144
  # * `scope` - (String, Array<String>) The OAuth 2.0 scopes controlling
145
145
  # the set of resources and operations that the connection can access.
146
+ # * `quota_project` - (String) The project ID for a project that can be
147
+ # used by client libraries for quota and billing purposes.
146
148
  # * `timeout` - (Integer) Default timeout to use in requests.
147
149
  # * `endpoint` - (String) Override of the endpoint host name, or `nil`
148
150
  # to use the default endpoint.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-debugger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.42.1
4
+ version: 0.42.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Heng Xiong
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-08 00:00:00.000000000 Z
11
+ date: 2021-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: binding_of_caller