google-apis-monitoring_v3 0.64.0 → 0.65.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: 21162b4755a8bbfed513ab1ff5b5e0dc583f90783335894d14777f2ad0b97391
4
+ data.tar.gz: 0ef1da73abe09c1d3ca1ae94a31da34feb94e45d9f2077bfb85f4cf860123a1c
5
5
  SHA512:
6
- metadata.gz: 572882a03d4f8ae527d559eab41b4ed992bb3cb546da3cd062ac829e6b3d09caed9052a2ff12cc6d706ef63fd3dc82d2f41610b4e03ca80db6d58b0bab06cfdf
7
- data.tar.gz: 499cfa9cc312fffe1a6ba02836ea94df11bc070385e525e66dbc13b2b4fd25e2080bb2a06e1e079a746fd6dfb77f306cbb6198893e7279683668dd3230073d04
6
+ metadata.gz: 5446aa31bcece30c5ecd8dea115610cb441b16b474bae6dbaa5f668db58f3e5764acaf68146e0908af65180c9fd91b2ff647eace2f94b997bf205aef6f2fef5a
7
+ data.tar.gz: e6e7d63499a8f390c6390802e86439f8f06a36a00244ff788ce22557e0b26c6e1e99647c4b5be942ac5b492193ee8f829e2066666a347b119c090b91e4f95e92
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-monitoring_v3
2
2
 
3
+ ### v0.65.0 (2024-07-25)
4
+
5
+ * Regenerated from discovery document revision 20240630
6
+
3
7
  ### v0.64.0 (2024-06-23)
4
8
 
5
9
  * 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
@@ -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.65.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240616"
25
+ REVISION = "20240630"
26
26
  end
27
27
  end
28
28
  end
@@ -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.65.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-07-25 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.65.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: []