google-apis-monitoring_v3 0.37.0 → 0.38.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: ea2489274e58b345d77d55708d7c379567495e93c3ac5c3006077d5633595ef1
4
- data.tar.gz: 721e8fd6d56c12f1ed69958eb39961cacaf06cfb196396d936b1374ffab7230b
3
+ metadata.gz: 94767ae5db8192ef0e2a2837fb1d435d7c1c3740540cff31810aa9de85ef2e70
4
+ data.tar.gz: 94c914cc6eebced5b3b7bddd46ffa825ef72fbb7df92db50185463aca63fe64c
5
5
  SHA512:
6
- metadata.gz: 03a18d1552af99824168502b51769f127d8a20aebf9f401dda766d430d81c77c19a9481c1954152a7efe5e2f18f358cc8c5c25209a57aaa2385b6b8ad188b48f
7
- data.tar.gz: 3ebdd58b5e7344cb3cf9a484e73b0a8c4519f082a8a9ba5672e5ae781614f915d979e0722aefaad73a9f81f5909249928fbcc2ecf409d253b36bb5774e5da210
6
+ metadata.gz: 1458e27c990501963e2dafe3da0044d06ad614d1abcabcf701b85ef7f80e8117fb41fb14ebff42a88a661a915fc36dd9f624eaa558320399a4b606701a43dacc
7
+ data.tar.gz: 292b6a155ea813cd06a3d5ebcbcf6b76c7fdadaee650d3b9b433a99cbe1054f5a0988a45f83e5eba79f981ad632a1d77cf913be338e23db7b354ed7917ad92ef
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-monitoring_v3
2
2
 
3
+ ### v0.38.0 (2022-11-09)
4
+
5
+ * Regenerated from discovery document revision 20221107
6
+
3
7
  ### v0.37.0 (2022-10-19)
4
8
 
5
9
  * Regenerated using generator version 0.11.0
@@ -157,7 +157,7 @@ module Google
157
157
  # @return [String]
158
158
  attr_accessor :display_name
159
159
 
160
- # A content string and a MIME type that describes the content string's format.
160
+ # User-defined documentation of the generated notification.
161
161
  # Corresponds to the JSON property `documentation`
162
162
  # @return [Google::Apis::MonitoringV3::Documentation]
163
163
  attr_accessor :documentation
@@ -1101,11 +1101,11 @@ module Google
1101
1101
  end
1102
1102
  end
1103
1103
 
1104
- # A content string and a MIME type that describes the content string's format.
1104
+ # User-defined documentation of the generated notification.
1105
1105
  class Documentation
1106
1106
  include Google::Apis::Core::Hashable
1107
1107
 
1108
- # The text of the documentation, interpreted according to mime_type. The content
1108
+ # The body of the notification, interpreted according to mime_type. The content
1109
1109
  # may not exceed 8,192 Unicode characters and may not exceed more than 10,240
1110
1110
  # bytes when encoded in UTF-8 format, whichever is smaller. This text can be
1111
1111
  # templatized by using variables (https://cloud.google.com/monitoring/alerts/doc-
@@ -1121,6 +1121,12 @@ module Google
1121
1121
  # @return [String]
1122
1122
  attr_accessor :mime_type
1123
1123
 
1124
+ # A public comment for an internal field, because the linter insists that all
1125
+ # fields must have a comment. Sigh.
1126
+ # Corresponds to the JSON property `subject`
1127
+ # @return [String]
1128
+ attr_accessor :subject
1129
+
1124
1130
  def initialize(**args)
1125
1131
  update!(**args)
1126
1132
  end
@@ -1129,6 +1135,7 @@ module Google
1129
1135
  def update!(**args)
1130
1136
  @content = args[:content] if args.key?(:content)
1131
1137
  @mime_type = args[:mime_type] if args.key?(:mime_type)
1138
+ @subject = args[:subject] if args.key?(:subject)
1132
1139
  end
1133
1140
  end
1134
1141
 
@@ -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.37.0"
19
+ GEM_VERSION = "0.38.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220930"
25
+ REVISION = "20221107"
26
26
  end
27
27
  end
28
28
  end
@@ -951,6 +951,7 @@ module Google
951
951
  class Representation < Google::Apis::Core::JsonRepresentation
952
952
  property :content, as: 'content'
953
953
  property :mime_type, as: 'mimeType'
954
+ property :subject, as: 'subject'
954
955
  end
955
956
  end
956
957
 
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.37.0
4
+ version: 0.38.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-10-21 00:00:00.000000000 Z
11
+ date: 2022-11-14 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.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.38.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: []