google-apis-cloudtrace_v1 0.20.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: 1bf89606c3f544d5226a9998cbae2ea34ab49dab193a6d7d098ca66683e3bfaa
4
- data.tar.gz: 987112b475c2ad08ea8a564b45fc27b3e305a0bd0ff60d910cc2c8a28abdcfd1
3
+ metadata.gz: bf30c11b79de04d3370c984de97bbcbe786ab238c5320e6e1a066a2bf954c399
4
+ data.tar.gz: 71fa3e3d5dd47a3ad1aa4c312107db2ce2058ff326f2eaee48dc1a292f0698e5
5
5
  SHA512:
6
- metadata.gz: 88bd44503793234dab3a40decd42713b76bb36d380ad25f620e08d6fcb89a01debfd08a8fa51f826cef03c11608d18260e9074cbc1422bb88a4add38803e56cd
7
- data.tar.gz: e114e6b347717efd14e9a46be9943bce1875d198d2fd5ca794de20e229d01e19a234c377e19dfa13624b045e8cad63d58d06d87c3afa38dde8529955398fdbd3
6
+ metadata.gz: 3e1748c52702acdd2563e38c73b4a460a6332eb26a41117ab1bdd85a5e6722b233e5719dbf5332cd458a52c98f71bcd63c688791728a38a555d52d23d7d6f58b
7
+ data.tar.gz: 2ffaddc36e0a4c0030d5ad1b2fb5c4ef9aa60101f29b93e3c7deb7b7f866f11ae837b540cec028bc97b8d60e68d5e8cc9a551e356459c493e39eb7fc8fdd7a8f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
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
+
8
+ ### v0.21.0 (2024-12-02)
9
+
10
+ * Regenerated from discovery document revision 20240816
11
+ * Regenerated using generator version 0.15.1
12
+
3
13
  ### v0.20.0 (2024-05-19)
4
14
 
5
15
  * Regenerated using generator version 0.15.0
@@ -121,17 +121,9 @@ module Google
121
121
  attr_accessor :kind
122
122
 
123
123
  # Collection of labels associated with the span. Label keys must be less than
124
- # 128 bytes. Label values must be less than 16 kilobytes (10MB for `/stacktrace`
125
- # values). Some predefined label keys exist, or you may create your own. When
126
- # creating your own, we recommend the following formats: * `/category/product/
127
- # key` for agents of well-known products (e.g. `/db/mongodb/read_size`). * `
128
- # short_host/path/key` for domain-specific keys (e.g. `foo.com/myproduct/bar`)
129
- # Predefined labels include: * `/agent` * `/component` * `/error/message` * `/
130
- # error/name` * `/http/client_city` * `/http/client_country` * `/http/
131
- # client_protocol` * `/http/client_region` * `/http/host` * `/http/method` * `/
132
- # http/path` * `/http/redirected_url` * `/http/request/size` * `/http/response/
133
- # size` * `/http/route` * `/http/status_code` * `/http/url` * `/http/user_agent`
134
- # * `/pid` * `/stacktrace` * `/tid`
124
+ # 128 bytes. Label values must be less than 16 KiB. Some keys might have
125
+ # predefined meaning, and you can also create your own. For more information,
126
+ # see [Cloud Trace labels](https://cloud.google.com/trace/docs/trace-labels).
135
127
  # Corresponds to the JSON property `labels`
136
128
  # @return [Hash<String,String>]
137
129
  attr_accessor :labels
@@ -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.20.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.0"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240102"
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.20.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-05-19 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.20.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.6
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: []