google-cloud-logging 2.2.1 → 2.2.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: 452b43b8ed4bf36f7df5058920f99eefd06978661388e083c5c44438895074d8
4
- data.tar.gz: 51144e1b89a09fa84f8b5f414e2753cff9dd2e0063f3e1440873af1176757d85
3
+ metadata.gz: 03bd39c0a616fed279887171144ac18e4e1d77e2e32119ac86a96e7433127699
4
+ data.tar.gz: aa0cefe0ac5f7c5585f41c18d39f03fd50514aba3ff1d2e63762c9789ebbc869
5
5
  SHA512:
6
- metadata.gz: 4a0e137ad75408c8c439982470b86384c3d74fc2e2c15a21a0ded9901b1f06b95294ab13af432dc6ae97638a5a5fa37cfffcbc476f5a499a4711b08af5ae4b0a
7
- data.tar.gz: a51c965c7c1c975fde5e4052b0a34cf6093fff0f5d4c942ec4a067af7e850a223705e72be3cafc3b047bbc35acdb7838f390745268999b130a8801e5d38fc926
6
+ metadata.gz: 8dbe4c7c7df4f0fd9d0b5c4aa2bb8b02eaa17d06182562df30a910982b0550eafa2a8c0740d86b172c27fb8b04ff3aa2b60a9a233aeebe8913c041a2efe02d1e
7
+ data.tar.gz: 9456b8025a5272e5d7ba64e07fe95ad37237d24e68306c5c09806637852f1a4ab9472c2cfe733f6b4e044166d51c3daf13d6407eb80fac02ffd71e59b9ad738b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 2.2.2 / 2021-10-21
4
+
5
+ #### Documentation
6
+
7
+ * Add documentation for quota_project Configuration attribute
8
+
3
9
  ### 2.2.1 / 2021-07-08
4
10
 
5
11
  #### Documentation
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Logging
19
- VERSION = "2.2.1".freeze
19
+ VERSION = "2.2.2".freeze
20
20
  end
21
21
  end
22
22
  end
@@ -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.1
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-07-08 00:00:00.000000000 Z
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