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: 9a1a4515110e24ba662cb294a6de46ae2a93eca9c5f5fd45a1302807c6393c57
4
- data.tar.gz: bdacc02fb90a7cd526f6f35df52ee456d384c490a6215bc81ba525c897921a06
3
+ metadata.gz: c77a9ddfe87ea2d5e5a555a525ea57c1c0af045e567d71beff2c011fce457416
4
+ data.tar.gz: a74b2b34f60d272fd56f0640e0e12f2c106fde17cda4fc6c27b230ed8c32aa6c
5
5
  SHA512:
6
- metadata.gz: e58040b22e9fdb7ac45d2b0688163097d4d1bdb2ca6d62f942800f821b134ae0488e4491806f98ec6865f91e226ed83742ef46aeaab967b50f2d7e0386e78b15
7
- data.tar.gz: 046ab564f64e1dbece61e45c325c3671ffc231fb147c86ea54e3006ca414f1a3fdffae67c8d2df1ed435c61865e25a0fc4178aece2bbb9f64771ddf451ca612b
6
+ metadata.gz: 0b6138caa2022f4d5a57a3ecdcc16965f01916c5e6f121b1f15c5a196ca31251da3366db8bfda78ee2d3e7063119c4e794267b8cb021415632e73c54da2d529a
7
+ data.tar.gz: 5a3f7c54c7d5f3d0936855298973d4e71723afe310b8c8a96ca99958425817d51b5ad62227cb5387008cb3ae979e632699fe45ad415363276ff8df3ba830fc95
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-monitoring_v1
2
2
 
3
+ ### v0.14.0 (2021-10-22)
4
+
5
+ * Regenerated from discovery document revision 20211017
6
+ * Unspecified changes
7
+
3
8
  ### v0.13.0 (2021-09-24)
4
9
 
5
10
  * Regenerated from discovery document revision 20210922
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/master/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/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
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.13.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 = "20210922"
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.13.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-09-27 00:00:00.000000000 Z
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/master/generated/google-apis-monitoring_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v1/v0.13.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-monitoring_v1
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: