google-apis-monitoring_v3 0.2.0 → 0.7.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: 980b62c61d50e2633183f6b59eafad59e70ca37578e387376c244536db449ff9
4
- data.tar.gz: b17efef4c23a4c834af9e57ded3611a6c188f3d717aaad2ac89bbd7bdfdee060
3
+ metadata.gz: 272002bbac94f8837351754697026ef86b36e096a8f913a6a3440d5e633331ac
4
+ data.tar.gz: 57d577a989f4c101af6dd9b1179cb10d19f3dca6c261c34d649bd4151aa40a70
5
5
  SHA512:
6
- metadata.gz: 04b92c826ee496e2308f9d607fcae20dfe8ffcc25bd342d33fd9bacb90bdea7e221a8168cd5e541add47d7dcec2db63c5da7e747d3ba524d5258b4251d6eb45e
7
- data.tar.gz: 7f764fed47d59f50becd87c7225c9157f00d24c3bd7664bcc636167086cd797cc2bea451c34bdef162c7a733d651770b86abdd2adc6ddd13fd4b8771a1cf1cf4
6
+ metadata.gz: df26be65d400bd3c7135c60d58142b01522da7a2ba7ec203b47945ab9c6d1ade499dc6680bffbcbafa3400d3e151bab8b4aff38f0eed1dbae81600c4c44d9b9b
7
+ data.tar.gz: 9610b491883a3d8e52cbdc835f0c641a1772e7dd08573405a30188d3337afc977507369b645a3229428c6f28c326972d4d1a795664b829b0bdb15b8b9fc57a20
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-monitoring_v3
2
2
 
3
+ ### v0.7.0 (2021-05-19)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.6.0 (2021-04-30)
8
+
9
+ * Regenerated from discovery document revision 20210427
10
+
11
+ ### v0.5.0 (2021-04-02)
12
+
13
+ * Regenerated from discovery document revision 20210326
14
+
15
+ ### v0.4.0 (2021-03-26)
16
+
17
+ * Regenerated from discovery document revision 20210322
18
+ * Regenerated using generator version 0.2.0
19
+
20
+ ### v0.3.0 (2021-03-05)
21
+
22
+ * Regenerated from discovery document revision 20210227
23
+ * Unspecified changes
24
+
3
25
  ### v0.2.0 (2021-01-29)
4
26
 
5
27
  * Regenerated from discovery document revision 20210124
@@ -33,7 +33,7 @@ module Google
33
33
  # This is NOT the gem version.
34
34
  VERSION = 'V3'
35
35
 
36
- # View and manage your data across Google Cloud Platform services
36
+ # See, edit, configure, and delete your Google Cloud Platform data
37
37
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
38
38
 
39
39
  # View and write monitoring data for all of your Google and third-party Cloud and API projects
@@ -2218,13 +2218,13 @@ module Google
2218
2218
  # @return [String]
2219
2219
  attr_accessor :duration
2220
2220
 
2221
- # A filter (https://cloud.google.com/monitoring/api/v3/filters) that identifies
2222
- # which time series should be compared with the threshold.The filter is similar
2223
- # to the one that is specified in the ListTimeSeries request (https://cloud.
2224
- # google.com/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list) (that call
2225
- # is useful to verify the time series that will be retrieved / processed). The
2226
- # filter must specify the metric type and the resource type. Optionally, it can
2227
- # specify resource labels and metric labels. This field must not exceed 2048
2221
+ # Required. A filter (https://cloud.google.com/monitoring/api/v3/filters) that
2222
+ # identifies which time series should be compared with the threshold.The filter
2223
+ # is similar to the one that is specified in the ListTimeSeries request (https://
2224
+ # cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list) (that
2225
+ # call is useful to verify the time series that will be retrieved / processed).
2226
+ # The filter must specify the metric type and the resource type. Optionally, it
2227
+ # can specify resource labels and metric labels. This field must not exceed 2048
2228
2228
  # Unicode characters in length.
2229
2229
  # Corresponds to the JSON property `filter`
2230
2230
  # @return [String]
@@ -2515,13 +2515,13 @@ module Google
2515
2515
  # @return [String]
2516
2516
  attr_accessor :duration
2517
2517
 
