google-apis-monitoring_v1 0.47.0 → 0.48.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: e6bfff08c3af63049b63a2b32402c6667463d1af96ca8f2290fde2386b41eb8e
|
4
|
+
data.tar.gz: c82d1e07e9c1b7c56e00b8619bacbd676dd530edbbcb1710ca2200aefc74804f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e93d91c48faf3296ab697dda4226265f3b7b484f5ba9faccc85e669936d0b8e5ab1280abb277e1e3e29c299342d54b6cfabb6a2c1afebb4223ceeedbf1265a6e
|
7
|
+
data.tar.gz: 57ec386e3e08ea8217aa73c45ccb60543b76c82d32ef4ec44dbb1b2d5353fabd6b3833ec4d8572dbfb291b74925401fd7683b9ad13d0f88ef3982a6258e8b1e2
|
data/CHANGELOG.md
CHANGED
@@ -445,6 +445,12 @@ module Google
|
|
445
445
|
class DashboardFilter
|
446
446
|
include Google::Apis::Core::Hashable
|
447
447
|
|
448
|
+
# Whether to apply this filter to new widgets by default
|
449
|
+
# Corresponds to the JSON property `applyToNewWidgets`
|
450
|
+
# @return [Boolean]
|
451
|
+
attr_accessor :apply_to_new_widgets
|
452
|
+
alias_method :apply_to_new_widgets?, :apply_to_new_widgets
|
453
|
+
|
448
454
|
# The specified filter type
|
449
455
|
# Corresponds to the JSON property `filterType`
|
450
456
|
# @return [String]
|
@@ -473,6 +479,7 @@ module Google
|
|
473
479
|
|
474
480
|
# Update properties of this object
|
475
481
|
def update!(**args)
|
482
|
+
@apply_to_new_widgets = args[:apply_to_new_widgets] if args.key?(:apply_to_new_widgets)
|
476
483
|
@filter_type = args[:filter_type] if args.key?(:filter_type)
|
477
484
|
@label_key = args[:label_key] if args.key?(:label_key)
|
478
485
|
@string_value = args[:string_value] if args.key?(:string_value)
|
@@ -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.48.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240427"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -538,6 +538,7 @@ module Google
|
|
538
538
|
class DashboardFilter
|
539
539
|
# @private
|
540
540
|
class Representation < Google::Apis::Core::JsonRepresentation
|
541
|
+
property :apply_to_new_widgets, as: 'applyToNewWidgets'
|
541
542
|
property :filter_type, as: 'filterType'
|
542
543
|
property :label_key, as: 'labelKey'
|
543
544
|
property :string_value, as: 'stringValue'
|
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.48.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: 2024-
|
11
|
+
date: 2024-05-05 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.48.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: []
|