google-cloud-error_reporting 0.42.1 → 0.42.2

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: 957342da4923bb845176e5ac341ffe375eff6c6fa8ccb6f7d19af8f30dce0170
4
- data.tar.gz: cca90ec0d9c27d14252c863a3e8ae401b3e9e0c22db1f8036c240ff394ab2daa
3
+ metadata.gz: 9baa30ea8c65566f04434a7a0f289e45894997512a2e53f61273c7cc213d639f
4
+ data.tar.gz: 96746f9d6d989b951971111061a8a882bacde568bbe40e36b9de881b30731e67
5
5
  SHA512:
6
- metadata.gz: 98bf8f3898e2f5326cc3f5b1aa1997442bd7514f9a47d40abeb6602ac80cc638841fa90be67e3169492ef31990d352dcd4883d07725aac62ae4975ca23218a88
7
- data.tar.gz: a7af81a8f51b5c183715a132a390023c1d4dc683c9547a22ad7b7d079495cf433739e78ca921b799911f50eb1749dd4098a8bb3e441871e58efa006c78d9ebb7
6
+ metadata.gz: 0b33380396a904e3a46246b02740ef21e871ae47facb2502189417f52d0453455697ed37ef38bf1a7e19985a69fbc90b915050c19cb897b310dc86783eb83ccf
7
+ data.tar.gz: c1c87c88c61bac422ff558a5be6f9ab2878b95cd4fa6e523589b8c0decff89b8660ef2e90c474d6c2beec78ac886cab816a8838e6ce1083cd0dea584a3a65874
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 ErrorReporting
19
- VERSION = "0.42.1".freeze
19
+ VERSION = "0.42.2".freeze
20
20
  end
21
21
  end
22
22
  end
@@ -115,6 +115,8 @@ module Google
115
115
  # used.)
116
116
  # * `scope` - (String, Array<String>) The OAuth 2.0 scopes controlling
117
117
  # the set of resources and operations that the connection can access.
118
+ # * `quota_project` - (String) The project ID for a project that can be
119
+ # used by client libraries for quota and billing purposes.
118
120
  # * `timeout` - (Integer) Default timeout to use in requests.
119
121
  # * `endpoint` - (String) Override of the endpoint host name, or `nil`
120
122
  # to use the default endpoint.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-error_reporting
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
  - Google Inc
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: google-cloud-core