2518
- # A filter (https://cloud.google.com/monitoring/api/v3/filters) that identifies
2519
- # which time series should be compared with the threshold.The filter is similar
2520
- # to the one that is specified in the ListTimeSeries request (https://cloud.
2521
- # google.com/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list) (that call
2522
- # is useful to verify the time series that will be retrieved / processed). The
2523
- # filter must specify the metric type and the resource type. Optionally, it can
2524
- # specify resource labels and metric labels. This field must not exceed 2048
2518
+ # Required. A filter (https://cloud.google.com/monitoring/api/v3/filters) that
2519
+ # identifies which time series should be compared with the threshold.The filter
2520
+ # is similar to the one that is specified in the ListTimeSeries request (https://
2521
+ # cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list) (that
2522
+ # call is useful to verify the time series that will be retrieved / processed).
2523
+ # The filter must specify the metric type and the resource type. Optionally, it
2524
+ # can specify resource labels and metric labels. This field must not exceed 2048
2525
2525
  # Unicode characters in length.
2526
2526
  # Corresponds to the JSON property `filter`
2527
2527
  # @return [String]
@@ -3485,8 +3485,8 @@ module Google
3485
3485
  end
3486
3486
  end
3487
3487
 
3488
- # The context of a span, attached to Exemplars in Distribution values during
3489
- # aggregation.It contains the name of a span with format: projects/[
3488
+ # The context of a span. This is attached to an Exemplar in Distribution values
3489
+ # during aggregation.It contains the name of a span with format: projects/[
3490
3490
  # PROJECT_ID_OR_NUMBER]/traces/[TRACE_ID]/spans/[SPAN_ID]
3491
3491
  class SpanContext
3492
3492
  include Google::Apis::Core::Hashable
@@ -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.2.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210124"
25
+ REVISION = "20210427"
26
26
  end
27
27
  end
28
28
  end
@@ -56,9 +56,10 @@ module Google
56
56
  # Lists time series that match a filter. This method does not require a
57
57
  # Workspace.
58
58
  # @param [String] name
59
- # Required. The project, organization or folder on which to execute the request.
60
- # The format is: projects/[PROJECT_ID_OR_NUMBER] organizations/[ORGANIZATION_ID]
61
- # folders/[FOLDER_ID]
59
+ # Required. The project (https://cloud.google.com/monitoring/api/v3#project_name)
60
+ # , organization or folder on which to execute the request. The format is:
61
+ # projects/[PROJECT_ID_OR_NUMBER] organizations/[ORGANIZATION_ID] folders/[
62
+ # FOLDER_ID]
62
63
  # @param [String] aggregation_alignment_period
63
64
  # The alignment_period specifies a time interval, in seconds, that is used to
64
65
  # divide the data in all the time series into consistent blocks of time. This
@@ -220,9 +221,10 @@ module Google
220
221
  # Lists time series that match a filter. This method does not require a
221
222
  # Workspace.
222
223
  # @param [String] name
223
- # Required. The project, organization or folder on which to execute the request.
224
- # The format is: projects/[PROJECT_ID_OR_NUMBER] organizations/[ORGANIZATION_ID]
225
- # folders/[FOLDER_ID]
224
+ # Required. The project (https://cloud.google.com/monitoring/api/v3#project_name)
225
+ # , organization or folder on which to execute the request. The format is:
226
+ # projects/[PROJECT_ID_OR_NUMBER] organizations/[ORGANIZATION_ID] folders/[
227
+ # FOLDER_ID]
226
228
  # @param [String] aggregation_alignment_period
227
229
  # The alignment_period specifies a time interval, in seconds, that is used to
228
230
  # divide the data in all the time series into consistent blocks of time. This
@@ -383,14 +385,14 @@ module Google
383
385
 
384
386
  # Creates a new alerting policy.
385
387
  # @param [String] name
386
- # Required. The project in which to create the alerting policy. The format is:
387
- # projects/[PROJECT_ID_OR_NUMBER] Note that this field names the parent
388
- # container in which the alerting policy will be written, not the name of the
389
- # created policy. |name| must be a host project of a workspace, otherwise
390
- # INVALID_ARGUMENT error will return. The alerting policy that is returned will
391
- # have a name that contains a normalized representation of this name as a prefix
392
- # but adds a suffix of the form /alertPolicies/[ALERT_POLICY_ID], identifying
393
- # the policy in the container.
388
+ # Required. The project (https://cloud.google.com/monitoring/api/v3#project_name)
389
+ # in which to create the alerting policy. The format is: projects/[
390
+ # PROJECT_ID_OR_NUMBER] Note that this field names the parent container in which
391
+ # the alerting policy will be written, not the name of the created policy. |name|
392
+ # must be a host project of a workspace, otherwise INVALID_ARGUMENT error will
393
+ # return. The alerting policy that is returned will have a name that contains a
394
+ # normalized representation of this name as a prefix but adds a suffix of the
395
+ # form /alertPolicies/[ALERT_POLICY_ID], identifying the policy in the container.
394
396
  # @param [Google::Apis::MonitoringV3::AlertPolicy] alert_policy_object
