google-apis-monitoring_v1 0.40.0 → 0.41.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: 62faeb70dc162b28ada163ef8f942aa825259c9097b257e9466146f81056b66a
|
4
|
+
data.tar.gz: e056519070be152fa39baef5c05acf7ac06e0283fb6c9b11e7171d104034b3c4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea51c2dfd8289b6b61558fc56390b8ef7722de4917677c6fe310682e1447c88e6a3ac57bd69c56379ec1fcee8d8861a8cb0896644347bef378380d917a1b62e7
|
7
|
+
data.tar.gz: c34450ffe915c0aaaa696c03be233f95d5eec6bba87c7f68927970ed05033d5fb4e35158fe61f4c19947689cda6928520372de3e40640cc0bfe58016678cbb86
|
data/CHANGELOG.md
CHANGED
@@ -2036,6 +2036,11 @@ module Google
|
|
2036
2036
|
# @return [String]
|
2037
2037
|
attr_accessor :padding
|
2038
2038
|
|
2039
|
+
# The pointer location for this widget (also sometimes called a "tail")
|
2040
|
+
# Corresponds to the JSON property `pointerLocation`
|
2041
|
+
# @return [String]
|
2042
|
+
attr_accessor :pointer_location
|
2043
|
+
|
2039
2044
|
# The text color as a hex string. "#RRGGBB" or "#RGB"
|
2040
2045
|
# Corresponds to the JSON property `textColor`
|
2041
2046
|
# @return [String]
|
@@ -2056,6 +2061,7 @@ module Google
|
|
2056
2061
|
@font_size = args[:font_size] if args.key?(:font_size)
|
2057
2062
|
@horizontal_alignment = args[:horizontal_alignment] if args.key?(:horizontal_alignment)
|
2058
2063
|
@padding = args[:padding] if args.key?(:padding)
|
2064
|
+
@pointer_location = args[:pointer_location] if args.key?(:pointer_location)
|
2059
2065
|
@text_color = args[:text_color] if args.key?(:text_color)
|
2060
2066
|
@vertical_alignment = args[:vertical_alignment] if args.key?(:vertical_alignment)
|
2061
2067
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MonitoringV1
|
18
18
|
# Version of the google-apis-monitoring_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.41.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230924"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -926,6 +926,7 @@ module Google
|
|
926
926
|
property :font_size, as: 'fontSize'
|
927
927
|
property :horizontal_alignment, as: 'horizontalAlignment'
|
928
928
|
property :padding, as: 'padding'
|
929
|
+
property :pointer_location, as: 'pointerLocation'
|
929
930
|
property :text_color, as: 'textColor'
|
930
931
|
property :vertical_alignment, as: 'verticalAlignment'
|
931
932
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-monitoring_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.41.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-10-01 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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v1/v0.41.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-monitoring_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|