google-apis-monitoring_v3 0.64.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: 3b7521f7f947f682432189fb40399f65b027de8fbd5a10fab46357ec7ac41dc3
4
- data.tar.gz: 1c8b12110f1b651e55b19a272af4047eb17279b3d40b15659103efe127f77b78
3
+ metadata.gz: ae6cae7e14737294f4cf1941866b0cace63757f2f6df32bce36dcc35b5477a89
4
+ data.tar.gz: 8d7489fec006a76956f9b3369ae1cef519c9980f06c55f781508c2618249cdf6
5
5
  SHA512:
6
- metadata.gz: 572882a03d4f8ae527d559eab41b4ed992bb3cb546da3cd062ac829e6b3d09caed9052a2ff12cc6d706ef63fd3dc82d2f41610b4e03ca80db6d58b0bab06cfdf
7
- data.tar.gz: 499cfa9cc312fffe1a6ba02836ea94df11bc070385e525e66dbc13b2b4fd25e2080bb2a06e1e079a746fd6dfb77f306cbb6198893e7279683668dd3230073d04
6
+ metadata.gz: 919fa9350e6165233819455273db78c22283a54edd7baf6128cda86d2b00da2d27fa6c65f26f573767ad76df74c614ab58a85f512116dbf2cf40b698966e1091
7
+ data.tar.gz: a40a9b1c24af1eac5c43d3c21892247742eb54b4d521102f9a0a4f546d0e6fad7f7e5e74605a6a66c6d7e051db3807b9bbe1c96586b4966f92fa98a2f4ff763d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.65.0 (2024-07-25)
9
+
10
+ * Regenerated from discovery document revision 20240630
11
+
3
12
  ### v0.64.0 (2024-06-23)
4
13
 
5
14
  * Regenerated from discovery document revision 20240616
@@ -3402,9 +3402,9 @@ module Google
3402
3402
  # @return [Array<Google::Apis::MonitoringV3::MutationRecord>]
3403
3403
  attr_accessor :mutation_records
3404
3404
 
3405
- # The full REST resource name for this channel. The format is: projects/[
3406
- # PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] The [CHANNEL_ID] is
3407
- # automatically assigned by the server on creation.
3405
+ # Identifier. The full REST resource name for this channel. The format is:
3406
+ # projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] The [
3407
+ # CHANNEL_ID] is automatically assigned by the server on creation.
3408
3408
  # Corresponds to the JSON property `name`
3409
3409
  # @return [String]
3410
3410
  attr_accessor :name
@@ -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.64.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.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240616"
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
@@ -1431,9 +1431,9 @@ module Google
1431
1431
  # CreateNotificationChannel, DeleteNotificationChannel and
1432
1432
  # UpdateNotificationChannel.
1433
1433
  # @param [String] name
1434
- # The full REST resource name for this channel. The format is: projects/[
1435
- # PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] The [CHANNEL_ID] is
1436
- # automatically assigned by the server on creation.
1434
+ # Identifier. The full REST resource name for this channel. The format is:
1435
+ # projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] The [
1436
+ # CHANNEL_ID] is automatically assigned by the server on creation.
1437
1437
  # @param [Google::Apis::MonitoringV3::NotificationChannel] notification_channel_object
1438
1438
  # @param [String] update_mask
1439
1439
  # The fields to update.
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.64.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-06-23 00:00:00.000000000 Z
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.64.0
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: []