google-cloud-monitoring-dashboard-v1 0.6.3 → 0.6.4

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: 0b6168e7f56971d6146a74b97d7f9faccc2847e2c8de06b90a716b733510f77b
4
- data.tar.gz: 6b1681608973ea9da1401179dd6e0c60cfbc4b3da856faef5e49ace2bdadfc4f
3
+ metadata.gz: 4e25a98f462e111db103cae38aa9c6735bbc89d4fa757df8d7965a30f9a4e002
4
+ data.tar.gz: c6be50118954767cf9ecf0f5a7abd15a175570ce129822218239084b29115249
5
5
  SHA512:
6
- metadata.gz: 3726675afbe1e08e6419e8a972d117eb46e5540eb9028bd470aadddaa7d2e118540c1b91b6ff4f708e4f1850717d11a92240cb60fec8496a73a23094c0f61189
7
- data.tar.gz: 35af0ff4db699f86375c1a59c17e4614be06e41ab2d6fa7a33451b1c1f947d17b8cc9c8a2ecf782167f8dded95a5716a457292a675adf17f4cb826be62cbf3fa
6
+ metadata.gz: dce39421dbad22190d3116fec3d6748e1d49fffa4678633bb63d64cb515deced366e888d21e96578bea58819b3b9baa9252c857386761b5111928d79968ebb8a
7
+ data.tar.gz: d312ccd9724113951ab337ed0d16c928f945f3fbac737fcfcf971849a7198b70ccbffd389a43b9d93c585aa2329c86af2b7bfa76ca88be8292c6dca736e4a41e
data/README.md CHANGED
@@ -9,7 +9,7 @@ https://github.com/googleapis/google-cloud-ruby
9
9
  This gem is a _versioned_ client. It provides basic client classes for a
10
10
  specific version of the Cloud Monitoring Dashboards V1 API. Most users should consider using
11
11
  the main client gem,
12
- [google-cloud-monitoring-dashboard](https://rubygems.org/gems/google-cloud-monitoring-dashboard).
12
+ [google-cloud-monitoring](https://rubygems.org/gems/google-cloud-monitoring).
13
13
  See the section below titled *Which client should I use?* for more information.
14
14
 
15
15
  ## Installation
@@ -83,7 +83,7 @@ about the Ruby support schedule.
83
83
  ## Which client should I use?
84
84
 
85
85
  Most modern Ruby client libraries for Google APIs come in two flavors: the main
86
- client library with a name such as `google-cloud-monitoring-dashboard`,
86
+ client library with a name such as `google-cloud-monitoring`,
87
87
  and lower-level _versioned_ client libraries with names such as
88
88
  `google-cloud-monitoring-dashboard-v1`.
89
89
  _In most cases, you should install the main client._
@@ -110,7 +110,7 @@ service version.
110
110
 
111
111
  We recommend that most users install the main client gem for a service. You can
112
112
  identify this gem as the one _without_ a version in its name, e.g.
113
- `google-cloud-monitoring-dashboard`.
113
+ `google-cloud-monitoring`.
114
114
  The main client is recommended because it will embody the best practices for
115
115
  accessing the service, and may also provide more convenient interfaces or
116
116
  tighter integration into frameworks and third-party libraries. In addition, the
@@ -22,7 +22,7 @@ module Google
22
22
  module Monitoring
23
23
  module Dashboard
24
24
  module V1
25
- VERSION = "0.6.3"
25
+ VERSION = "0.6.4"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-monitoring-dashboard-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-11 00:00:00.000000000 Z
11
+ date: 2021-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -160,8 +160,7 @@ description: Cloud Monitoring collects metrics, events, and metadata from Google
160
160
  Amazon Web Services (AWS), hosted uptime probes, and application instrumentation.
161
161
  The Dashboards API manages arrangements of display widgets. Note that google-cloud-monitoring-dashboard-v1
162
162
  is a version-specific client library. For most uses, we recommend installing the
163
- main client library google-cloud-monitoring-dashboard instead. See the readme for
164
- more details.
163
+ main client library google-cloud-monitoring instead. See the readme for more details.
165
164
  email: googleapis-packages@google.com
166
165
  executables: []
167
166
  extensions: []