google-apis-monitoring_v3 0.75.0 → 0.76.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 34ac6b3c287a7f28c3e07729a7236f77f98cae489c736d0cb8f3ebc455f44364
|
4
|
+
data.tar.gz: d1d1757e79f9fa226a951b1689dd046b8f62a9366729b3f307f0f5d24639f199
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a3eab8224a16dfd420141ee648d3dca0c54a43b35494357adb131d7ff764dcebb7992ecbdaf26895e5289190a212fca4384e7f0a9473d841464687797cd7b95
|
7
|
+
data.tar.gz: 11faf5531aacd3e8f67ccb3692f8755d04262fdf54be67b677ecda4dab979446d7b65c80ed1d72b7a2e697e81203a07f9a3ffd233bc16f343788a4a66072da4c
|
data/CHANGELOG.md
CHANGED
@@ -5299,6 +5299,12 @@ module Google
|
|
5299
5299
|
# @return [Array<Google::Apis::MonitoringV3::ContentMatcher>]
|
5300
5300
|
attr_accessor :content_matchers
|
5301
5301
|
|
5302
|
+
# Whether the check is disabled or not.
|
5303
|
+
# Corresponds to the JSON property `disabled`
|
5304
|
+
# @return [Boolean]
|
5305
|
+
attr_accessor :disabled
|
5306
|
+
alias_method :disabled?, :disabled
|
5307
|
+
|
5302
5308
|
# A human-friendly name for the Uptime check configuration. The display name
|
5303
5309
|
# should be unique within a Cloud Monitoring Workspace in order to make it
|
5304
5310
|
# easier to identify; however, uniqueness is not enforced. Required.
|
@@ -5411,6 +5417,7 @@ module Google
|
|
5411
5417
|
def update!(**args)
|
5412
5418
|
@checker_type = args[:checker_type] if args.key?(:checker_type)
|
5413
5419
|
@content_matchers = args[:content_matchers] if args.key?(:content_matchers)
|
5420
|
+
@disabled = args[:disabled] if args.key?(:disabled)
|
5414
5421
|
@display_name = args[:display_name] if args.key?(:display_name)
|
5415
5422
|
@http_check = args[:http_check] if args.key?(:http_check)
|
5416
5423
|
@internal_checkers = args[:internal_checkers] if args.key?(:internal_checkers)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MonitoringV3
|
18
18
|
# Version of the google-apis-monitoring_v3 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.76.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250313"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2049,6 +2049,7 @@ module Google
|
|
2049
2049
|
property :checker_type, as: 'checkerType'
|
2050
2050
|
collection :content_matchers, as: 'contentMatchers', class: Google::Apis::MonitoringV3::ContentMatcher, decorator: Google::Apis::MonitoringV3::ContentMatcher::Representation
|
2051
2051
|
|
2052
|
+
property :disabled, as: 'disabled'
|
2052
2053
|
property :display_name, as: 'displayName'
|
2053
2054
|
property :http_check, as: 'httpCheck', class: Google::Apis::MonitoringV3::HttpCheck, decorator: Google::Apis::MonitoringV3::HttpCheck::Representation
|
2054
2055
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-monitoring_v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.76.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-23 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-monitoring_v3/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.76.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-monitoring_v3
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|