google-cloud-monitoring 0.37.0 → 0.37.1

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: 6af720978e439c44e10f5e99f68333623160b4b61bad2b0d9992dc19c40af29f
4
- data.tar.gz: ea90d22c1b228b97e8fdac047b82821848b1d4b43dc525a9807bcf2bf045db1e
3
+ metadata.gz: e16915c4159b98bfa87703ec382d7d06d1667ec30bd07102a7702f4cb0c6ae2d
4
+ data.tar.gz: 97261662ab8c3ee8e5dc40c242aae222ccc0ebe1660e2dbaa5bcee94d52f766c
5
5
  SHA512:
6
- metadata.gz: 03f1574e991fbcc6ad56502c8e5aae30a44c0c607bb19a0fb4be347e2e9b6e79d60b2a79335aeed1ef825391ede43ad88b43b7e0d5b551397d180a96e811d1db
7
- data.tar.gz: 77f30e9e817cd8d6538586f8140d09faa5f93d1f955092ec47444050401a773f94a8722ece0c3a6a99066c821c21d4f5781381ff3c1d927f38fccfa554472d00
6
+ metadata.gz: 103d59c0ceb56a132440969b23cc4413e52c9dad324a82cf4e981a0bf71b8fbc87f399b4dc22af360adeaf53e52a8ce4f8b85371af6ed66fa65529fd279c2e72
7
+ data.tar.gz: 63fd242e1c63b6e9d1bda9a36dc25e427485e7bf51bd053d04e68f966f65f333bffa187180e349ba6cb1943217c92b1e1c008ed912d458edc59673020f52939f
@@ -170,8 +170,3 @@ Developers service account.
170
170
 
171
171
  The key file you download will be used by this library to authenticate API
172
172
  requests and should be stored in a secure location.
173
-
174
- ## Troubleshooting
175
-
176
- If you're having trouble authenticating you can ask for help by following the
177
- {file:TROUBLESHOOTING.md Troubleshooting Guide}.
@@ -433,27 +433,15 @@ module Google
433
433
  COMPARISON_NE = 6
434
434
  end
435
435
 
436
- # The tier of service for a Workspace. Please see the
437
- # [service tiers
438
- # documentation](https://cloud.google.com/monitoring/workspaces/tiers) for more
439
- # details.
436
+ # Obsolete.
440
437
  module ServiceTier
441
- # An invalid sentinel value, used to indicate that a tier has not
442
- # been provided explicitly.
438
+ # Obsolete.
443
439
  SERVICE_TIER_UNSPECIFIED = 0
444
440
 
445
- # The Stackdriver Basic tier, a free tier of service that provides basic
446
- # features, a moderate allotment of logs, and access to built-in metrics.
447
- # A number of features are not available in this tier. For more details,
448
- # see [the service tiers
449
- # documentation](https://cloud.google.com/monitoring/workspaces/tiers).
441
+ # Obsolete.
450
442
  SERVICE_TIER_BASIC = 1
451
443
 
452
- # The Stackdriver Premium tier, a higher, more expensive tier of service
453
- # that provides access to all Stackdriver features, lets you use Stackdriver
454
- # with AWS accounts, and has a larger allotments for logs and metrics. For
455
- # more details, see [the service tiers
456
- # documentation](https://cloud.google.com/monitoring/workspaces/tiers).
444
+ # Obsolete.
457
445
  SERVICE_TIER_PREMIUM = 2
458
446
  end
459
447
  end
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Monitoring
19
- VERSION = "0.37.0".freeze
19
+ VERSION = "0.37.1".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-monitoring
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.0
4
+ version: 0.37.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-25 00:00:00.000000000 Z
11
+ date: 2020-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-gax