@@ -129,25 +129,8 @@ def get_project_trace(project_id, trace_id, fields: nil, quota_user: nil, option
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 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.
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` (
0 commit comments