google-apis-trafficdirector_v2 0.20.0 → 0.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e2b5676907a618e7b75c93b8597512f16b433286ac7d3bfc120f44076adadd5c
4
- data.tar.gz: 6cb8e988ba013f85c4bd6bffec909c1ed281a40e6bf156b3b53b07406f634861
3
+ metadata.gz: 9b351ed34a07ef0b1cb69565741c850f8f07acb5f23169d65b97be1bd88c6bdd
4
+ data.tar.gz: 193da3ca12c30a125f99cfffee6c239a03f153ff79c268e6c04f19926775e469
5
5
  SHA512:
6
- metadata.gz: 0fa3e5df5a01d82a181829a74e707a89d775fd7f76926f5900ab809afdcedae5be9a0e4cb7ef2cf56fe38401fd213245f23b626819083d51b659c78763a577a8
7
- data.tar.gz: 139347660333f2a91a5039bbd35c463328d82c9688aef69ef4e8608382d62fa06270b0acd6ba3beddb3f5392a706908cf40b7b917a8810443313e5c707feddb4
6
+ metadata.gz: 2e6c043f5e032e83335505a777fd4e2d5901f667b9743668cda7961843412c920bbe3e491da7309e9912992b3793cdcba3eb67f3f58dec05f8fa894e163bbb9c
7
+ data.tar.gz: b636bae9de6071b982bbb7319d96b03a6a5e755302409422c10ec962a5ff9caf1fd2bbea2bd60012aca40c5ee8f11dce227cd69aa12ae5d759cf465a347067ac
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-trafficdirector_v2
2
2
 
3
+ ### v0.21.0 (2025-09-14)
4
+
5
+ * Regenerated from discovery document revision 20250908
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.20.0 (2025-05-04)
4
9
 
5
10
  * Regenerated using generator version 0.17.0
@@ -551,9 +551,9 @@ module Google
551
551
  class ListMatcher
552
552
  include Google::Apis::Core::Hashable
553
553
 
554
- # Specifies the way to match a ProtobufWkt::Value. Primitive values and
555
- # ListValue are supported. StructValue is not supported and is always not
556
- # matched. [#next-free-field: 7]
554
+ # Specifies the way to match a Protobuf::Value. Primitive values and ListValue
555
+ # are supported. StructValue is not supported and is always not matched. [#next-
556
+ # free-field: 7]
557
557
  # Corresponds to the JSON property `oneOf`
558
558
  # @return [Google::Apis::TrafficdirectorV2::ValueMatcher]
559
559
  attr_accessor :one_of
@@ -1238,9 +1238,9 @@ module Google
1238
1238
  # @return [Array<Google::Apis::TrafficdirectorV2::PathSegment>]
1239
1239
  attr_accessor :path
1240
1240
 
1241
- # Specifies the way to match a ProtobufWkt::Value. Primitive values and
1242
- # ListValue are supported. StructValue is not supported and is always not
1243
- # matched. [#next-free-field: 7]
1241
+ # Specifies the way to match a Protobuf::Value. Primitive values and ListValue
1242
+ # are supported. StructValue is not supported and is always not matched. [#next-
1243
+ # free-field: 7]
1244
1244
  # Corresponds to the JSON property `value`
1245
1245
  # @return [Google::Apis::TrafficdirectorV2::ValueMatcher]
1246
1246
  attr_accessor :value
@@ -1287,9 +1287,9 @@ module Google
1287
1287
  end
1288
1288
  end
1289
1289
 
1290
- # Specifies the way to match a ProtobufWkt::Value. Primitive values and
1291
- # ListValue are supported. StructValue is not supported and is always not
1292
- # matched. [#next-free-field: 7]
1290
+ # Specifies the way to match a Protobuf::Value. Primitive values and ListValue
1291
+ # are supported. StructValue is not supported and is always not matched. [#next-
1292
+ # free-field: 7]
1293
1293
  class ValueMatcher
1294
1294
  include Google::Apis::Core::Hashable
1295
1295
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module TrafficdirectorV2
18
18
  # Version of the google-apis-trafficdirector_v2 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.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230711"
25
+ REVISION = "20250908"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-trafficdirector_v2
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
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-trafficdirector_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-trafficdirector_v2/v0.20.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-trafficdirector_v2/v0.21.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-trafficdirector_v2
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Traffic Director API V2
79
79
  test_files: []