google-apis-monitoring_v3 0.21.0 → 0.24.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: d814121507ec661d295572ba575ab2ffd673c8022205cb0a435bae476b440ac5
4
+ data.tar.gz: e2cc0e379ae4334899c929c0416cfec67b35f6a96d7ab80c93181fd45544df55
5
5
  SHA512:
6
- metadata.gz: d12a7fbd3c1966b0005aaea71c5c83192a040efb072879759a0ca5e5a8aea7372fe394ea36048543a88693ef0f597dae9f331909d9879171e9db692ba81c9b87
7
- data.tar.gz: 790add2f7459e1996ace868aa52d311996f8a2967721c41e18a38fdc2d95d1ad1688ca92b696c058564c428e433a690124c739cba2ad9863f5b1a8758e0ad349
6
+ metadata.gz: 06b96b95584110bedf6aab38ad00a6d0c61117c71f7ab86131f76c805cad6ed38fefca664b8ca7285ab3105ea43a318095b39fcc0e20bc2c8c6ed51120be17b6
7
+ data.tar.gz: 8be19dc679fc66e9bb0fdcda02fe86fbf557e84b15f4be2b4b771d698365579409ef885266202d627876f145b70355fc2f3cfd99d35a57e1cc4211a34152335e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-monitoring_v3
2
2
 
3
+ ### v0.24.0 (2022-03-25)
4
+
5
+ * Regenerated from discovery document revision 20220322
6
+
7
+ ### v0.23.0 (2022-02-25)
8
+
9
+ * Regenerated from discovery document revision 20220218
10
+
11
+ ### v0.22.0 (2022-02-18)
12
+
13
+ * Regenerated from discovery document revision 20220214
14
+
3
15
  ### v0.21.0 (2022-02-10)
4
16
 
5
17
  * Regenerated from discovery document revision 20220205
@@ -746,8 +746,8 @@ module Google
746
746
  class ContentMatcher
747
747
  include Google::Apis::Core::Hashable
748
748
 
749
- # String or regex content to match. Maximum 1024 bytes. An empty content string
750
- # indicates no content matching is to be performed.
749
+ # String, regex or JSON content to match. Maximum 1024 bytes. An empty content
750
+ # string indicates no content matching is to be performed.
751
751
  # Corresponds to the JSON property `content`
752
752
  # @return [String]
753
753
  attr_accessor :content
@@ -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
@@ -1092,8 +1094,7 @@ module Google
1092
1094
  # A generic empty message that you can re-use to avoid defining duplicated empty
1093
1095
  # messages in your APIs. A typical example is to use it as the request or the
1094
1096
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
1095
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
1096
- # Empty is empty JSON object ``.
1097
+ # protobuf.Empty) returns (google.protobuf.Empty); `
1097
1098
  class Empty
1098
1099
  include Google::Apis::Core::Hashable
1099
1100
 
@@ -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.24.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 = "20220322"
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.24.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-03-28 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.24.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: []