google-apis-monitoring_v1 0.28.0 → 0.29.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: 9fe6a05f96ec4d3786bcf85ac9f811ee03b997e503560724ce613a9922bd54d8
|
4
|
+
data.tar.gz: c23e60aa77b0e530f73b0816d373055559160470d4773f5022980d5dc9b155dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5eba2c6b1582d860e8bd04eccdd968bade235f2abaf0d347eb9509916c6f71f90d20ca3623fb8732f873e69cf6662de858f15ee968dc90a9254e5fe4610943aa
|
7
|
+
data.tar.gz: a259cc23b14b8af95369b084bc7ee0d2fc98984492a8c25076f13b4a75418ad9668acecb994554421f318539e9d9d1f2b9b42b3b50a3b4ff7dd4e46ab0bdccf5
|
data/CHANGELOG.md
CHANGED
@@ -1783,6 +1783,11 @@ module Google
|
|
1783
1783
|
class TimeSeriesQuery
|
1784
1784
|
include Google::Apis::Core::Hashable
|
1785
1785
|
|
1786
|
+
# A query used to fetch time series with PromQL.
|
1787
|
+
# Corresponds to the JSON property `prometheusQuery`
|
1788
|
+
# @return [String]
|
1789
|
+
attr_accessor :prometheus_query
|
1790
|
+
|
1786
1791
|
# A filter that defines a subset of time series data that is displayed in a
|
1787
1792
|
# widget. Time series data is fetched using the ListTimeSeries (https://cloud.
|
1788
1793
|
# google.com/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list) method.
|
@@ -1816,6 +1821,7 @@ module Google
|
|
1816
1821
|
|
1817
1822
|
# Update properties of this object
|
1818
1823
|
def update!(**args)
|
1824
|
+
@prometheus_query = args[:prometheus_query] if args.key?(:prometheus_query)
|
1819
1825
|
@time_series_filter = args[:time_series_filter] if args.key?(:time_series_filter)
|
1820
1826
|
@time_series_filter_ratio = args[:time_series_filter_ratio] if args.key?(:time_series_filter_ratio)
|
1821
1827
|
@time_series_query_language = args[:time_series_query_language] if args.key?(:time_series_query_language)
|
@@ -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.29.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.10.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220930"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -772,6 +772,7 @@ module Google
|
|
772
772
|
class TimeSeriesQuery
|
773
773
|
# @private
|
774
774
|
class Representation < Google::Apis::Core::JsonRepresentation
|
775
|
+
property :prometheus_query, as: 'prometheusQuery'
|
775
776
|
property :time_series_filter, as: 'timeSeriesFilter', class: Google::Apis::MonitoringV1::TimeSeriesFilter, decorator: Google::Apis::MonitoringV1::TimeSeriesFilter::Representation
|
776
777
|
|
777
778
|
property :time_series_filter_ratio, as: 'timeSeriesFilterRatio', class: Google::Apis::MonitoringV1::TimeSeriesFilterRatio, decorator: Google::Apis::MonitoringV1::TimeSeriesFilterRatio::Representation
|
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.29.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: 2022-
|
11
|
+
date: 2022-10-17 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.29.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: []
|