google-apis-monitoring_v3 0.18.0 → 0.22.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 +4 -4
- data/CHANGELOG.md +18 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/monitoring_v3/classes.rb +104 -82
- data/lib/google/apis/monitoring_v3/gem_version.rb +3 -3
- data/lib/google/apis/monitoring_v3/representations.rb +3 -0
- data/lib/google/apis/monitoring_v3/service.rb +8 -15
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3c9233444fe4fcb43af9e29f5adcce4ef313ae441bc2df75ec493bb384a2bbc3
|
4
|
+
data.tar.gz: 4bc8b8a451f10bca9ba65364af016cf21a2279a88129c6ca6ae3aaed7a6e1dc8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f77acdb3927e4ddf88f7935056b38bbf37fc3951a29dd9996b4f87d3e27ca3cba90777b1a85c1fd6f5c59926581b59d5093e5c43741d362878f61228b079bc79
|
7
|
+
data.tar.gz: 7bf77b8085c8f8f6c4033268b33eb4cb6ae95adcd49fe16e427ff64b8494af51a0eaf37c5a282f4cd1e4c52f1269ac7bcbdb090dd3ab5bc077ba2897273ce161
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,23 @@
|
|
1
1
|
# Release history for google-apis-monitoring_v3
|
2
2
|
|
3
|
+
### v0.22.0 (2022-02-18)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220214
|
6
|
+
|
7
|
+
### v0.21.0 (2022-02-10)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220205
|
10
|
+
|
11
|
+
### v0.20.0 (2022-01-21)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220117
|
14
|
+
* Regenerated using generator version 0.4.1
|
15
|
+
|
16
|
+
### v0.19.0 (2021-12-16)
|
17
|
+
|
18
|
+
* Regenerated from discovery document revision 20211213
|
19
|
+
* Unspecified changes
|
20
|
+
|
3
21
|
### v0.18.0 (2021-12-04)
|
4
22
|
|
5
23
|
* Regenerated from discovery document revision 20211201
|
data/OVERVIEW.md
CHANGED
@@ -51,7 +51,7 @@ require "google/apis/monitoring_v3"
|
|
51
51
|
client = Google::Apis::MonitoringV3::MonitoringService.new
|
52
52
|
|
53
53
|
# Authenticate calls
|
54
|
-
client.
|
54
|
+
client.authorization = # ... use the googleauth gem to create credentials
|
55
55
|
```
|
56
56
|
|
57
57
|
See the class reference docs for information on the methods you can call from a client.
|
@@ -793,9 +793,9 @@ module Google
|
|
793
793
|
# Information in the labels field identifies the actual resource and its
|
794
794
|
# attributes according to the schema. For example, a particular Compute Engine
|
795
795
|
# VM instance could be represented by the following object, because the
|
796
|
-
# MonitoredResourceDescriptor for "gce_instance" has labels "
|
797
|
-
# zone": ` "type": "gce_instance", "labels": ` "
|
798
|
-
# zone": "us-central1-a" ``
|
796
|
+
# MonitoredResourceDescriptor for "gce_instance" has labels "project_id", "
|
797
|
+
# instance_id" and "zone": ` "type": "gce_instance", "labels": ` "project_id": "
|
798
|
+
# my-project", "instance_id": "12345678901234", "zone": "us-central1-a" ``
|
799
799
|
# Corresponds to the JSON property `resource`
|
800
800
|
# @return [Google::Apis::MonitoringV3::MonitoredResource]
|
801
801
|
attr_accessor :resource
|
@@ -1036,7 +1036,9 @@ module Google
|
|
1036
1036
|
|
1037
1037
|
# The text of the documentation, interpreted according to mime_type. The content
|
1038
1038
|
# may not exceed 8,192 Unicode characters and may not exceed more than 10,240
|
1039
|
-
# bytes when encoded in UTF-8 format, whichever is smaller.
|
1039
|
+
# bytes when encoded in UTF-8 format, whichever is smaller. This text can be
|
1040
|
+
# templatized by using variables (https://cloud.google.com/monitoring/alerts/doc-
|
1041
|
+
# variables).
|
1040
1042
|
# Corresponds to the JSON property `content`
|
1041
1043
|
# @return [String]
|
1042
1044
|
attr_accessor :content
|
@@ -1479,9 +1481,9 @@ module Google
|
|
1479
1481
|
# URL_ENCODED, the body passed in must be URL-encoded. Users can provide a
|
1480
1482
|
# Content-Length header via the headers field or the API will do so. If the
|
1481
1483
|
# request_method is GET and body is not empty, the API will return an error. The
|
1482
|
-
# maximum byte size is 1 megabyte.
|
1483
|
-
#
|
1484
|
-
#
|
1484
|
+
# maximum byte size is 1 megabyte.Note: If client libraries aren't used (which
|
1485
|
+
# performs the conversion automatically) base64 encode your body data since the
|
1486
|
+
# field is of bytes type.
|
1485
1487
|
# Corresponds to the JSON property `body`
|
1486
1488
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
1487
1489
|
# @return [String]
|
@@ -2589,6 +2591,12 @@ module Google
|
|
2589
2591
|
# @return [String]
|
2590
2592
|
attr_accessor :duration
|
2591
2593
|
|
2594
|
+
# A condition control that determines how metric-threshold conditions are
|
2595
|
+
# evaluated when data stops arriving.
|
2596
|
+
# Corresponds to the JSON property `evaluationMissingData`
|
2597
|
+
# @return [String]
|
2598
|
+
attr_accessor :evaluation_missing_data
|
2599
|
+
|
2592
2600
|
# Required. A filter (https://cloud.google.com/monitoring/api/v3/filters) that
|
2593
2601
|
# identifies which time series should be compared with the threshold.The filter
|
2594
2602
|
# is similar to the one that is specified in the ListTimeSeries request (https://
|
@@ -2623,6 +2631,7 @@ module Google
|
|
2623
2631
|
@denominator_aggregations = args[:denominator_aggregations] if args.key?(:denominator_aggregations)
|
2624
2632
|
@denominator_filter = args[:denominator_filter] if args.key?(:denominator_filter)
|
2625
2633
|
@duration = args[:duration] if args.key?(:duration)
|
2634
|
+
@evaluation_missing_data = args[:evaluation_missing_data] if args.key?(:evaluation_missing_data)
|
2626
2635
|
@filter = args[:filter] if args.key?(:filter)
|
2627
2636
|
@threshold_value = args[:threshold_value] if args.key?(:threshold_value)
|
2628
2637
|
@trigger = args[:trigger] if args.key?(:trigger)
|
@@ -2636,9 +2645,9 @@ module Google
|
|
2636
2645
|
# Information in the labels field identifies the actual resource and its
|
2637
2646
|
# attributes according to the schema. For example, a particular Compute Engine
|
2638
2647
|
# VM instance could be represented by the following object, because the
|
2639
|
-
# MonitoredResourceDescriptor for "gce_instance" has labels "
|
2640
|
-
# zone": ` "type": "gce_instance", "labels": ` "
|
2641
|
-
# zone": "us-central1-a" ``
|
2648
|
+
# MonitoredResourceDescriptor for "gce_instance" has labels "project_id", "
|
2649
|
+
# instance_id" and "zone": ` "type": "gce_instance", "labels": ` "project_id": "
|
2650
|
+
# my-project", "instance_id": "12345678901234", "zone": "us-central1-a" ``
|
2642
2651
|
class MonitoredResource
|
2643
2652
|
include Google::Apis::Core::Hashable
|
2644
2653
|
|
@@ -2789,6 +2798,12 @@ module Google
|
|
2789
2798
|
# @return [String]
|
2790
2799
|
attr_accessor :duration
|
2791
2800
|
|
2801
|
+
# A condition control that determines how metric-threshold conditions are
|
2802
|
+
# evaluated when data stops arriving.
|
2803
|
+
# Corresponds to the JSON property `evaluationMissingData`
|
2804
|
+
# @return [String]
|
2805
|
+
attr_accessor :evaluation_missing_data
|
2806
|
+
|
2792
2807
|
# Monitoring Query Language (https://cloud.google.com/monitoring/mql) query that
|
2793
2808
|
# outputs a boolean stream.
|
2794
2809
|
# Corresponds to the JSON property `query`
|
@@ -2808,6 +2823,7 @@ module Google
|
|
2808
2823
|
# Update properties of this object
|
2809
2824
|
def update!(**args)
|
2810
2825
|
@duration = args[:duration] if args.key?(:duration)
|
2826
|
+
@evaluation_missing_data = args[:evaluation_missing_data] if args.key?(:evaluation_missing_data)
|
2811
2827
|
@query = args[:query] if args.key?(:query)
|
2812
2828
|
@trigger = args[:trigger] if args.key?(:trigger)
|
2813
2829
|
end
|
@@ -3146,28 +3162,28 @@ module Google
|
|
3146
3162
|
# It extends from the start time to the end time, and includes both: [startTime,
|
3147
3163
|
# endTime]. Valid time intervals depend on the MetricKind (https://cloud.google.
|
3148
3164
|
# com/monitoring/api/ref_v3/rest/v3/projects.metricDescriptors#MetricKind) of
|
3149
|
-
# the metric value. The end time must not be earlier than the start time
|
3150
|
-
#
|
3151
|
-
#
|
3152
|
-
#
|
3153
|
-
# the
|
3154
|
-
#
|
3155
|
-
#
|
3156
|
-
#
|
3157
|
-
#
|
3158
|
-
#
|
3159
|
-
#
|
3160
|
-
#
|
3161
|
-
#
|
3162
|
-
#
|
3163
|
-
#
|
3164
|
-
#
|
3165
|
-
#
|
3166
|
-
#
|
3167
|
-
#
|
3168
|
-
#
|
3169
|
-
#
|
3170
|
-
# time
|
3165
|
+
# the metric value. The end time must not be earlier than the start time, and
|
3166
|
+
# the end time must not be more than 25 hours in the past or more than five
|
3167
|
+
# minutes in the future. For GAUGE metrics, the startTime value is technically
|
3168
|
+
# optional; if no value is specified, the start time defaults to the value of
|
3169
|
+
# the end time, and the interval represents a single point in time. If both
|
3170
|
+
# start and end times are specified, they must be identical. Such an interval is
|
3171
|
+
# valid only for GAUGE metrics, which are point-in-time measurements. The end
|
3172
|
+
# time of a new interval must be at least a millisecond after the end time of
|
3173
|
+
# the previous interval. For DELTA metrics, the start time and end time must
|
3174
|
+
# specify a non-zero interval, with subsequent points specifying contiguous and
|
3175
|
+
# non-overlapping intervals. For DELTA metrics, the start time of the next
|
3176
|
+
# interval must be at least a millisecond after the end time of the previous
|
3177
|
+
# interval. For CUMULATIVE metrics, the start time and end time must specify a
|
3178
|
+
# non-zero interval, with subsequent points specifying the same start time and
|
3179
|
+
# increasing end times, until an event resets the cumulative value to zero and
|
3180
|
+
# sets a new start time for the following points. The new start time must be at
|
3181
|
+
# least a millisecond after the end time of the previous interval. The start
|
3182
|
+
# time of a new interval must be at least a millisecond after the end time of
|
3183
|
+
# the previous interval because intervals are closed. If the start time of a new
|
3184
|
+
# interval is the same as the end time of the previous interval, then data
|
3185
|
+
# written at the new start time could overwrite data written at the previous end
|
3186
|
+
# time.
|
3171
3187
|
# Corresponds to the JSON property `interval`
|
3172
3188
|
# @return [Google::Apis::MonitoringV3::TimeInterval]
|
3173
3189
|
attr_accessor :interval
|
@@ -3201,28 +3217,28 @@ module Google
|
|
3201
3217
|
# It extends from the start time to the end time, and includes both: [startTime,
|
3202
3218
|
# endTime]. Valid time intervals depend on the MetricKind (https://cloud.google.
|
3203
3219
|
# com/monitoring/api/ref_v3/rest/v3/projects.metricDescriptors#MetricKind) of
|
3204
|
-
# the metric value. The end time must not be earlier than the start time
|
3205
|
-
#
|
3206
|
-
#
|
3207
|
-
#
|
3208
|
-
# the
|
3209
|
-
#
|
3210
|
-
#
|
3211
|
-
#
|
3212
|
-
#
|
3213
|
-
#
|
3214
|
-
#
|
3215
|
-
#
|
3216
|
-
#
|
3217
|
-
#
|
3218
|
-
#
|
3219
|
-
#
|
3220
|
-
#
|
3221
|
-
#
|
3222
|
-
#
|
3223
|
-
#
|
3224
|
-
#
|
3225
|
-
# time
|
3220
|
+
# the metric value. The end time must not be earlier than the start time, and
|
3221
|
+
# the end time must not be more than 25 hours in the past or more than five
|
3222
|
+
# minutes in the future. For GAUGE metrics, the startTime value is technically
|
3223
|
+
# optional; if no value is specified, the start time defaults to the value of
|
3224
|
+
# the end time, and the interval represents a single point in time. If both
|
3225
|
+
# start and end times are specified, they must be identical. Such an interval is
|
3226
|
+
# valid only for GAUGE metrics, which are point-in-time measurements. The end
|
3227
|
+
# time of a new interval must be at least a millisecond after the end time of
|
3228
|
+
# the previous interval. For DELTA metrics, the start time and end time must
|
3229
|
+
# specify a non-zero interval, with subsequent points specifying contiguous and
|
3230
|
+
# non-overlapping intervals. For DELTA metrics, the start time of the next
|
3231
|
+
# interval must be at least a millisecond after the end time of the previous
|
3232
|
+
# interval. For CUMULATIVE metrics, the start time and end time must specify a
|
3233
|
+
# non-zero interval, with subsequent points specifying the same start time and
|
3234
|
+
# increasing end times, until an event resets the cumulative value to zero and
|
3235
|
+
# sets a new start time for the following points. The new start time must be at
|
3236
|
+
# least a millisecond after the end time of the previous interval. The start
|
3237
|
+
# time of a new interval must be at least a millisecond after the end time of
|
3238
|
+
# the previous interval because intervals are closed. If the start time of a new
|
3239
|
+
# interval is the same as the end time of the previous interval, then data
|
3240
|
+
# written at the new start time could overwrite data written at the previous end
|
3241
|
+
# time.
|
3226
3242
|
# Corresponds to the JSON property `timeInterval`
|
3227
3243
|
# @return [Google::Apis::MonitoringV3::TimeInterval]
|
3228
3244
|
attr_accessor :time_interval
|
@@ -3766,28 +3782,28 @@ module Google
|
|
3766
3782
|
# It extends from the start time to the end time, and includes both: [startTime,
|
3767
3783
|
# endTime]. Valid time intervals depend on the MetricKind (https://cloud.google.
|
3768
3784
|
# com/monitoring/api/ref_v3/rest/v3/projects.metricDescriptors#MetricKind) of
|
3769
|
-
# the metric value. The end time must not be earlier than the start time
|
3770
|
-
#
|
3771
|
-
#
|
3772
|
-
#
|
3773
|
-
# the
|
3774
|
-
#
|
3775
|
-
#
|
3776
|
-
#
|
3777
|
-
#
|
3778
|
-
#
|
3779
|
-
#
|
3780
|
-
#
|
3781
|
-
#
|
3782
|
-
#
|
3783
|
-
#
|
3784
|
-
#
|
3785
|
-
#
|
3786
|
-
#
|
3787
|
-
#
|
3788
|
-
#
|
3789
|
-
#
|
3790
|
-
# time
|
3785
|
+
# the metric value. The end time must not be earlier than the start time, and
|
3786
|
+
# the end time must not be more than 25 hours in the past or more than five
|
3787
|
+
# minutes in the future. For GAUGE metrics, the startTime value is technically
|
3788
|
+
# optional; if no value is specified, the start time defaults to the value of
|
3789
|
+
# the end time, and the interval represents a single point in time. If both
|
3790
|
+
# start and end times are specified, they must be identical. Such an interval is
|
3791
|
+
# valid only for GAUGE metrics, which are point-in-time measurements. The end
|
3792
|
+
# time of a new interval must be at least a millisecond after the end time of
|
3793
|
+
# the previous interval. For DELTA metrics, the start time and end time must
|
3794
|
+
# specify a non-zero interval, with subsequent points specifying contiguous and
|
3795
|
+
# non-overlapping intervals. For DELTA metrics, the start time of the next
|
3796
|
+
# interval must be at least a millisecond after the end time of the previous
|
3797
|
+
# interval. For CUMULATIVE metrics, the start time and end time must specify a
|
3798
|
+
# non-zero interval, with subsequent points specifying the same start time and
|
3799
|
+
# increasing end times, until an event resets the cumulative value to zero and
|
3800
|
+
# sets a new start time for the following points. The new start time must be at
|
3801
|
+
# least a millisecond after the end time of the previous interval. The start
|
3802
|
+
# time of a new interval must be at least a millisecond after the end time of
|
3803
|
+
# the previous interval because intervals are closed. If the start time of a new
|
3804
|
+
# interval is the same as the end time of the previous interval, then data
|
3805
|
+
# written at the new start time could overwrite data written at the previous end
|
3806
|
+
# time.
|
3791
3807
|
class TimeInterval
|
3792
3808
|
include Google::Apis::Core::Hashable
|
3793
3809
|
|
@@ -3863,9 +3879,9 @@ module Google
|
|
3863
3879
|
# Information in the labels field identifies the actual resource and its
|
3864
3880
|
# attributes according to the schema. For example, a particular Compute Engine
|
3865
3881
|
# VM instance could be represented by the following object, because the
|
3866
|
-
# MonitoredResourceDescriptor for "gce_instance" has labels "
|
3867
|
-
# zone": ` "type": "gce_instance", "labels": ` "
|
3868
|
-
# zone": "us-central1-a" ``
|
3882
|
+
# MonitoredResourceDescriptor for "gce_instance" has labels "project_id", "
|
3883
|
+
# instance_id" and "zone": ` "type": "gce_instance", "labels": ` "project_id": "
|
3884
|
+
# my-project", "instance_id": "12345678901234", "zone": "us-central1-a" ``
|
3869
3885
|
# Corresponds to the JSON property `resource`
|
3870
3886
|
# @return [Google::Apis::MonitoringV3::MonitoredResource]
|
3871
3887
|
attr_accessor :resource
|
@@ -4139,6 +4155,11 @@ module Google
|
|
4139
4155
|
class UptimeCheckConfig
|
4140
4156
|
include Google::Apis::Core::Hashable
|
4141
4157
|
|
4158
|
+
# The type of checkers to use to execute the Uptime check.
|
4159
|
+
# Corresponds to the JSON property `checkerType`
|
4160
|
+
# @return [String]
|
4161
|
+
attr_accessor :checker_type
|
4162
|
+
|
4142
4163
|
# The content that is expected to appear in the data returned by the target
|
4143
4164
|
# server against which the check is run. Currently, only the first entry in the
|
4144
4165
|
# content_matchers list is supported, and additional entries will be ignored.
|
@@ -4183,9 +4204,9 @@ module Google
|
|
4183
4204
|
# Information in the labels field identifies the actual resource and its
|
4184
4205
|
# attributes according to the schema. For example, a particular Compute Engine
|
4185
4206
|
# VM instance could be represented by the following object, because the
|
4186
|
-
# MonitoredResourceDescriptor for "gce_instance" has labels "
|
4187
|
-
# zone": ` "type": "gce_instance", "labels": ` "
|
4188
|
-
# zone": "us-central1-a" ``
|
4207
|
+
# MonitoredResourceDescriptor for "gce_instance" has labels "project_id", "
|
4208
|
+
# instance_id" and "zone": ` "type": "gce_instance", "labels": ` "project_id": "
|
4209
|
+
# my-project", "instance_id": "12345678901234", "zone": "us-central1-a" ``
|
4189
4210
|
# Corresponds to the JSON property `monitoredResource`
|
4190
4211
|
# @return [Google::Apis::MonitoringV3::MonitoredResource]
|
4191
4212
|
attr_accessor :monitored_resource
|
@@ -4238,6 +4259,7 @@ module Google
|
|
4238
4259
|
|
4239
4260
|
# Update properties of this object
|
4240
4261
|
def update!(**args)
|
4262
|
+
@checker_type = args[:checker_type] if args.key?(:checker_type)
|
4241
4263
|
@content_matchers = args[:content_matchers] if args.key?(:content_matchers)
|
4242
4264
|
@display_name = args[:display_name] if args.key?(:display_name)
|
4243
4265
|
@http_check = args[:http_check] if args.key?(:http_check)
|
@@ -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.22.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220214"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1257,6 +1257,7 @@ module Google
|
|
1257
1257
|
|
1258
1258
|
property :denominator_filter, as: 'denominatorFilter'
|
1259
1259
|
property :duration, as: 'duration'
|
1260
|
+
property :evaluation_missing_data, as: 'evaluationMissingData'
|
1260
1261
|
property :filter, as: 'filter'
|
1261
1262
|
property :threshold_value, as: 'thresholdValue'
|
1262
1263
|
property :trigger, as: 'trigger', class: Google::Apis::MonitoringV3::Trigger, decorator: Google::Apis::MonitoringV3::Trigger::Representation
|
@@ -1297,6 +1298,7 @@ module Google
|
|
1297
1298
|
# @private
|
1298
1299
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1299
1300
|
property :duration, as: 'duration'
|
1301
|
+
property :evaluation_missing_data, as: 'evaluationMissingData'
|
1300
1302
|
property :query, as: 'query'
|
1301
1303
|
property :trigger, as: 'trigger', class: Google::Apis::MonitoringV3::Trigger, decorator: Google::Apis::MonitoringV3::Trigger::Representation
|
1302
1304
|
|
@@ -1630,6 +1632,7 @@ module Google
|
|
1630
1632
|
class UptimeCheckConfig
|
1631
1633
|
# @private
|
1632
1634
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1635
|
+
property :checker_type, as: 'checkerType'
|
1633
1636
|
collection :content_matchers, as: 'contentMatchers', class: Google::Apis::MonitoringV3::ContentMatcher, decorator: Google::Apis::MonitoringV3::ContentMatcher::Representation
|
1634
1637
|
|
1635
1638
|
property :display_name, as: 'displayName'
|
@@ -49,8 +49,7 @@ module Google
|
|
49
49
|
@batch_path = 'batch'
|
50
50
|
end
|
51
51
|
|
52
|
-
# Lists time series that match a filter.
|
53
|
-
# Workspace.
|
52
|
+
# Lists time series that match a filter.
|
54
53
|
# @param [String] name
|
55
54
|
# Required. The project (https://cloud.google.com/monitoring/api/v3#project_name)
|
56
55
|
# , organization or folder on which to execute the request. The format is:
|
@@ -214,8 +213,7 @@ module Google
|
|
214
213
|
execute_or_queue_command(command, &block)
|
215
214
|
end
|
216
215
|
|
217
|
-
# Lists time series that match a filter.
|
218
|
-
# Workspace.
|
216
|
+
# Lists time series that match a filter.
|
219
217
|
# @param [String] name
|
220
218
|
# Required. The project (https://cloud.google.com/monitoring/api/v3#project_name)
|
221
219
|
# , organization or folder on which to execute the request. The format is:
|
@@ -953,7 +951,7 @@ module Google
|
|
953
951
|
execute_or_queue_command(command, &block)
|
954
952
|
end
|
955
953
|
|
956
|
-
# Gets a single metric descriptor.
|
954
|
+
# Gets a single metric descriptor.
|
957
955
|
# @param [String] name
|
958
956
|
# Required. The metric descriptor on which to execute the request. The format is:
|
959
957
|
# projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID] An example
|
@@ -986,8 +984,7 @@ module Google
|
|
986
984
|
execute_or_queue_command(command, &block)
|
987
985
|
end
|
988
986
|
|
989
|
-
# Lists metric descriptors that match a filter.
|
990
|
-
# Workspace.
|
987
|
+
# Lists metric descriptors that match a filter.
|
991
988
|
# @param [String] name
|
992
989
|
# Required. The project (https://cloud.google.com/monitoring/api/v3#project_name)
|
993
990
|
# on which to execute the request. The format is: projects/[
|
@@ -1035,8 +1032,7 @@ module Google
|
|
1035
1032
|
execute_or_queue_command(command, &block)
|
1036
1033
|
end
|
1037
1034
|
|
1038
|
-
# Gets a single monitored resource descriptor.
|
1039
|
-
# Workspace.
|
1035
|
+
# Gets a single monitored resource descriptor.
|
1040
1036
|
# @param [String] name
|
1041
1037
|
# Required. The monitored resource descriptor to get. The format is: projects/[
|
1042
1038
|
# PROJECT_ID_OR_NUMBER]/monitoredResourceDescriptors/[RESOURCE_TYPE] The [
|
@@ -1068,8 +1064,7 @@ module Google
|
|
1068
1064
|
execute_or_queue_command(command, &block)
|
1069
1065
|
end
|
1070
1066
|
|
1071
|
-
# Lists monitored resource descriptors that match a filter.
|
1072
|
-
# require a Workspace.
|
1067
|
+
# Lists monitored resource descriptors that match a filter.
|
1073
1068
|
# @param [String] name
|
1074
1069
|
# Required. The project (https://cloud.google.com/monitoring/api/v3#project_name)
|
1075
1070
|
# on which to execute the request. The format is: projects/[
|
@@ -1595,8 +1590,7 @@ module Google
|
|
1595
1590
|
execute_or_queue_command(command, &block)
|
1596
1591
|
end
|
1597
1592
|
|
1598
|
-
# Lists time series that match a filter.
|
1599
|
-
# Workspace.
|
1593
|
+
# Lists time series that match a filter.
|
1600
1594
|
# @param [String] name
|
1601
1595
|
# Required. The project (https://cloud.google.com/monitoring/api/v3#project_name)
|
1602
1596
|
# , organization or folder on which to execute the request. The format is:
|
@@ -1760,8 +1754,7 @@ module Google
|
|
1760
1754
|
execute_or_queue_command(command, &block)
|
1761
1755
|
end
|
1762
1756
|
|
1763
|
-
# Queries time series using Monitoring Query Language.
|
1764
|
-
# require a Workspace.
|
1757
|
+
# Queries time series using Monitoring Query Language.
|
1765
1758
|
# @param [String] name
|
1766
1759
|
# Required. The project (https://cloud.google.com/monitoring/api/v3#project_name)
|
1767
1760
|
# on which to execute the request. The format is: projects/[
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.22.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:
|
11
|
+
date: 2022-02-21 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_v3/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.22.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-monitoring_v3
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
78
|
+
rubygems_version: 3.3.5
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Monitoring API V3
|