google-apis-monitoring_v3 0.65.0 → 0.66.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: ae6cae7e14737294f4cf1941866b0cace63757f2f6df32bce36dcc35b5477a89
|
4
|
+
data.tar.gz: 8d7489fec006a76956f9b3369ae1cef519c9980f06c55f781508c2618249cdf6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 919fa9350e6165233819455273db78c22283a54edd7baf6128cda86d2b00da2d27fa6c65f26f573767ad76df74c614ab58a85f512116dbf2cf40b698966e1091
|
7
|
+
data.tar.gz: a40a9b1c24af1eac5c43d3c21892247742eb54b4d521102f9a0a4f546d0e6fad7f7e5e74605a6a66c6d7e051db3807b9bbe1c96586b4966f92fa98a2f4ff763d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-monitoring_v3
|
2
2
|
|
3
|
+
### v0.66.0 (2024-08-04)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240721
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
3
8
|
### v0.65.0 (2024-07-25)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240630
|
@@ -4670,6 +4670,13 @@ module Google
|
|
4670
4670
|
class TimeSeries
|
4671
4671
|
include Google::Apis::Core::Hashable
|
4672
4672
|
|
4673
|
+
# Input only. A detailed description of the time series that will be associated
|
4674
|
+
# with the google.api.MetricDescriptor for the metric. Once set, this field
|
4675
|
+
# cannot be changed through CreateTimeSeries.
|
4676
|
+
# Corresponds to the JSON property `description`
|
4677
|
+
# @return [String]
|
4678
|
+
attr_accessor :description
|
4679
|
+
|
4673
4680
|
# Auxiliary metadata for a MonitoredResource object. MonitoredResource objects
|
4674
4681
|
# contain the minimum set of information to uniquely identify a monitored
|
4675
4682
|
# resource instance. There is some other useful auxiliary metadata. Monitoring
|
@@ -4722,7 +4729,8 @@ module Google
|
|
4722
4729
|
|
4723
4730
|
# The units in which the metric value is reported. It is only applicable if the
|
4724
4731
|
# value_type is INT64, DOUBLE, or DISTRIBUTION. The unit defines the
|
4725
|
-
# representation of the stored metric values.
|
4732
|
+
# representation of the stored metric values. This field can only be changed
|
4733
|
+
# through CreateTimeSeries when it is empty or "1".
|
4726
4734
|
# Corresponds to the JSON property `unit`
|
4727
4735
|
# @return [String]
|
4728
4736
|
attr_accessor :unit
|
@@ -4742,6 +4750,7 @@ module Google
|
|
4742
4750
|
|
4743
4751
|
# Update properties of this object
|
4744
4752
|
def update!(**args)
|
4753
|
+
@description = args[:description] if args.key?(:description)
|
4745
4754
|
@metadata = args[:metadata] if args.key?(:metadata)
|
4746
4755
|
@metric = args[:metric] if args.key?(:metric)
|
4747
4756
|
@metric_kind = args[:metric_kind] if args.key?(:metric_kind)
|
@@ -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.66.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240721"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1849,6 +1849,7 @@ module Google
|
|
1849
1849
|
class TimeSeries
|
1850
1850
|
# @private
|
1851
1851
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1852
|
+
property :description, as: 'description'
|
1852
1853
|
property :metadata, as: 'metadata', class: Google::Apis::MonitoringV3::MonitoredResourceMetadata, decorator: Google::Apis::MonitoringV3::MonitoredResourceMetadata::Representation
|
1853
1854
|
|
1854
1855
|
property :metric, as: 'metric', class: Google::Apis::MonitoringV3::Metric, decorator: Google::Apis::MonitoringV3::Metric::Representation
|
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.66.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-
|
11
|
+
date: 2024-08-04 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_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.66.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: []
|