google-apis-cloudtrace_v2 0.2.0 → 0.3.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 +5 -0
- data/lib/google/apis/cloudtrace_v2.rb +1 -1
- data/lib/google/apis/cloudtrace_v2/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 800e6c2933fd9eb97893157e7b24e6c330ee2ddf4105f3401a720f310321c37f
|
4
|
+
data.tar.gz: a7c8216a2d2ed21054500856d53f7828f730d4b60e17ef791b61a10380d39c3c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 56f31ba84084e4226acecd301d98691eba1f38d509efc072e45a3e81022e966ccca6a41cb8e061e09247bfaaca0e8ba0e2429faf83dff47262c334f278d0045f
|
7
|
+
data.tar.gz: eec4799569bafcb23c5a88c467209aae8bc7df8fe85c603cce42e48417612ee39c5a5c58c3cffadecf8baf8774e21ba780ed6b516245e6d3aca443d5e677f170
|
data/CHANGELOG.md
CHANGED
@@ -33,7 +33,7 @@ module Google
|
|
33
33
|
# This is NOT the gem version.
|
34
34
|
VERSION = 'V2'
|
35
35
|
|
36
|
-
#
|
36
|
+
# See, edit, configure, and delete your Google Cloud Platform data
|
37
37
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
38
38
|
|
39
39
|
# Write Trace data for a project or application
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudtraceV2
|
18
18
|
# Version of the google-apis-cloudtrace_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.3.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210325"
|
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_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.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: 2021-
|
11
|
+
date: 2021-04-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudtrace_v2/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtrace_v2/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtrace_v2/v0.3.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudtrace_v2
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|