google-apis-monitoring_v3 0.21.0 → 0.22.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: 79476f2ca9e53beaa2af1ba593559f6f7828a9289f40d92a4f830203343f282b
4
- data.tar.gz: 53022c9f4844d45768cf5f36f516fe53b013747b7cfafece230d037f953e78ba
3
+ metadata.gz: 3c9233444fe4fcb43af9e29f5adcce4ef313ae441bc2df75ec493bb384a2bbc3
4
+ data.tar.gz: 4bc8b8a451f10bca9ba65364af016cf21a2279a88129c6ca6ae3aaed7a6e1dc8
5
5
  SHA512:
6
- metadata.gz: d12a7fbd3c1966b0005aaea71c5c83192a040efb072879759a0ca5e5a8aea7372fe394ea36048543a88693ef0f597dae9f331909d9879171e9db692ba81c9b87
7
- data.tar.gz: 790add2f7459e1996ace868aa52d311996f8a2967721c41e18a38fdc2d95d1ad1688ca92b696c058564c428e433a690124c739cba2ad9863f5b1a8758e0ad349
6
+ metadata.gz: f77acdb3927e4ddf88f7935056b38bbf37fc3951a29dd9996b4f87d3e27ca3cba90777b1a85c1fd6f5c59926581b59d5093e5c43741d362878f61228b079bc79
7
+ data.tar.gz: 7bf77b8085c8f8f6c4033268b33eb4cb6ae95adcd49fe16e427ff64b8494af51a0eaf37c5a282f4cd1e4c52f1269ac7bcbdb090dd3ab5bc077ba2897273ce161
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.21.0 (2022-02-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20220205
@@ -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
@@ -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.21.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220205"
25
+ REVISION = "20220214"
26
26
  end
27
27
  end
28
28
  end
@@ -49,8 +49,7 @@ module Google
49
49
  @batch_path = 'batch'
50
50
  end
51
51
 
52
- # Lists time series that match a filter. This method does not require a
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. This method does not require a
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. This method does not require a Workspace.
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. This method does not require a
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. This method does not require a
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. This method does not
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. This method does not require a
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. This method does not
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.21.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: 2022-02-14 00:00:00.000000000 Z
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.21.0
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: []