google-apis-monitoring_v3 0.72.0 → 0.73.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/monitoring_v3/classes.rb +1 -1
- data/lib/google/apis/monitoring_v3/gem_version.rb +3 -3
- metadata +4 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cdf3bfd38e176f1938f45b61cd8b89c5743ddda3b487dd989995c4471a129891
|
4
|
+
data.tar.gz: 102bcab389d9345fc6c10bad4fc0d1db13cea0cb142c1f380d834e64c011b17b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53ec2fdba70c357351fde3bd6d680717777ffc064117ff0cd4f75a13eb76496c7170ac6af51aface682a3ce4b45c2c0d9be52933e51eafa85dd42f33a76dfb46
|
7
|
+
data.tar.gz: f1ba284c266ca4588ae0887b1e375525cfd8a54b623059a04542f7ed6cca9008b693a46a936dab4c808ae53fcca8fc5b875a546ef2cff29a3c03182f5a0d979f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-monitoring_v3
|
2
2
|
|
3
|
+
### v0.73.0 (2025-01-12)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250102
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
3
8
|
### v0.72.0 (2024-11-24)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20241114
|
@@ -4696,7 +4696,7 @@ module Google
|
|
4696
4696
|
# the input by time. A filter will automatically be applied to filter the input
|
4697
4697
|
# so that the query receives all rows received since the last time the query was
|
4698
4698
|
# run.For example, the following query extracts all log entries containing an
|
4699
|
-
# HTTP request:SELECT timestamp, log_name, severity, http_request, resource,
|
4699
|
+
# HTTP request: SELECT timestamp, log_name, severity, http_request, resource,
|
4700
4700
|
# labels FROM my-project.global._Default._AllLogs WHERE http_request IS NOT NULL
|
4701
4701
|
# Corresponds to the JSON property `query`
|
4702
4702
|
# @return [String]
|
@@ -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.73.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250102"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +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.73.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-12 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-monitoring_v3/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.73.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-monitoring_v3
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.2
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Cloud Monitoring API V3
|
82
79
|
test_files: []
|