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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/monitoring_v3/classes.rb +8 -6
- data/lib/google/apis/monitoring_v3/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b8e88e1c82a14c92a2756267a5cb8fff82f52d6512b77940dc89c292f3f153a3
|
4
|
+
data.tar.gz: fd22abc9818baceea2d1b96cc6db88f6f9f84e1f8313be3da160f74bf9827e30
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a40ef08575c46eac58ba2829799371f0e6a31da68af9b388ddb25d05a649a213f9047ae13b223c1e46e5da4d9d3e596b3d8a6d19ace3604285873389a74d354
|
7
|
+
data.tar.gz: 426dc722ad437039f0f1f67ef5f5571b7be6b057cfb2a82cada492c9a2f192e28b580affafb155b420d9abd67a01bbb197ef3ae62fa658c0b4c4f0457c74331e
|
data/CHANGELOG.md
CHANGED
@@ -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 (
|
1931
|
-
# developers.google.com/identity/protocols/OpenIDConnect)
|
1932
|
-
#
|
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 (
|
4198
|
-
# developers.google.com/identity/protocols/OpenIDConnect)
|
4199
|
-
#
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|