google-apis-cloudtrace_v1 0.23.0 → 0.25.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: 22c1d372269108de1ae5520c0da9c90f003c78a85d5aafc1961aa55901a6a7dc
4
- data.tar.gz: 25c200d228d7fc75f8f3fdd0279bbdf3d53aa4cc4c82a16337bcd341433a13a0
3
+ metadata.gz: 559517eca180b4e5572fce6e059e762e75b847b87b1f116586eb4e90ccd6cee6
4
+ data.tar.gz: 42183e125f865fe479a0e4fd5290bc8852a72f105957843c21f202a334aed40a
5
5
  SHA512:
6
- metadata.gz: e1d44fc1f18618071c606e9ccca0f074c13b76417c5f08f3fbd11477ece680c052188bc5e9ff266c4c7fe27261aa5103d60adab15dd4629d42c2f6fbb0d54229
7
- data.tar.gz: 28fd278a301a860d54e3a51b62aa7c36b14f25544ebc422aeb6147d92664e7f7c305ff4c9828181852dd244809551fba68c3b066990c45266a755778e4d7af33
6
+ metadata.gz: 62845febb91d3d06d317f5d796e11ac236c6d8d5c1af2eadceb9f7282997a9d1f7551e246661f35bd28ca06a079e2ff67ac5205d050f6f8901dc7dc8eba81698
7
+ data.tar.gz: 4e91bb4e90fc4c942ea623f1ec03044b1f89663d783e8924832ebebb035dbd198b3e8e4b17c46efeee3b59f0623da0b87f1d9a733a1e032be0f142a13ff0cc13
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudtrace_v1
2
2
 
3
+ ### v0.25.0 (2025-10-12)
4
+
5
+ * Regenerated from discovery document revision 20251003
6
+
7
+ ### v0.24.0 (2025-06-08)
8
+
9
+ * Regenerated from discovery document revision 20250530
10
+ * Regenerated using generator version 0.18.0
11
+
3
12
  ### v0.23.0 (2025-05-04)
4
13
 
5
14
  * Regenerated using generator version 0.17.0
data/OVERVIEW.md CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
79
79
 
80
80
  **For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
81
81
 
82
- The [product documentation](https://cloud.google.com/trace) may provide guidance regarding the preferred client library to use.
82
+ The [product documentation](https://cloud.google.com/trace/) may provide guidance regarding the preferred client library to use.
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
@@ -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.23.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250411"
25
+ REVISION = "20251003"
26
26
  end
27
27
  end
28
28
  end
@@ -34,7 +34,7 @@ module Google
34
34
  # Cloudtrace = Google::Apis::CloudtraceV1 # Alias the module
35
35
  # service = Cloudtrace::CloudTraceService.new
36
36
  #
37
- # @see https://cloud.google.com/trace
37
+ # @see https://cloud.google.com/trace/
38
38
  class CloudTraceService < Google::Apis::Core::BaseService
39
39
  DEFAULT_ENDPOINT_TEMPLATE = "https://cloudtrace.$UNIVERSE_DOMAIN$/"
40
40
 
@@ -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 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` (
@@ -27,7 +27,7 @@ module Google
27
27
  # with the Cloud Trace API directly. If you are looking to instrument your
28
28
  # application for Cloud Trace, we recommend using OpenTelemetry.
29
29
  #
30
- # @see https://cloud.google.com/trace
30
+ # @see https://cloud.google.com/trace/
31
31
  module CloudtraceV1
32
32
  # Version of the Cloud Trace API this client connects to.
33
33
  # This is NOT the gem version.
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.23.0
4
+ version: 0.25.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.23.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtrace_v1/v0.25.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.8
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: []