google-apis-monitoring_v3 0.40.0 → 0.42.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: 537294c4956209f9135307478efffe2c9bf2aa0fe8b5c19783e85074c852fef6
|
4
|
+
data.tar.gz: 6b95df4ad7807e2c2d9cf4130f68562f7486c474d6271fe4e4cf7b8e4240b8df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3042f8568a9db4442459e7c93a27c1f539f40ce9414e1b5248b67e55b2a071cf5ce60520ae5c30f0064891755a214dd37c2374b25b1efa241ab98cd5f01cc8f4
|
7
|
+
data.tar.gz: bb310add20d43d2559791cecf8a8ae7e3a774c252c3bd603f92e00f5d5dda63a5fc235c772a999c8f893b2c40326babce64f0e950fe89da983a1d74945883f0e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-monitoring_v3
|
2
2
|
|
3
|
+
### v0.42.0 (2023-02-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230212
|
6
|
+
* Regenerated using generator version 0.12.0
|
7
|
+
|
8
|
+
### v0.41.0 (2023-02-05)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20230130
|
11
|
+
|
3
12
|
### v0.40.0 (2023-01-22)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20230115
|
@@ -973,7 +973,7 @@ module Google
|
|
973
973
|
|
974
974
|
# The specific AlertPolicy names for the alert that should be snoozed. The
|
975
975
|
# format is: projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[POLICY_ID] There is
|
976
|
-
# a limit of
|
976
|
+
# a limit of 16 policies per snooze. This limit is checked during snooze
|
977
977
|
# creation.
|
978
978
|
# Corresponds to the JSON property `policies`
|
979
979
|
# @return [Array<String>]
|
@@ -1765,6 +1765,15 @@ module Google
|
|
1765
1765
|
# @return [String]
|
1766
1766
|
attr_accessor :content_type
|
1767
1767
|
|
1768
|
+
# A user provided content type header to use for the check. The invalid
|
1769
|
+
# configurations outlined in the content_type field apply to custom_content_type,
|
1770
|
+
# as well as the following: 1. content_type is URL_ENCODED and
|
1771
|
+
# custom_content_type is set. 2. content_type is USER_PROVIDED and
|
1772
|
+
# custom_content_type is not set.
|
1773
|
+
# Corresponds to the JSON property `customContentType`
|
1774
|
+
# @return [String]
|
1775
|
+
attr_accessor :custom_content_type
|
1776
|
+
|
1768
1777
|
# The list of headers to send as part of the Uptime check request. If two
|
1769
1778
|
# headers have the same key and different values, they should be entered as a
|
1770
1779
|
# single header, with the value being a comma-separated list of all the desired
|
@@ -1838,6 +1847,7 @@ module Google
|
|
1838
1847
|
@auth_info = args[:auth_info] if args.key?(:auth_info)
|
1839
1848
|
@body = args[:body] if args.key?(:body)
|
1840
1849
|
@content_type = args[:content_type] if args.key?(:content_type)
|
1850
|
+
@custom_content_type = args[:custom_content_type] if args.key?(:custom_content_type)
|
1841
1851
|
@headers = args[:headers] if args.key?(:headers)
|
1842
1852
|
@mask_headers = args[:mask_headers] if args.key?(:mask_headers)
|
1843
1853
|
@path = args[:path] if args.key?(:path)
|
@@ -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.42.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230212"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1132,6 +1132,7 @@ module Google
|
|
1132
1132
|
|
1133
1133
|
property :body, :base64 => true, as: 'body'
|
1134
1134
|
property :content_type, as: 'contentType'
|
1135
|
+
property :custom_content_type, as: 'customContentType'
|
1135
1136
|
hash :headers, as: 'headers'
|
1136
1137
|
property :mask_headers, as: 'maskHeaders'
|
1137
1138
|
property :path, as: 'path'
|
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.42.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: 2023-
|
11
|
+
date: 2023-02-19 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.
|
19
|
+
version: 0.11.0
|
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.
|
29
|
+
version: 0.11.0
|
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.42.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: []
|