google-apis-cloudtrace_v1 0.21.0 → 0.22.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: 336118035f23c929fd7356f6bcb71b3b0842acecc0577fb1d2d416be289e6e83
4
- data.tar.gz: b993183da4571714fc7763ff0c62910aadd5349044b4b5201baf2408189cd620
3
+ metadata.gz: bf30c11b79de04d3370c984de97bbcbe786ab238c5320e6e1a066a2bf954c399
4
+ data.tar.gz: 71fa3e3d5dd47a3ad1aa4c312107db2ce2058ff326f2eaee48dc1a292f0698e5
5
5
  SHA512:
6
- metadata.gz: d2b50042646401d0e3f2bf3caa47da25bd236f35e933556713e8af4c36a9d3951334320463aaa44eb87e52196e660f4294c920fc88298e203be3a0355dd824f4
7
- data.tar.gz: 83a3ae451be5f16b6c2e5a4479c680ca569d63e3a7759a5071f9c3a1f1003a8e2ff4594d996adfc9065de3a82043d54c4dfcb0409fda2dfe709f7da92881baca
6
+ metadata.gz: 3e1748c52702acdd2563e38c73b4a460a6332eb26a41117ab1bdd85a5e6722b233e5719dbf5332cd458a52c98f71bcd63c688791728a38a555d52d23d7d6f58b
7
+ data.tar.gz: 2ffaddc36e0a4c0030d5ad1b2fb5c4ef9aa60101f29b93e3c7deb7b7f866f11ae837b540cec028bc97b8d60e68d5e8cc9a551e356459c493e39eb7fc8fdd7a8f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudtrace_v1
2
2
 
3
+ ### v0.22.0 (2025-04-20)
4
+
5
+ * Regenerated from discovery document revision 20250411
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.21.0 (2024-12-02)
4
9
 
5
10
  * Regenerated from discovery document revision 20240816
@@ -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.21.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240816"
25
+ REVISION = "20250411"
26
26
  end
27
27
  end
28
28
  end
@@ -55,11 +55,8 @@ module Google
55
55
  @batch_path = 'batch'
56
56
  end
57
57
 
58
- # Sends new traces to Cloud Trace or updates existing traces. If the ID of a
59
- # trace that you send matches that of an existing trace, any fields in the
60
- # existing trace and its spans are overwritten by the provided values, and any
61
- # new fields provided are merged with the existing trace data. If the ID does
62
- # not match, a new trace is created.
58
+ # Sends trace spans to Cloud Trace. Spans cannot be updated. If the trace ID and
59
+ # span ID already exist, an additional copy of the span will be stored.
63
60
  # @param [String] project_id
64
61
  # Required. ID of the Cloud project where the trace data is stored.
65
62
  # @param [Google::Apis::CloudtraceV1::Traces] traces_object
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudtrace_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
10
+ date: 2025-04-20 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtrace_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtrace_v1/v0.21.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtrace_v1/v0.22.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtrace_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.22
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud Trace API V1
82
79
  test_files: []