google-apis-monitoring_v3 0.4.0 → 0.9.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: 36cda2282f919ff16cd69cae7e1aa9b09b41d2b14f82bbcef4ad25d6b37e2eac
4
- data.tar.gz: 5c0df7556582bcf467a2ed3bfa3d0079c5c25c847ccf0f0d0b78ad468336f30b
3
+ metadata.gz: dedbea59d4389a83b5e53a05f23e06641115e64a66ca7d56e83cdb975093435e
4
+ data.tar.gz: 61951e76d51cbafc7e1e9f487f5f8b767d855e986eb58203d64852bde7e76431
5
5
  SHA512:
6
- metadata.gz: 78e24858fae6b978280bbe734ee04b1a06e24f4b32eccb93260511f02ebdc2037fe78f118cbd0730c887d37acfcd9581001f7f4fc1007f89405f117763603bd2
7
- data.tar.gz: 9eb319e65cf266af3d03d25dbe0a47c727316cb03e26cfec0f16291c0b7301d1e0759023e72d33d563df810b2037fc9a3d383aba9466f05c652ef62de83dd03c
6
+ metadata.gz: a7b908e98d6dd7ba00774ae652d2c1b91ca2e8e6b20bc221d292fa9923031ddf43546dc98bb087e8cbd6b04fab3a20259e686e9a4492ba5b7395f25d974a8bb0
7
+ data.tar.gz: '0599d65e63d8887dc3f4f5cf9b9c63349b351450d8d06c6fff62cf594d64214c193fee9c017c6f9f2dc852a0b9346c8f609de564c9cb7aebfaa33fd8bae33999'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-monitoring_v3
2
2
 
3
+ ### v0.9.0 (2021-06-25)
4
+
5
+ * Regenerated from discovery document revision 20210618
6
+ * Unspecified changes
7
+
8
+ ### v0.8.0 (2021-06-18)
9
+
10
+ * Regenerated from discovery document revision 20210614
11
+ * Regenerated using generator version 0.3.0
12
+
13
+ ### v0.7.0 (2021-05-19)
14
+
15
+ * Unspecified changes
16
+
17
+ ### v0.6.0 (2021-04-30)
18
+
19
+ * Regenerated from discovery document revision 20210427
20
+
21
+ ### v0.5.0 (2021-04-02)
22
+
23
+ * Regenerated from discovery document revision 20210326
24
+
3
25
  ### v0.4.0 (2021-03-26)
4
26
 
5
27
  * Regenerated from discovery document revision 20210322
@@ -2929,6 +2929,38 @@ module Google
2929
2929
  end
2930
2930
  end
2931
2931
 
2932
+ # Contains metadata for longrunning operation for the edit Metrics Scope
2933
+ # endpoints.
2934
+ class OperationMetadata
2935
+ include Google::Apis::Core::Hashable
2936
+
2937
+ # The time when the batch request was received.
2938
+ # Corresponds to the JSON property `createTime`
2939
+ # @return [String]
2940
+ attr_accessor :create_time
2941
+
2942
+ # Current state of the batch operation.
2943
+ # Corresponds to the JSON property `state`
2944
+ # @return [String]
2945
+ attr_accessor :state
2946
+
2947
+ # The time when the operation result was last updated.
2948
+ # Corresponds to the JSON property `updateTime`
2949
+ # @return [String]
2950
+ attr_accessor :update_time
2951
+
2952
+ def initialize(**args)
2953
+ update!(**args)
2954
+ end
2955
+
2956
+ # Update properties of this object
2957
+ def update!(**args)
2958
+ @create_time = args[:create_time] if args.key?(:create_time)
2959
+ @state = args[:state] if args.key?(:state)
2960
+ @update_time = args[:update_time] if args.key?(:update_time)
2961
+ end
2962
+ end
2963
+
2932
2964
  # A protocol buffer option, which can be attached to a message, field,
2933
2965
  # enumeration, etc.
2934
2966
  class Option
@@ -3449,6 +3481,16 @@ module Google
3449
3481
  # @return [Google::Apis::MonitoringV3::ServiceLevelIndicator]
3450
3482
  attr_accessor :service_level_indicator
3451
3483
 
3484
+ # Labels which have been used to annotate the service-level objective. Label
3485
+ # keys must start with a letter. Label keys and values may contain lowercase
3486
+ # letters, numbers, underscores, and dashes. Label keys and values have a
3487
+ # maximum length of 63 characters, and must be less than 128 bytes in size. Up
3488
+ # to 64 label entries may be stored. For labels which do not have a semantic
3489
+ # value, the empty string may be supplied for the label value.
3490
+ # Corresponds to the JSON property `userLabels`
3491
+ # @return [Hash<String,String>]
3492
+ attr_accessor :user_labels
3493
+
3452
3494
  def initialize(**args)
3453
3495
  update!(**args)
3454
3496
  end
@@ -3461,6 +3503,7 @@ module Google
3461
3503
  @name = args[:name] if args.key?(:name)
3462
3504
  @rolling_period = args[:rolling_period] if args.key?(:rolling_period)
3463
3505
  @service_level_indicator = args[:service_level_indicator] if args.key?(:service_level_indicator)
3506
+ @user_labels = args[:user_labels] if args.key?(:user_labels)
3464
3507
  end
3465
3508
  end
3466
3509
 
@@ -3485,8 +3528,8 @@ module Google
3485
3528
  end
3486
3529
  end
3487
3530
 
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/[
3531
+ # The context of a span. This is attached to an Exemplar in Distribution values
3532
+ # during aggregation.It contains the name of a span with format: projects/[
3490
3533
  # PROJECT_ID_OR_NUMBER]/traces/[TRACE_ID]/spans/[SPAN_ID]
3491
3534
  class SpanContext
3492
3535
  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.4.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210322"
25
+ REVISION = "20210618"
26
26
  end
27
27
  end
28
28
  end
@@ -424,6 +424,12 @@ module Google
424
424
  include Google::Apis::Core::JsonObjectSupport
425
425
  end
426
426
 
427
+ class OperationMetadata
428
+ class Representation < Google::Apis::Core::JsonRepresentation; end
429
+
430
+ include Google::Apis::Core::JsonObjectSupport
431
+ end
432
+
427
433
  class Option
428
434
  class Representation < Google::Apis::Core::JsonRepresentation; end
429
435
 
@@ -1297,6 +1303,15 @@ module Google
1297
1303
  end
1298
1304
  end
1299
1305
 
1306
+ class OperationMetadata
1307
+ # @private
1308
+ class Representation < Google::Apis::Core::JsonRepresentation
1309
+ property :create_time, as: 'createTime'
1310
+ property :state, as: 'state'
1311
+ property :update_time, as: 'updateTime'
1312
+ end
1313
+ end
1314
+
1300
1315
  class Option
1301
1316
  # @private
1302
1317
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1434,6 +1449,7 @@ module Google
1434
1449
  property :rolling_period, as: 'rollingPeriod'
1435
1450
  property :service_level_indicator, as: 'serviceLevelIndicator', class: Google::Apis::MonitoringV3::ServiceLevelIndicator, decorator: Google::Apis::MonitoringV3::ServiceLevelIndicator::Representation
1436
1451
 
1452
+ hash :user_labels, as: 'userLabels'
1437
1453
  end
1438
1454
  end
1439
1455
 
@@ -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,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-monitoring_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.9.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-03-29 00:00:00.000000000 Z
11
+ date: 2021-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.3'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.3'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Monitoring API V3. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.9.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-monitoring_v3
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.13
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Cloud Monitoring API V3