google-apis-cloudtrace_v1 0.16.0 → 0.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/cloudtrace_v1/classes.rb +2 -2
- data/lib/google/apis/cloudtrace_v1/gem_version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 95af36d7dde2cbd8585446f9eb2a5ceec66ce7f738e8f39fc1c33062e42d0b3e
|
4
|
+
data.tar.gz: 269fee9f6e8279e0b467a76b413db80be8674a4151a6470577277e6d5c79004b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a0f4ff366934c94ae4c0ef5cb9455c6b32c6f4d2f00d2b8d8e2097902ddb692249b9f0270967ded107a25aa16def4b71f9f544787c500eedd43db978a66b4ee
|
7
|
+
data.tar.gz: c83f109bc4863ebfa330863cf70071a71f25436f92649a7825c9f50c7f29d39b2d675a79d2ffd6c2817727ba78135c9589d50c1b3be733ca6d5f91935174d2bc
|
data/CHANGELOG.md
CHANGED
@@ -108,7 +108,7 @@ module Google
|
|
108
108
|
class TraceSpan
|
109
109
|
include Google::Apis::Core::Hashable
|
110
110
|
|
111
|
-
# End time of the span in nanoseconds from the UNIX epoch.
|
111
|
+
# End time of the span in seconds and nanoseconds from the UNIX epoch.
|
112
112
|
# Corresponds to the JSON property `endTime`
|
113
113
|
# @return [String]
|
114
114
|
attr_accessor :end_time
|
@@ -156,7 +156,7 @@ module Google
|
|
156
156
|
# @return [Fixnum]
|
157
157
|
attr_accessor :span_id
|
158
158
|
|
159
|
-
# Start time of the span in nanoseconds from the UNIX epoch.
|
159
|
+
# Start time of the span in seconds and nanoseconds from the UNIX epoch.
|
160
160
|
# Corresponds to the JSON property `startTime`
|
161
161
|
# @return [String]
|
162
162
|
attr_accessor :start_time
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.17.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240102"
|
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.
|
4
|
+
version: 0.17.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:
|
11
|
+
date: 2024-01-07 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtrace_v1/v0.17.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.
|
78
|
+
rubygems_version: 3.5.3
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Trace API V1
|