395
397
  # @param [String] fields
396
398
  # Selector specifying which fields to include in a partial response.
@@ -486,10 +488,11 @@ module Google
486
488
 
487
489
  # Lists the existing alerting policies for the workspace.
488
490
  # @param [String] name
489
- # Required. The project whose alert policies are to be listed. The format is:
490
- # projects/[PROJECT_ID_OR_NUMBER] Note that this field names the parent
491
- # container in which the alerting policies to be listed are stored. To retrieve
492
- # a single alerting policy by name, use the GetAlertPolicy operation, instead.
491
+ # Required. The project (https://cloud.google.com/monitoring/api/v3#project_name)
492
+ # whose alert policies are to be listed. The format is: projects/[
493
+ # PROJECT_ID_OR_NUMBER] Note that this field names the parent container in which
494
+ # the alerting policies to be listed are stored. To retrieve a single alerting
495
+ # policy by name, use the GetAlertPolicy operation, instead.
493
496
  # @param [String] filter
494
497
  # If provided, this field specifies the criteria that must be met by alert
495
498
  # policies to be included in the response.For more details, see sorting and
@@ -598,8 +601,8 @@ module Google
598
601
  # only for use by the Stackdriver Monitoring Agent. Use projects.timeSeries.
599
602
  # create instead.
600
603
  # @param [String] name
601
- # The project in which to create the time series. The format is: projects/[
602
- # PROJECT_ID_OR_NUMBER]
604
+ # The project (https://cloud.google.com/monitoring/api/v3#project_name) in which
605
+ # to create the time series. The format is: projects/[PROJECT_ID_OR_NUMBER]
603
606
  # @param [Google::Apis::MonitoringV3::CreateCollectdTimeSeriesRequest] create_collectd_time_series_request_object
604
607
  # @param [String] fields
605
608
  # Selector specifying which fields to include in a partial response.
@@ -632,8 +635,8 @@ module Google
632
635
 
633
636
  # Creates a new group.
634
637
  # @param [String] name
635
- # Required. The project in which to create the group. The format is: projects/[
636
- # PROJECT_ID_OR_NUMBER]
638
+ # Required. The project (https://cloud.google.com/monitoring/api/v3#project_name)
639
+ # in which to create the group. The format is: projects/[PROJECT_ID_OR_NUMBER]
637
640
  # @param [Google::Apis::MonitoringV3::Group] group_object
638
641
  # @param [Boolean] validate_only
639
642
  # If true, validate this request but do not create the group.
@@ -736,8 +739,8 @@ module Google
736
739
 
737
740
  # Lists the existing groups.
738
741
  # @param [String] name
739
- # Required. The project whose groups are to be listed. The format is: projects/[
740
- # PROJECT_ID_OR_NUMBER]
742
+ # Required. The project (https://cloud.google.com/monitoring/api/v3#project_name)
743
+ # whose groups are to be listed. The format is: projects/[PROJECT_ID_OR_NUMBER]
741
744
  # @param [String] ancestors_of_group
742
745
  # A group name. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
743
746
  # Returns groups that are ancestors of the specified group. The groups are
@@ -886,8 +889,9 @@ module Google
886
889
  # Creates a new metric descriptor. User-created metric descriptors define custom
887
890
  # metrics (https://cloud.google.com/monitoring/custom-metrics).
888
891
  # @param [String] name
889
- # Required. The project on which to execute the request. The format is: projects/
890
- # [PROJECT_ID_OR_NUMBER]
892
+ # Required. The project (https://cloud.google.com/monitoring/api/v3#project_name)
893
+ # on which to execute the request. The format is: 4 projects/
894
+ # PROJECT_ID_OR_NUMBER
891
895
  # @param [Google::Apis::MonitoringV3::MetricDescriptor] metric_descriptor_object
892
896
  # @param [String] fields
893
897
  # Selector specifying which fields to include in a partial response.
@@ -987,8 +991,9 @@ module Google
987
991
  # Lists metric descriptors that match a filter. This method does not require a
988
992
  # Workspace.
989
993
  # @param [String] name
990
- # Required. The project on which to execute the request. The format is: projects/
991
- # [PROJECT_ID_OR_NUMBER]
994
+ # Required. The project (https://cloud.google.com/monitoring/api/v3#project_name)
995
+ # on which to execute the request. The format is: projects/[
996
+ # PROJECT_ID_OR_NUMBER]
992
997
  # @param [String] filter
