google-apis-monitoring_v1 0.42.0 → 0.43.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: c5202b58c01e315cd7e9614c8e64177a7cfb5eb03cfeea640e2e962ac3e0ef8c
4
- data.tar.gz: 43bd1316680aea3f64abce91be7f9856f94aa21bee5e02ef1012a221e6c1b64c
3
+ metadata.gz: 78c1383bbecd2c1152423fd30a5676d0450907f5c5e43e54ef5f0370b1aa6f1e
4
+ data.tar.gz: b5f38a7445f225ff950d898b14be2aec11bca4fd8fca2e8dbf030a9b8676c305
5
5
  SHA512:
6
- metadata.gz: 77e8c10a6454b68065097a78d908d3b030d53089f9b904a8d4df73d050390623b41efb8464d70b5a1d14680aa27aee46d8849298476d6489b5e0c7548500d846
7
- data.tar.gz: 717e9c1de51aaf2e0121b2098199fc6663ea3c5ba5d8bbd18a9dfe8f6547e31d4af5c4abb9cf2bd233c7c8473d007f3454f4cef7ad5720dee8e55986835c97c3
6
+ metadata.gz: 67be7926e013da4ab19200a7b3c085aeea7822a3972970f887062b41472fd6ac0aaa8b4397b6f170830dc822324a2be84c26eeb6c3eec160c6f8956760e3122f
7
+ data.tar.gz: a9e16f4eda7648315b265f939f9c877ac55686fbacc9c741e247cda32f0bdafc1b0bf15bb2bc1b300897841e73464a43a70cf28bdc1a4234cc30723a753d08fa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-monitoring_v1
2
2
 
3
+ ### v0.43.0 (2023-12-10)
4
+
5
+ * Regenerated from discovery document revision 20231205
6
+
3
7
  ### v0.42.0 (2023-10-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20231016
@@ -412,7 +412,7 @@ module Google
412
412
  # @return [Google::Apis::MonitoringV1::MosaicLayout]
413
413
  attr_accessor :mosaic_layout
414
414
 
415
- # Immutable. The resource name of the dashboard.
415
+ # Identifier. The resource name of the dashboard.
416
416
  # Corresponds to the JSON property `name`
417
417
  # @return [String]
418
418
  attr_accessor :name
@@ -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.42.0"
19
+ GEM_VERSION = "0.43.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231016"
25
+ REVISION = "20231205"
26
26
  end
27
27
  end
28
28
  end
@@ -336,9 +336,9 @@ module Google
336
336
  # A positive number that is the maximum number of results to return. If
337
337
  # unspecified, a default of 1000 is used.
338
338
  # @param [String] page_token
339
- # If this field is not empty then it must contain the nextPageToken value
340
- # returned by a previous call to this method. Using this field causes the method
341
- # to return additional results from the previous method call.
339
+ # Optional. If this field is not empty then it must contain the nextPageToken
340
+ # value returned by a previous call to this method. Using this field causes the
341
+ # method to return additional results from the previous method call.
342
342
  # @param [String] fields
343
343
  # Selector specifying which fields to include in a partial response.
344
344
  # @param [String] quota_user
@@ -373,7 +373,7 @@ module Google
373
373
  # dashboard. For more information, see Cloud Identity and Access Management (
374
374
  # https://cloud.google.com/iam).
375
375
  # @param [String] name
376
- # Immutable. The resource name of the dashboard.
376
+ # Identifier. The resource name of the dashboard.
377
377
  # @param [Google::Apis::MonitoringV1::Dashboard] dashboard_object
378
378
  # @param [Boolean] validate_only
379
379
  # If set, validate the request and preview the review, but do not actually save
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.42.0
4
+ version: 0.43.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: 2023-10-29 00:00:00.000000000 Z
11
+ date: 2023-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
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.42.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v1/v0.43.0
62
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: []