google-apis-monitoring_v1 0.45.0 → 0.47.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: fe27f7e4832f73dd29cc017d4ba71b02b9579f42b5181d0ae4db750d0d08862d
4
- data.tar.gz: f88d6fd97283c953b8b0c1bc2d1149eeb029f6c396b7af917157c3b7f71c674b
3
+ metadata.gz: dc0141e84b513fbbc79164e9c71cabf79c779453fc8453dc652e6bdc430e1e75
4
+ data.tar.gz: 3050d848145506c7ece97e653b5d53bcc27b99fd9f6afaafee01ddca8bd86d3d
5
5
  SHA512:
6
- metadata.gz: cf897390d8d2e28ca28466aaa747a1731a2f26efea51803d76631048eda495f72f449362cffc04025cfc43bc8819a918b9a1eb76d0adbba37d8652a7c1920478
7
- data.tar.gz: 56e8df7018beedbe5f907eb2ab3e66102b8c27b233dfcb4533f038e991bc2b4714e5dc5a18263ba671cc8aeb6e7ecae4ff69dbf63c765d1a8ed37136f3ee440d
6
+ metadata.gz: 10979cc0ac3c1e97bd9b284c0a891fd2d92d748f6b4fe801b5c2371150082d5575546c2b61cdc3dc9e17dd3b2e369df95bad0e43c5e67b3360f3ac3f6a67b091
7
+ data.tar.gz: efe3a9facc2565c65e291c1c048effbf67eeaec146b3d0b81a87550453f45af4193648a5028505fac5d492bb95233ea90706a22715e25ad2013ff78d457bd411
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-monitoring_v1
2
2
 
3
+ ### v0.47.0 (2024-02-23)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.46.0 (2024-01-28)
8
+
9
+ * Regenerated from discovery document revision 20240121
10
+ * Regenerated using generator version 0.13.1
11
+
3
12
  ### v0.45.0 (2024-01-23)
4
13
 
5
14
  * Regenerated from discovery document revision 20240115
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/monitoring/api/) may provid
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -548,8 +548,8 @@ module Google
548
548
  end
549
549
  end
550
550
 
551
- # Preview: A chart dimension for an SQL query. This is applied over the x-axis.
552
- # This is a preview feature and may be subject to change before final release.
551
+ # A chart dimension. Dimensions are a structured label, class, or category for a
552
+ # set of measurements in your data.
553
553
  class Dimension
554
554
  include Google::Apis::Core::Hashable
555
555
 
@@ -1025,8 +1025,8 @@ module Google
1025
1025
  end
1026
1026
  end
1027
1027
 
1028
- # Preview: A chart measure for an SQL query. This is applied over the y-axis.
1029
- # This is a preview feature and may be subject to change before final release.
1028
+ # A chart measure. Measures represent a measured property in your chart data
1029
+ # such as rainfall in inches, number of units sold, revenue gained, etc.
1030
1030
  class Measure
1031
1031
  include Google::Apis::Core::Hashable
1032
1032
 
@@ -1448,6 +1448,18 @@ module Google
1448
1448
  class PieChartDataSet
1449
1449
  include Google::Apis::Core::Hashable
1450
1450
 
1451
+ # A dimension is a structured label, class, or category for a set of
1452
+ # measurements in your data.
1453
+ # Corresponds to the JSON property `dimensions`
1454
+ # @return [Array<Google::Apis::MonitoringV1::Dimension>]
1455
+ attr_accessor :dimensions
1456
+
1457
+ # A measure is a measured value of a property in your data. For example,
1458
+ # rainfall in inches, number of units sold, revenue gained, etc.
1459
+ # Corresponds to the JSON property `measures`
1460
+ # @return [Array<Google::Apis::MonitoringV1::Measure>]
1461
+ attr_accessor :measures
1462
+
1451
1463
  # Optional. The lower bound on data point frequency for this data set,
1452
1464
  # implemented by specifying the minimum alignment period to use in a time series
1453
1465
  # query. For example, if the data is published once every 10 minutes, the
@@ -1477,6 +1489,8 @@ module Google
1477
1489
 
1478
1490
  # Update properties of this object
1479
1491
  def update!(**args)
1492
+ @dimensions = args[:dimensions] if args.key?(:dimensions)
1493
+ @measures = args[:measures] if args.key?(:measures)
1480
1494
  @min_alignment_period = args[:min_alignment_period] if args.key?(:min_alignment_period)
1481
1495
  @slice_name_template = args[:slice_name_template] if args.key?(:slice_name_template)
1482
1496
  @time_series_query = args[:time_series_query] if args.key?(:time_series_query)
@@ -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.45.0"
19
+ GEM_VERSION = "0.47.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240115"
25
+ REVISION = "20240121"
26
26
  end
27
27
  end
28
28
  end
@@ -797,6 +797,10 @@ module Google
797
797
  class PieChartDataSet
798
798
  # @private
799
799
  class Representation < Google::Apis::Core::JsonRepresentation
800
+ collection :dimensions, as: 'dimensions', class: Google::Apis::MonitoringV1::Dimension, decorator: Google::Apis::MonitoringV1::Dimension::Representation
801
+
802
+ collection :measures, as: 'measures', class: Google::Apis::MonitoringV1::Measure, decorator: Google::Apis::MonitoringV1::Measure::Representation
803
+
800
804
  property :min_alignment_period, as: 'minAlignmentPeriod'
801
805
  property :slice_name_template, as: 'sliceNameTemplate'
802
806
  property :time_series_query, as: 'timeSeriesQuery', class: Google::Apis::MonitoringV1::TimeSeriesQuery, decorator: Google::Apis::MonitoringV1::TimeSeriesQuery::Representation
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.45.0
4
+ version: 0.47.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: 2024-01-23 00:00:00.000000000 Z
11
+ date: 2024-02-25 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.12.0
19
+ version: 0.14.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.12.0
29
+ version: 0.14.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v1/v0.45.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v1/v0.47.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: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Monitoring API V1