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: ea49712cd0d3919504a3e2f1c9eb95cfcb72b4e4ce81d311a35774c636c1818e
4
- data.tar.gz: baac57ca55d0f878e3cb0a7c9c3c48ad94a07302d8bc62aae7da74c6f46bdc37
3
+ metadata.gz: 62faeb70dc162b28ada163ef8f942aa825259c9097b257e9466146f81056b66a
4
+ data.tar.gz: e056519070be152fa39baef5c05acf7ac06e0283fb6c9b11e7171d104034b3c4
5
5
  SHA512:
6
- metadata.gz: 865fcc687b1234a1df74f20ac223c433e960344e09a7b08a39e2c66c8e34fa6d7893782975de6430cc5f66ce5416b8180080da5ec19bc737939b6ee7c065949c
7
- data.tar.gz: 87aa320f7e94b00ca932f47072bb04d08ae83411097a2d24cf7e14cbbcbc6ec799196dca3ea86517a9625d13837d882f6e16890b542b05f323b11bab429a5c21
6
+ metadata.gz: ea51c2dfd8289b6b61558fc56390b8ef7722de4917677c6fe310682e1447c88e6a3ac57bd69c56379ec1fcee8d8861a8cb0896644347bef378380d917a1b62e7
7
+ data.tar.gz: c34450ffe915c0aaaa696c03be233f95d5eec6bba87c7f68927970ed05033d5fb4e35158fe61f4c19947689cda6928520372de3e40640cc0bfe58016678cbb86
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-monitoring_v1
2
2
 
3
+ ### v0.41.0 (2023-10-01)
4
+
5
+ * Regenerated from discovery document revision 20230924
6
+
3
7
  ### v0.40.0 (2023-09-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20230910
@@ -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.40.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 = "20230910"
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.40.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-09-17 00:00:00.000000000 Z
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.40.0
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: []