google-cloud-error_reporting 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 +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/google/cloud/error_reporting/version.rb +1 -1
- data/lib/google/cloud/error_reporting.rb +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9baa30ea8c65566f04434a7a0f289e45894997512a2e53f61273c7cc213d639f
|
|
4
|
+
data.tar.gz: 96746f9d6d989b951971111061a8a882bacde568bbe40e36b9de881b30731e67
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0b33380396a904e3a46246b02740ef21e871ae47facb2502189417f52d0453455697ed37ef38bf1a7e19985a69fbc90b915050c19cb897b310dc86783eb83ccf
|
|
7
|
+
data.tar.gz: c1c87c88c61bac422ff558a5be6f9ab2878b95cd4fa6e523589b8c0decff89b8660ef2e90c474d6c2beec78ac886cab816a8838e6ce1083cd0dea584a3a65874
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|