993
998
  # If this field is empty, all custom and system-defined metric descriptors are
994
999
  # returned. Otherwise, the filter (https://cloud.google.com/monitoring/api/v3/
@@ -1068,8 +1073,9 @@ module Google
1068
1073
  # Lists monitored resource descriptors that match a filter. This method does not
1069
1074
  # require a Workspace.
1070
1075
  # @param [String] name
1071
- # Required. The project on which to execute the request. The format is: projects/
1072
- # [PROJECT_ID_OR_NUMBER]
1076
+ # Required. The project (https://cloud.google.com/monitoring/api/v3#project_name)
1077
+ # on which to execute the request. The format is: projects/[
1078
+ # PROJECT_ID_OR_NUMBER]
1073
1079
  # @param [String] filter
1074
1080
  # An optional filter (https://cloud.google.com/monitoring/api/v3/filters)
1075
1081
  # describing the descriptors to be returned. The filter can reference the
@@ -1149,8 +1155,9 @@ module Google
1149
1155
  # @param [String] name
1150
1156
  # Required. The REST resource name of the parent from which to retrieve the
1151
1157
  # notification channel descriptors. The expected syntax is: projects/[
1152
- # PROJECT_ID_OR_NUMBER] Note that this names the parent container in which to
1153
- # look for the descriptors; to retrieve a single descriptor by name, use the
1158
+ # PROJECT_ID_OR_NUMBER] Note that this names (https://cloud.google.com/
1159
+ # monitoring/api/v3#project_name) the parent container in which to look for the
1160
+ # descriptors; to retrieve a single descriptor by name, use the
1154
1161
  # GetNotificationChannelDescriptor operation, instead.
1155
1162
  # @param [Fixnum] page_size
1156
1163
  # The maximum number of results to return in a single response. If not set to a
@@ -1190,8 +1197,9 @@ module Google
1190
1197
  # Creates a new notification channel, representing a single notification
1191
1198
  # endpoint such as an email address, SMS number, or PagerDuty service.
1192
1199
  # @param [String] name
1193
- # Required. The project on which to execute the request. The format is: projects/
1194
- # [PROJECT_ID_OR_NUMBER] This names the container into which the channel will be
1200
+ # Required. The project (https://cloud.google.com/monitoring/api/v3#project_name)
1201
+ # on which to execute the request. The format is: projects/[
1202
+ # PROJECT_ID_OR_NUMBER] This names the container into which the channel will be
1195
1203
  # written, this does not name the newly created channel. The resulting channel's
1196
1204
  # name will have a normalized version of this field as a prefix, but will add /
1197
1205
  # notificationChannels/[CHANNEL_ID] to identify the channel.
@@ -1351,8 +1359,9 @@ module Google
1351
1359
 
1352
1360
  # Lists the notification channels that have been created for the project.
1353
1361
  # @param [String] name
1354
- # Required. The project on which to execute the request. The format is: projects/
1355
- # [PROJECT_ID_OR_NUMBER] This names the container in which to look for the
1362
+ # Required. The project (https://cloud.google.com/monitoring/api/v3#project_name)
1363
+ # on which to execute the request. The format is: projects/[
1364
+ # PROJECT_ID_OR_NUMBER] This names the container in which to look for the
1356
1365
  # notification channels; it does not name a specific channel. To query a
1357
1366
  # specific channel by REST resource name, use the GetNotificationChannel
1358
1367
  # operation.
@@ -1515,8 +1524,9 @@ module Google
1515
1524
  # time series in the request were written. If any time series could not be
1516
1525
  # written, a corresponding failure message is included in the error response.
1517
1526
  # @param [String] name
1518
- # Required. The project on which to execute the request. The format is: projects/
1519
- # [PROJECT_ID_OR_NUMBER]
1527
+ # Required. The project (https://cloud.google.com/monitoring/api/v3#project_name)
1528
+ # on which to execute the request. The format is: projects/[
1529
+ # PROJECT_ID_OR_NUMBER]
1520
1530
  # @param [Google::Apis::MonitoringV3::CreateTimeSeriesRequest] create_time_series_request_object
1521
1531
  # @param [String] fields
1522
1532
  # Selector specifying which fields to include in a partial response.
@@ -1550,9 +1560,10 @@ module Google
1550
1560
  # Lists time series that match a filter. This method does not require a
1551
1561
  # Workspace.
1552
1562
  # @param [String] name
