google-apis-monitoring_v3 0.36.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 94767ae5db8192ef0e2a2837fb1d435d7c1c3740540cff31810aa9de85ef2e70
|
4
|
+
data.tar.gz: 94c914cc6eebced5b3b7bddd46ffa825ef72fbb7df92db50185463aca63fe64c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1458e27c990501963e2dafe3da0044d06ad614d1abcabcf701b85ef7f80e8117fb41fb14ebff42a88a661a915fc36dd9f624eaa558320399a4b606701a43dacc
|
7
|
+
data.tar.gz: 292b6a155ea813cd06a3d5ebcbcf6b76c7fdadaee650d3b9b433a99cbe1054f5a0988a45f83e5eba79f981ad632a1d77cf913be338e23db7b354ed7917ad92ef
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
7
|
+
### v0.37.0 (2022-10-19)
|
8
|
+
|
9
|
+
* Regenerated using generator version 0.11.0
|
10
|
+
|
3
11
|
### v0.36.0 (2022-10-05)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20220930
|
@@ -157,7 +157,7 @@ module Google
|
|
157
157
|
# @return [String]
|
158
158
|
attr_accessor :display_name
|
159
159
|
|
160
|
-
#
|
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
|
-
#
|
1104
|
+
# User-defined documentation of the generated notification.
|
1105
1105
|
class Documentation
|
1106
1106
|
include Google::Apis::Core::Hashable
|
1107
1107
|
|
1108
|
-
# The
|
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.
|
19
|
+
GEM_VERSION = "0.38.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221107"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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
|
+
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-
|
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
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.9.
|
19
|
+
version: 0.9.1
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.9.
|
29
|
+
version: 0.9.1
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.
|
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: []
|