google-apis-monitoring_v3 0.19.0 → 0.20.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: f9cc2a1932f41055c8acfb204226aee4e97b6122d4637c9a95d2c33b774ada44
4
- data.tar.gz: cbb153e475eb28e4885a7dd878ae68835273314a77fd1b5c485631b91948badf
3
+ metadata.gz: d875afd30422637d9e01fc4c8d056cc93ffcc79e2dbfc2a63374e729af63689b
4
+ data.tar.gz: 6a3829cb310d46cdbd81db25402db17b9ac3ec850d271496b5e22eb1638690a4
5
5
  SHA512:
6
- metadata.gz: e46350608d6f6fc0c4adc945f7ad97cd5d5f59846ce498bc8ff0fb508be8366b519ed92cd8855dea39d0fb61f509c926bd24bea0e82e7c5d378759ed3b89fd79
7
- data.tar.gz: ff999c1bbcfae642333f643f51a21c3c78b49c2d52e0235315d9a30f163e9b61849019ddd809be91c5617e8109921871342da2a67d9999896ef7d091cd5dabf6
6
+ metadata.gz: 99ae7a752eead12db970394ceaf6ef428169297980cf9c0572ae8d7679695c98ddbfbd02c026959c155420ad1b3d1f6e2144d830d1b57cdca6ee455c94f5e376
7
+ data.tar.gz: ba0985c529f3e7479e84c1c3847a8358603139a50e5f9a234efcafedb075ed45f04d0b957fb099920c39bb4e53b21f933fd954f339e81b80433e210934dd8c53
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-monitoring_v3
2
2
 
3
+ ### v0.20.0 (2022-01-21)
4
+
5
+ * Regenerated from discovery document revision 20220117
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.19.0 (2021-12-16)
4
9
 
5
10
  * Regenerated from discovery document revision 20211213
@@ -793,9 +793,9 @@ module Google
793
793
  # Information in the labels field identifies the actual resource and its
794
794
  # attributes according to the schema. For example, a particular Compute Engine
795
795
  # VM instance could be represented by the following object, because the
796
- # MonitoredResourceDescriptor for "gce_instance" has labels "instance_id" and "
797
- # zone": ` "type": "gce_instance", "labels": ` "instance_id": "12345678901234", "
798
- # zone": "us-central1-a" ``
796
+ # MonitoredResourceDescriptor for "gce_instance" has labels "project_id", "
797
+ # instance_id" and "zone": ` "type": "gce_instance", "labels": ` "project_id": "
798
+ # my-project", "instance_id": "12345678901234", "zone": "us-central1-a" ``
799
799
  # Corresponds to the JSON property `resource`
800
800
  # @return [Google::Apis::MonitoringV3::MonitoredResource]
801
801
  attr_accessor :resource
@@ -2636,9 +2636,9 @@ module Google
2636
2636
  # Information in the labels field identifies the actual resource and its
2637
2637
  # attributes according to the schema. For example, a particular Compute Engine
2638
2638
  # VM instance could be represented by the following object, because the
2639
- # MonitoredResourceDescriptor for "gce_instance" has labels "instance_id" and "
2640
- # zone": ` "type": "gce_instance", "labels": ` "instance_id": "12345678901234", "
2641
- # zone": "us-central1-a" ``
2639
+ # MonitoredResourceDescriptor for "gce_instance" has labels "project_id", "
2640
+ # instance_id" and "zone": ` "type": "gce_instance", "labels": ` "project_id": "
2641
+ # my-project", "instance_id": "12345678901234", "zone": "us-central1-a" ``
2642
2642
  class MonitoredResource
2643
2643
  include Google::Apis::Core::Hashable
2644
2644
 
@@ -3863,9 +3863,9 @@ module Google
3863
3863
  # Information in the labels field identifies the actual resource and its
3864
3864
  # attributes according to the schema. For example, a particular Compute Engine
3865
3865
  # VM instance could be represented by the following object, because the
3866
- # MonitoredResourceDescriptor for "gce_instance" has labels "instance_id" and "
3867
- # zone": ` "type": "gce_instance", "labels": ` "instance_id": "12345678901234", "
3868
- # zone": "us-central1-a" ``
3866
+ # MonitoredResourceDescriptor for "gce_instance" has labels "project_id", "
3867
+ # instance_id" and "zone": ` "type": "gce_instance", "labels": ` "project_id": "
3868
+ # my-project", "instance_id": "12345678901234", "zone": "us-central1-a" ``
3869
3869
  # Corresponds to the JSON property `resource`
3870
3870
  # @return [Google::Apis::MonitoringV3::MonitoredResource]
3871
3871
  attr_accessor :resource
@@ -4139,6 +4139,11 @@ module Google
4139
4139
  class UptimeCheckConfig
4140
4140
  include Google::Apis::Core::Hashable
4141
4141
 
4142
+ # The type of checkers to use to execute the Uptime check.
4143
+ # Corresponds to the JSON property `checkerType`
4144
+ # @return [String]
4145
+ attr_accessor :checker_type
4146
+
4142
4147
  # The content that is expected to appear in the data returned by the target
4143
4148
  # server against which the check is run. Currently, only the first entry in the
4144
4149
  # content_matchers list is supported, and additional entries will be ignored.
@@ -4183,9 +4188,9 @@ module Google
4183
4188
  # Information in the labels field identifies the actual resource and its
4184
4189
  # attributes according to the schema. For example, a particular Compute Engine
4185
4190
  # VM instance could be represented by the following object, because the
4186
- # MonitoredResourceDescriptor for "gce_instance" has labels "instance_id" and "
4187
- # zone": ` "type": "gce_instance", "labels": ` "instance_id": "12345678901234", "
4188
- # zone": "us-central1-a" ``
4191
+ # MonitoredResourceDescriptor for "gce_instance" has labels "project_id", "
4192
+ # instance_id" and "zone": ` "type": "gce_instance", "labels": ` "project_id": "
4193
+ # my-project", "instance_id": "12345678901234", "zone": "us-central1-a" ``
4189
4194
  # Corresponds to the JSON property `monitoredResource`
4190
4195
  # @return [Google::Apis::MonitoringV3::MonitoredResource]
4191
4196
  attr_accessor :monitored_resource
@@ -4238,6 +4243,7 @@ module Google
4238
4243
 
4239
4244
  # Update properties of this object
4240
4245
  def update!(**args)
4246
+ @checker_type = args[:checker_type] if args.key?(:checker_type)
4241
4247
  @content_matchers = args[:content_matchers] if args.key?(:content_matchers)
4242
4248
  @display_name = args[:display_name] if args.key?(:display_name)
4243
4249
  @http_check = args[:http_check] if args.key?(:http_check)
@@ -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.19.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211213"
25
+ REVISION = "20220117"
26
26
  end
27
27
  end
28
28
  end
@@ -1630,6 +1630,7 @@ module Google
1630
1630
  class UptimeCheckConfig
1631
1631
  # @private
1632
1632
  class Representation < Google::Apis::Core::JsonRepresentation
1633
+ property :checker_type, as: 'checkerType'
1633
1634
  collection :content_matchers, as: 'contentMatchers', class: Google::Apis::MonitoringV3::ContentMatcher, decorator: Google::Apis::MonitoringV3::ContentMatcher::Representation
1634
1635
 
1635
1636
  property :display_name, as: 'displayName'
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.19.0
4
+ version: 0.20.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-01-10 00:00:00.000000000 Z
11
+ date: 2022-01-24 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.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.20.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Monitoring API V3