google-apis-monitoring_v3 0.74.0 → 0.75.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: 0f08cdd9f10b2cd708d21f32b61c9549e345c4143812dc36a05e019e4a96f6fe
|
4
|
+
data.tar.gz: ac887a13070a3b71e52e40902419add4ebea2aedc744d01cbe17bbced9e7b195
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9000b41eb422922832df8e88becec696d697bc73e95b19ce2ee800a35d0ea7c23ef1b145816044c1a559a35e2089bb50b1000d581a56ceda60635b3b464f68a0
|
7
|
+
data.tar.gz: ae84fedcab66c23d936b6c624be974138efd025268b8c26a6b753acb6156b41d0c249a1c583d6091e0d33f28f6b7eab8c9533ec0dcb2c5accf5fe7fb26648580
|
data/CHANGELOG.md
CHANGED
@@ -5327,6 +5327,12 @@ module Google
|
|
5327
5327
|
attr_accessor :is_internal
|
5328
5328
|
alias_method :is_internal?, :is_internal
|
5329
5329
|
|
5330
|
+
# To specify whether to log the results of failed probes to Cloud Logging.
|
5331
|
+
# Corresponds to the JSON property `logCheckFailures`
|
5332
|
+
# @return [Boolean]
|
5333
|
+
attr_accessor :log_check_failures
|
5334
|
+
alias_method :log_check_failures?, :log_check_failures
|
5335
|
+
|
5330
5336
|
# An object representing a resource that can be used for monitoring, logging,
|
5331
5337
|
# billing, or other purposes. Examples include virtual machine instances,
|
5332
5338
|
# databases, and storage devices such as disks. The type field identifies a
|
@@ -5409,6 +5415,7 @@ module Google
|
|
5409
5415
|
@http_check = args[:http_check] if args.key?(:http_check)
|
5410
5416
|
@internal_checkers = args[:internal_checkers] if args.key?(:internal_checkers)
|
5411
5417
|
@is_internal = args[:is_internal] if args.key?(:is_internal)
|
5418
|
+
@log_check_failures = args[:log_check_failures] if args.key?(:log_check_failures)
|
5412
5419
|
@monitored_resource = args[:monitored_resource] if args.key?(:monitored_resource)
|
5413
5420
|
@name = args[:name] if args.key?(:name)
|
5414
5421
|
@period = args[:period] if args.key?(:period)
|
@@ -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.75.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 = "20250227"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2055,6 +2055,7 @@ module Google
|
|
2055
2055
|
collection :internal_checkers, as: 'internalCheckers', class: Google::Apis::MonitoringV3::InternalChecker, decorator: Google::Apis::MonitoringV3::InternalChecker::Representation
|
2056
2056
|
|
2057
2057
|
property :is_internal, as: 'isInternal'
|
2058
|
+
property :log_check_failures, as: 'logCheckFailures'
|
2058
2059
|
property :monitored_resource, as: 'monitoredResource', class: Google::Apis::MonitoringV3::MonitoredResource, decorator: Google::Apis::MonitoringV3::MonitoredResource::Representation
|
2059
2060
|
|
2060
2061
|
property :name, as: 'name'
|
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.75.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-09 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.75.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:
|