google-apis-observability_v1 0.10.0 → 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e1b1739757e2ef264d37e568a51e802cca2d597966a5be873850de8c4e04e438
|
|
4
|
+
data.tar.gz: 97d063c3bd9de041d4063fc020e6002869e111e4f9eaaeb7e27a8288a5063306
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2246ecf11b94525cc847e80ff8f4cc4807da0182420a3c1863c61c2ecbf1a8422c680a064caac3a3452039a31fcee61e1429f31de579634d97d7ae057f34da97
|
|
7
|
+
data.tar.gz: 58dbb85b17db64db2af2bfe1933ef96c470ea3678fa5c9612b86b53a50609d97f8be0ca91f738773e9681399e0db3cdc80af554fccd7f12f2cb602c171cd4ae7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-observability_v1
|
|
2
2
|
|
|
3
|
+
### v0.12.0 (2025-12-21)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251211
|
|
6
|
+
|
|
7
|
+
### v0.11.0 (2025-12-14)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251204
|
|
10
|
+
|
|
3
11
|
### v0.10.0 (2025-11-23)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251113
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ObservabilityV1
|
|
18
18
|
# Version of the google-apis-observability_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.12.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251211"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -22,7 +22,8 @@ module Google
|
|
|
22
22
|
module ObservabilityV1
|
|
23
23
|
# Observability API
|
|
24
24
|
#
|
|
25
|
-
#
|
|
25
|
+
# Provides functionality for configuring the observability scope, which controls
|
|
26
|
+
# the log, metric, and trace data that you can view.
|
|
26
27
|
#
|
|
27
28
|
# @example
|
|
28
29
|
# require 'google/apis/observability_v1'
|
|
@@ -21,7 +21,8 @@ module Google
|
|
|
21
21
|
module Apis
|
|
22
22
|
# Observability API
|
|
23
23
|
#
|
|
24
|
-
#
|
|
24
|
+
# Provides functionality for configuring the observability scope, which controls
|
|
25
|
+
# the log, metric, and trace data that you can view.
|
|
25
26
|
#
|
|
26
27
|
# @see https://cloud.google.com/stackdriver/docs/
|
|
27
28
|
module ObservabilityV1
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-observability_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.12.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-observability_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-observability_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-observability_v1/v0.12.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-observability_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|