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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 78c1383bbecd2c1152423fd30a5676d0450907f5c5e43e54ef5f0370b1aa6f1e
|
4
|
+
data.tar.gz: b5f38a7445f225ff950d898b14be2aec11bca4fd8fca2e8dbf030a9b8676c305
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 67be7926e013da4ab19200a7b3c085aeea7822a3972970f887062b41472fd6ac0aaa8b4397b6f170830dc822324a2be84c26eeb6c3eec160c6f8956760e3122f
|
7
|
+
data.tar.gz: a9e16f4eda7648315b265f939f9c877ac55686fbacc9c741e247cda32f0bdafc1b0bf15bb2bc1b300897841e73464a43a70cf28bdc1a4234cc30723a753d08fa
|
data/CHANGELOG.md
CHANGED
@@ -412,7 +412,7 @@ module Google
|
|
412
412
|
# @return [Google::Apis::MonitoringV1::MosaicLayout]
|
413
413
|
attr_accessor :mosaic_layout
|
414
414
|
|
415
|
-
#
|
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.
|
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 = "
|
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
|
340
|
-
# returned by a previous call to this method. Using this field causes the
|
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
|
-
#
|
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.
|
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
|
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.
|
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: []
|