Skip to content

Commit 31efed8

Browse files
feat: Automated regeneration of cloudtrace v1 client (googleapis#23348)
Auto-created at 2025-06-08 10:00:37 +0000 using the toys pull request generator.
1 parent e2a0044 commit 31efed8

File tree

3 files changed

+10
-22
lines changed

3 files changed

+10
-22
lines changed

generated/google-apis-cloudtrace_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-cloudtrace_v1
22

3+
### v0.24.0 (2025-06-08)
4+
5+
* Regenerated from discovery document revision 20250530
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.23.0 (2025-05-04)
49

510
* Regenerated using generator version 0.17.0

generated/google-apis-cloudtrace_v1/lib/google/apis/cloudtrace_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module CloudtraceV1
1818
# Version of the google-apis-cloudtrace_v1 gem
19-
GEM_VERSION = "0.23.0"
19+
GEM_VERSION = "0.24.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250411"
25+
REVISION = "20250530"
2626
end
2727
end
2828
end

generated/google-apis-cloudtrace_v1/lib/google/apis/cloudtrace_v1/service.rb

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -129,25 +129,8 @@ def get_project_trace(project_id, trace_id, fields: nil, quota_user: nil, option
129129
# End of the time interval (inclusive) during which the trace data was collected
130130
# from the application.
131131
# @param [String] filter
132-
# Optional. A filter against labels for the request. By default, searches use
133-
# prefix matching. To specify exact match, prepend a plus symbol (`+`) to the
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.
151134
# @param [String] order_by
152135
# Optional. Field used to sort the returned traces. Can be one of the following:
153136
# * `trace_id` * `name` (`name` field of root span in the trace) * `duration` (

0 commit comments

Comments
 (0)