google-apis-cloudtrace_v1 0.20.0 → 0.21.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1bf89606c3f544d5226a9998cbae2ea34ab49dab193a6d7d098ca66683e3bfaa
4
- data.tar.gz: 987112b475c2ad08ea8a564b45fc27b3e305a0bd0ff60d910cc2c8a28abdcfd1
3
+ metadata.gz: 336118035f23c929fd7356f6bcb71b3b0842acecc0577fb1d2d416be289e6e83
4
+ data.tar.gz: b993183da4571714fc7763ff0c62910aadd5349044b4b5201baf2408189cd620
5
5
  SHA512:
6
- metadata.gz: 88bd44503793234dab3a40decd42713b76bb36d380ad25f620e08d6fcb89a01debfd08a8fa51f826cef03c11608d18260e9074cbc1422bb88a4add38803e56cd
7
- data.tar.gz: e114e6b347717efd14e9a46be9943bce1875d198d2fd5ca794de20e229d01e19a234c377e19dfa13624b045e8cad63d58d06d87c3afa38dde8529955398fdbd3
6
+ metadata.gz: d2b50042646401d0e3f2bf3caa47da25bd236f35e933556713e8af4c36a9d3951334320463aaa44eb87e52196e660f4294c920fc88298e203be3a0355dd824f4
7
+ data.tar.gz: 83a3ae451be5f16b6c2e5a4479c680ca569d63e3a7759a5071f9c3a1f1003a8e2ff4594d996adfc9065de3a82043d54c4dfcb0409fda2dfe709f7da92881baca
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudtrace_v1
2
2
 
3
+ ### v0.21.0 (2024-12-02)
4
+
5
+ * Regenerated from discovery document revision 20240816
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.20.0 (2024-05-19)
4
9
 
5
10
  * 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.21.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.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240102"
25
+ REVISION = "20240816"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
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.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-19 00:00:00.000000000 Z
11
+ date: 2024-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  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
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtrace_v1/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtrace_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Trace API V1