Skip to content

Commit 81c1912

Browse files
feat: Automated regeneration of cloudtrace v2 client (#13478)
Auto-created at 2023-02-05 10:04:28 +0000 using the toys pull request generator.
1 parent 634b78a commit 81c1912

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

generated/google-apis-cloudtrace_v2/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-cloudtrace_v2
22

3+
### v0.18.0 (2023-02-05)
4+
5+
* Regenerated from discovery document revision 20230126
6+
* Regenerated using generator version 0.11.1
7+
38
### v0.17.0 (2022-10-20)
49

510
* Regenerated using generator version 0.11.0

generated/google-apis-cloudtrace_v2/lib/google/apis/cloudtrace_v2/classes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def update!(**args)
281281
# form a trace tree. Often, a trace contains a root span that describes the end-
282282
# to-end latency, and one or more subspans for its sub-operations. A trace can
283283
# also contain multiple root spans, or none at all. Spans do not need to be
284-
# contiguous—there might be gaps or overlaps between spans in a trace.
284+
# contiguous. There might be gaps or overlaps between spans in a trace.
285285
class Span
286286
include Google::Apis::Core::Hashable
287287

generated/google-apis-cloudtrace_v2/lib/google/apis/cloudtrace_v2/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module CloudtraceV2
1818
# Version of the google-apis-cloudtrace_v2 gem
19-
GEM_VERSION = "0.17.0"
19+
GEM_VERSION = "0.18.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.11.0"
22+
GENERATOR_VERSION = "0.11.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20220512"
25+
REVISION = "20230126"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)