google-apis-monitoring_v3 0.59.0 → 0.60.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: 632f2c2f487cfd5f862fd85acfc142b94645449da3086bc7d0b660d0357d6071
4
- data.tar.gz: 56a7cd23a36e5819ac9db0257d5a04ee6fc2fe6e904926539199f704cd6605cb
3
+ metadata.gz: b8e88e1c82a14c92a2756267a5cb8fff82f52d6512b77940dc89c292f3f153a3
4
+ data.tar.gz: fd22abc9818baceea2d1b96cc6db88f6f9f84e1f8313be3da160f74bf9827e30
5
5
  SHA512:
6
- metadata.gz: fef6a1b816e0e48b776ae0fc6a7f8653a50c9245ba26e78cd0cd7c578c30a3b09f44aa92ae29d26de05ccfde6f707eb06a8d7a0048172f5e90b0d2be547820a5
7
- data.tar.gz: 67381433f5dfd44bce0a29ff9f75701625813541001ecb3407fcd373187dd63b5ca6c20a4bf5db93de06e5bc840b8658a573648a8ec353bcf7deb782f582c9eb
6
+ metadata.gz: 3a40ef08575c46eac58ba2829799371f0e6a31da68af9b388ddb25d05a649a213f9047ae13b223c1e46e5da4d9d3e596b3d8a6d19ace3604285873389a74d354
7
+ data.tar.gz: 426dc722ad437039f0f1f67ef5f5571b7be6b057cfb2a82cada492c9a2f192e28b580affafb155b420d9abd67a01bbb197ef3ae62fa658c0b4c4f0457c74331e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-monitoring_v3
2
2
 
3
+ ### v0.60.0 (2024-05-05)
4
+
5
+ * Regenerated from discovery document revision 20240427
6
+
3
7
  ### v0.59.0 (2024-04-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20240414
@@ -1927,9 +1927,10 @@ module Google
1927
1927
  # @return [String]
1928
1928
  attr_accessor :request_method
1929
1929
 
1930
- # Contains information needed for generating an OpenID Connect token (https://
1931
- # developers.google.com/identity/protocols/OpenIDConnect). The OIDC token will
1932
- # be generated for the Monitoring service agent service account.
1930
+ # Contains information needed for generating either an OpenID Connect token (
1931
+ # https://developers.google.com/identity/protocols/OpenIDConnect) or OAuth token
1932
+ # (https://developers.google.com/identity/protocols/oauth2). The token will be
1933
+ # generated for the Monitoring service agent service account.
1933
1934
  # Corresponds to the JSON property `serviceAgentAuthentication`
1934
1935
  # @return [Google::Apis::MonitoringV3::ServiceAgentAuthentication]
1935
1936
  attr_accessor :service_agent_authentication
@@ -4194,9 +4195,10 @@ module Google
4194
4195
  end
4195
4196
  end
4196
4197
 
4197
- # Contains information needed for generating an OpenID Connect token (https://
4198
- # developers.google.com/identity/protocols/OpenIDConnect). The OIDC token will
4199
- # be generated for the Monitoring service agent service account.
4198
+ # Contains information needed for generating either an OpenID Connect token (
4199
+ # https://developers.google.com/identity/protocols/OpenIDConnect) or OAuth token
4200
+ # (https://developers.google.com/identity/protocols/oauth2). The token will be
4201
+ # generated for the Monitoring service agent service account.
4200
4202
  class ServiceAgentAuthentication
4201
4203
  include Google::Apis::Core::Hashable
4202
4204
 
@@ -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.59.0"
19
+ GEM_VERSION = "0.60.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240414"
25
+ REVISION = "20240427"
26
26
  end
27
27
  end
28
28
  end
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.59.0
4
+ version: 0.60.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-04-21 00:00:00.000000000 Z
11
+ date: 2024-05-05 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.59.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.60.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: []