google-apis-cloudtrace_v1 0.23.0 → 0.24.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/cloudtrace_v1/gem_version.rb +3 -3
- data/lib/google/apis/cloudtrace_v1/service.rb +2 -19
- 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: 18a3506f496a6ec0afcdebd5e1274884af0e99a482f6eebded153c06a54c5d6b
|
4
|
+
data.tar.gz: 70e64f0d0bd17032309f6336cdd3dddddf2c3a081a4063a15620e1029c6036fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 557f0c4334f791f3b29aa46627f9ae9519731065e45602d02835f97a3c3a5827e9c77b4ddab3fb181f3350244606c14a08c04f31757dedf54e9b6236821eecfd
|
7
|
+
data.tar.gz: 8bb05391330fd8c18b5f3f966bf4080fac30ef62d875d52657fcbd00774d644b1b91b6015637f0e5e750aab3c684a1241badb16d1f032484f7c159b6d223d675
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-cloudtrace_v1
|
2
2
|
|
3
|
+
### v0.24.0 (2025-06-08)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250530
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.23.0 (2025-05-04)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.17.0
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudtraceV1
|
18
18
|
# Version of the google-apis-cloudtrace_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.24.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250530"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -129,25 +129,8 @@ module Google
|
|
129
129
|
# End of the time interval (inclusive) during which the trace data was collected
|
130
130
|
# from the application.
|
131
131
|
# @param [String] filter
|
132
|
-
# Optional. A filter against
|
133
|
-
#
|
134
|
-
# search term. Multiple terms are ANDed. Syntax: * `root:NAME_PREFIX` or `
|
135
|
-
# NAME_PREFIX`: Return traces where any root span starts with `NAME_PREFIX`. * `+
|
136
|
-
# root:NAME` or `+NAME`: Return traces where any root span's name is exactly `
|
137
|
-
# NAME`. * `span:NAME_PREFIX`: Return traces where any span starts with `
|
138
|
-
# NAME_PREFIX`. * `+span:NAME`: Return traces where any span's name is exactly `
|
139
|
-
# NAME`. * `latency:DURATION`: Return traces whose overall latency is greater or
|
140
|
-
# equal to than `DURATION`. Accepted units are nanoseconds (`ns`), milliseconds (
|
141
|
-
# `ms`), and seconds (`s`). Default is `ms`. For example, `latency:24ms` returns
|
142
|
-
# traces whose overall latency is greater than or equal to 24 milliseconds. * `
|
143
|
-
# label:LABEL_KEY`: Return all traces containing the specified label key (exact
|
144
|
-
# match, case-sensitive) regardless of the key:value pair's value (including
|
145
|
-
# empty values). * `LABEL_KEY:VALUE_PREFIX`: Return all traces containing the
|
146
|
-
# specified label key (exact match, case-sensitive) whose value starts with `
|
147
|
-
# VALUE_PREFIX`. Both a key and a value must be specified. * `+LABEL_KEY:VALUE`:
|
148
|
-
# Return all traces containing a key:value pair exactly matching the specified
|
149
|
-
# text. Both a key and a value must be specified. * `method:VALUE`: Equivalent
|
150
|
-
# to `/http/method:VALUE`. * `url:VALUE`: Equivalent to `/http/url:VALUE`.
|
132
|
+
# Optional. A filter against properties of the trace. See [filter syntax
|
133
|
+
# documentation](https://cloud.google.com/trace/docs/trace-filters) for details.
|
151
134
|
# @param [String] order_by
|
152
135
|
# Optional. Field used to sort the returned traces. Can be one of the following:
|
153
136
|
# * `trace_id` * `name` (`name` field of root span in the trace) * `duration` (
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudtrace_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.24.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-cloudtrace_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtrace_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtrace_v1/v0.24.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtrace_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Cloud Trace API V1
|
79
79
|
test_files: []
|