google-apis-trafficdirector_v2 0.19.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: 77a53b01729fff22a2ccf358d4a0ee99256202884521c3cf816882eb376f120b
4
- data.tar.gz: b684f5562570b05258a554cc5abe7a0957b78490ea335e99278afd689baf56f2
3
+ metadata.gz: 9b351ed34a07ef0b1cb69565741c850f8f07acb5f23169d65b97be1bd88c6bdd
4
+ data.tar.gz: 193da3ca12c30a125f99cfffee6c239a03f153ff79c268e6c04f19926775e469
5
5
  SHA512:
6
- metadata.gz: 0527ef5e213e6ff309ef8d3bd5db54fff1bd916b3f01cf597d6b9cde7ebf4ea2e583bbff1c335200dd84bbd1a5870ba487a3faff3c7e0f57c0eca48e412ad8a2
7
- data.tar.gz: 9a2add37d384a70df0b5286e2acbfdf4f320c52d4ec0510ea29f37cb6ab65168e48e6dbe74f2a5b3c602823268dddc4ad45e4838f91c6c7e8bc62728267d1694
6
+ metadata.gz: 2e6c043f5e032e83335505a777fd4e2d5901f667b9743668cda7961843412c920bbe3e491da7309e9912992b3793cdcba3eb67f3f58dec05f8fa894e163bbb9c
7
+ data.tar.gz: b636bae9de6071b982bbb7319d96b03a6a5e755302409422c10ec962a5ff9caf1fd2bbea2bd60012aca40c5ee8f11dce227cd69aa12ae5d759cf465a347067ac
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.20.0 (2025-05-04)
9
+
10
+ * Regenerated using generator version 0.17.0
11
+
3
12
  ### v0.19.0 (2024-05-19)
4
13
 
5
14
  * Regenerated using generator version 0.15.0
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/traffic-director) may provi
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -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.19.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.15.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,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-trafficdirector_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-05-26 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-trafficdirector_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-trafficdirector_v2/v0.19.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-trafficdirector_v2/v0.21.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-trafficdirector_v2
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -68,15 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
66
  requirements:
69
67
  - - ">="
70
68
  - !ruby/object:Gem::Version
71
- version: '2.7'
69
+ version: '3.1'
72
70
  required_rubygems_version: !ruby/object:Gem::Requirement
73
71
  requirements:
74
72
  - - ">="
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.9
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Traffic Director API V2
82
79
  test_files: []