google-apis-monitoring_v1 0.13.0 → 0.14.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c77a9ddfe87ea2d5e5a555a525ea57c1c0af045e567d71beff2c011fce457416
|
4
|
+
data.tar.gz: a74b2b34f60d272fd56f0640e0e12f2c106fde17cda4fc6c27b230ed8c32aa6c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b6138caa2022f4d5a57a3ecdcc16965f01916c5e6f121b1f15c5a196ca31251da3366db8bfda78ee2d3e7063119c4e794267b8cb021415632e73c54da2d529a
|
7
|
+
data.tar.gz: 5a3f7c54c7d5f3d0936855298973d4e71723afe310b8c8a96ca99958425817d51b5ad62227cb5387008cb3ae979e632699fe45ad415363276ff8df3ba830fc95
|
data/CHANGELOG.md
CHANGED
data/OVERVIEW.md
CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
|
|
60
60
|
|
61
61
|
More detailed descriptions of the Google simple REST clients are available in two documents.
|
62
62
|
|
63
|
-
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
64
|
-
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
63
|
+
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
|
64
|
+
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
|
65
65
|
|
66
66
|
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Monitoring service in particular.)
|
67
67
|
|
@@ -260,6 +260,11 @@ module Google
|
|
260
260
|
# @return [Google::Apis::MonitoringV1::GridLayout]
|
261
261
|
attr_accessor :grid_layout
|
262
262
|
|
263
|
+
# Labels applied to the dashboard
|
264
|
+
# Corresponds to the JSON property `labels`
|
265
|
+
# @return [Hash<String,String>]
|
266
|
+
attr_accessor :labels
|
267
|
+
|
263
268
|
# A mosaic layout divides the available space into a grid of blocks, and
|
264
269
|
# overlays the grid with tiles. Unlike GridLayout, tiles may span multiple grid
|
265
270
|
# blocks and can be placed at arbitrary locations in the grid.
|
@@ -288,6 +293,7 @@ module Google
|
|
288
293
|
@display_name = args[:display_name] if args.key?(:display_name)
|
289
294
|
@etag = args[:etag] if args.key?(:etag)
|
290
295
|
@grid_layout = args[:grid_layout] if args.key?(:grid_layout)
|
296
|
+
@labels = args[:labels] if args.key?(:labels)
|
291
297
|
@mosaic_layout = args[:mosaic_layout] if args.key?(:mosaic_layout)
|
292
298
|
@name = args[:name] if args.key?(:name)
|
293
299
|
@row_layout = args[:row_layout] if args.key?(:row_layout)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MonitoringV1
|
18
18
|
# Version of the google-apis-monitoring_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.14.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211017"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -338,6 +338,7 @@ module Google
|
|
338
338
|
property :etag, as: 'etag'
|
339
339
|
property :grid_layout, as: 'gridLayout', class: Google::Apis::MonitoringV1::GridLayout, decorator: Google::Apis::MonitoringV1::GridLayout::Representation
|
340
340
|
|
341
|
+
hash :labels, as: 'labels'
|
341
342
|
property :mosaic_layout, as: 'mosaicLayout', class: Google::Apis::MonitoringV1::MosaicLayout, decorator: Google::Apis::MonitoringV1::MosaicLayout::Representation
|
342
343
|
|
343
344
|
property :name, as: 'name'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-monitoring_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.14.0
|
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-
|
11
|
+
date: 2021-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -57,9 +57,9 @@ licenses:
|
|
57
57
|
- Apache-2.0
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
|
-
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v1/v0.
|
62
|
-
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
60
|
+
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-monitoring_v1/CHANGELOG.md
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v1/v0.14.0
|
62
|
+
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-monitoring_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
65
65
|
require_paths:
|