google-cloud-logging 2.2.1 → 2.2.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/logging/version.rb +1 -1
- data/lib/google/cloud/logging.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: 03bd39c0a616fed279887171144ac18e4e1d77e2e32119ac86a96e7433127699
|
|
4
|
+
data.tar.gz: aa0cefe0ac5f7c5585f41c18d39f03fd50514aba3ff1d2e63762c9789ebbc869
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8dbe4c7c7df4f0fd9d0b5c4aa2bb8b02eaa17d06182562df30a910982b0550eafa2a8c0740d86b172c27fb8b04ff3aa2b60a9a233aeebe8913c041a2efe02d1e
|
|
7
|
+
data.tar.gz: 9456b8025a5272e5d7ba64e07fe95ad37237d24e68306c5c09806637852f1a4ab9472c2cfe733f6b4e044166d51c3daf13d6407eb80fac02ffd71e59b9ad738b
|
data/CHANGELOG.md
CHANGED
data/lib/google/cloud/logging.rb
CHANGED
|
@@ -124,6 +124,8 @@ module Google
|
|
|
124
124
|
# parameter `keyfile` is considered deprecated, but may also be used.)
|
|
125
125
|
# * `scope` - (String, Array<String>) The OAuth 2.0 scopes controlling
|
|
126
126
|
# the set of resources and operations that the connection can access.
|
|
127
|
+
# * `quota_project` - (String) The project ID for a project that can be
|
|
128
|
+
# used by client libraries for quota and billing purposes.
|
|
127
129
|
# * `timeout` - (Integer) Default timeout to use in requests.
|
|
128
130
|
# * `endpoint` - (String) Override of the endpoint host name, or `nil`
|
|
129
131
|
# to use the default endpoint.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-logging
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Moore
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2021-
|
|
12
|
+
date: 2021-10-21 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: google-cloud-core
|