1553
- # Required. The project, organization or folder on which to execute the request.
1554
- # The format is: projects/[PROJECT_ID_OR_NUMBER] organizations/[ORGANIZATION_ID]
1555
- # folders/[FOLDER_ID]
1563
+ # Required. The project (https://cloud.google.com/monitoring/api/v3#project_name)
1564
+ # , organization or folder on which to execute the request. The format is:
1565
+ # projects/[PROJECT_ID_OR_NUMBER] organizations/[ORGANIZATION_ID] folders/[
1566
+ # FOLDER_ID]
1556
1567
  # @param [String] aggregation_alignment_period
1557
1568
  # The alignment_period specifies a time interval, in seconds, that is used to
1558
1569
  # divide the data in all the time series into consistent blocks of time. This
@@ -1714,8 +1725,9 @@ module Google
1714
1725
  # Queries time series using Monitoring Query Language. This method does not
1715
1726
  # require a Workspace.
1716
1727
  # @param [String] name
1717
- # Required. The project on which to execute the request. The format is: projects/
1718
- # [PROJECT_ID_OR_NUMBER]
1728
+ # Required. The project (https://cloud.google.com/monitoring/api/v3#project_name)
1729
+ # on which to execute the request. The format is: projects/[
1730
+ # PROJECT_ID_OR_NUMBER]
1719
1731
  # @param [Google::Apis::MonitoringV3::QueryTimeSeriesRequest] query_time_series_request_object
1720
1732
  # @param [String] fields
1721
1733
  # Selector specifying which fields to include in a partial response.
@@ -1748,8 +1760,9 @@ module Google
1748
1760
 
1749
1761
  # Creates a new Uptime check configuration.
1750
1762
  # @param [String] parent
1751
- # Required. The project in which to create the Uptime check. The format is:
1752
- # projects/[PROJECT_ID_OR_NUMBER]
1763
+ # Required. The project (https://cloud.google.com/monitoring/api/v3#project_name)
1764
+ # in which to create the Uptime check. The format is: projects/[
1765
+ # PROJECT_ID_OR_NUMBER]
1753
1766
  # @param [Google::Apis::MonitoringV3::UptimeCheckConfig] uptime_check_config_object
1754
1767
  # @param [String] fields
1755
1768
  # Selector specifying which fields to include in a partial response.
@@ -1847,8 +1860,9 @@ module Google
1847
1860
  # Lists the existing valid Uptime check configurations for the project (leaving
1848
1861
  # out any invalid configurations).
1849
1862
  # @param [String] parent
1850
- # Required. The project whose Uptime check configurations are listed. The format
1851
- # is: projects/[PROJECT_ID_OR_NUMBER]
1863
+ # Required. The project (https://cloud.google.com/monitoring/api/v3#project_name)
1864
+ # whose Uptime check configurations are listed. The format is: projects/[
1865
+ # PROJECT_ID_OR_NUMBER]
1852
1866
  # @param [Fixnum] page_size
1853
1867
  # The maximum number of results to return in a single response. The server may
1854
1868
  # further constrain the maximum number of results returned in a single page. If
@@ -1936,7 +1950,8 @@ module Google
1936
1950
 
1937
1951
  # Create a Service.
1938
1952
  # @param [String] parent
1939
- # Required. Resource name of the parent workspace. The format is: projects/[
1953
+ # Required. Resource name (https://cloud.google.com/monitoring/api/v3#
1954
+ # project_name) of the parent workspace. The format is: projects/[
1940
1955
  # PROJECT_ID_OR_NUMBER]
1941
1956
  # @param [Google::Apis::MonitoringV3::Service] service_object
1942
1957
  # @param [String] service_id
@@ -2037,8 +2052,9 @@ module Google
2037
2052
  # List Services for this workspace.
2038
2053
  # @param [String] parent
2039
2054
  # Required. Resource name of the parent containing the listed services, either a
2040
- # project or a Monitoring Workspace. The formats are: projects/[
2041
- # PROJECT_ID_OR_NUMBER] workspaces/[HOST_PROJECT_ID_OR_NUMBER]
2055
+ # project (https://cloud.google.com/monitoring/api/v3#project_name) or a
2056
+ # Monitoring Workspace. The formats are: projects/[PROJECT_ID_OR_NUMBER]
2057
+ # workspaces/[HOST_PROJECT_ID_OR_NUMBER]
2042
2058
  # @param [String] filter
2043
2059
  # A filter specifying what Services to return. The filter currently supports the
2044
2060
  # following fields: - `identifier_case` - `app_engine.module_id` - `
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.2.0
4
+ version: 0.7.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: 2021-02-08 00:00:00.000000000 Z
11
+ date: 2021-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-monitoring_v3/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.7.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-monitoring_v3
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.6
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Cloud Monitoring API V3