google-apis-monitoring_v3 0.4.0 → 0.5.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: 4263abd06682dd8f9c8f628b486f87774d274e5578dd3f2ae183db6438cc1a14
4
+ data.tar.gz: 798e75b66eeb49315298c616ffeff78d313773001f3950fad61a70a08589d1d8
5
5
  SHA512:
6
- metadata.gz: 78e24858fae6b978280bbe734ee04b1a06e24f4b32eccb93260511f02ebdc2037fe78f118cbd0730c887d37acfcd9581001f7f4fc1007f89405f117763603bd2
7
- data.tar.gz: 9eb319e65cf266af3d03d25dbe0a47c727316cb03e26cfec0f16291c0b7301d1e0759023e72d33d563df810b2037fc9a3d383aba9466f05c652ef62de83dd03c
6
+ metadata.gz: b877a2fa86b21dd991db693e2d3b9e0aee79637bb47f7adca831ba44d95303d79452a481ffc11193abb307e044263777caebe742ac1b93392ab907b3237d1cca
7
+ data.tar.gz: 9f4711aded925bb138d41ce2975067e3e6696f3ec8301b659b4b78cabd8f23d1993bcd1f3ac8390be686477292a465bda20db8345fa16ffa4880a4ec44a9e2b8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-monitoring_v3
2
2
 
3
+ ### v0.5.0 (2021-04-02)
4
+
5
+ * Regenerated from discovery document revision 20210326
6
+
3
7
  ### v0.4.0 (2021-03-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20210322
@@ -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.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210322"
25
+ REVISION = "20210326"
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.4.0
4
+ version: 0.5.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-04-05 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.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.5.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: []