google-apis-cloudtrace_v2 0.19.0 → 0.20.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: c7b9f4673632e39f194471128c54ba81a159fe422ff15484394ffd2f7d8a56ce
4
- data.tar.gz: 63bf416e09fde8dec931c06844aafbf85cfe7c40241f0fc3a7ef3a0bc97d5cd0
3
+ metadata.gz: 65cb5aad692148fdfbafdaa628d3d4a21d3fd17a07df24e511e4693ec43d1241
4
+ data.tar.gz: aeaae0a477cf403c1c0d351da8f9dad2bf9365d842484a68ffd0a498a3607622
5
5
  SHA512:
6
- metadata.gz: 86cbd8a666dfc691f5d7b994bd14fc922fe4593824a7f7281109e7b21f85c1b8ef7aee1898b1419e869940982ce4d6dc8a023e3dd3626a8605397499402d9a38
7
- data.tar.gz: f7009ba9bf1f2b42108174202328cfbbe9e1ca614d48c584ceb5ad781470349dabf613e58beddb0be7e009fa89a97e61cfc3a5d4bdcaf5bf6f54483a30e4d4e4
6
+ metadata.gz: 1c3629f090d7dac698761b2c0575be9f1f67147ba9861412d7c61ad4265140e7ca6314bbfb92d47a4eede9a91c87ecee8ba2d2497e4d019d7dc48bcd4a647ea9
7
+ data.tar.gz: baec87edfd8ec96f88f1b4257cab1e0fd5776df766aa6fa8d22b619ab7911c55d5ef92a3b7776710a512dd8073f90b912889a48d50b4b5ab25ad05a6356c6e28
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudtrace_v2
2
2
 
3
+ ### v0.20.0 (2023-05-21)
4
+
5
+ * Regenerated from discovery document revision 20230511
6
+
3
7
  ### v0.19.0 (2023-02-19)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -86,8 +86,8 @@ module Google
86
86
  # A set of attributes. Each attribute's key can be up to 128 bytes long. The
87
87
  # value can be a string up to 256 bytes, a signed 64-bit integer, or the boolean
88
88
  # values `true` or `false`. For example: "/instance_id": ` "string_value": ` "
89
- # value": "my-instance" ` ` "/http/request_bytes": ` "int_value": 300 ` "abc.com/
90
- # myattribute": ` "bool_value": false `
89
+ # value": "my-instance" ` ` "/http/request_bytes": ` "int_value": 300 ` "example.
90
+ # com/myattribute": ` "bool_value": false `
91
91
  # Corresponds to the JSON property `attributeMap`
92
92
  # @return [Hash<String,Google::Apis::CloudtraceV2::AttributeValue>]
93
93
  attr_accessor :attribute_map
@@ -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.0"
19
+ GEM_VERSION = "0.20.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 = "20230126"
25
+ REVISION = "20230511"
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.19.0
4
+ version: 0.20.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: 2023-02-19 00:00:00.000000000 Z
11
+ date: 2023-05-21 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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtrace_v2/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtrace_v2/v0.20.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtrace_v2
63
63
  post_install_message:
64
64
  rdoc_options: []