google-apis-trafficdirector_v2 0.10.0 → 0.13.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: e5723384df217e4a3231aa460440839c123d660af397eaf9a8c4f000cb434f98
4
- data.tar.gz: 3d00c19fc7b51fa11fd16990efeb2a7810d17737f2d8d881af04b83665328ca6
3
+ metadata.gz: 6a5ecb79965366f65be61ddfc9621aa0be1e0999d3479c9bdd5a32095b2c0730
4
+ data.tar.gz: 86c13b21df313b3959e84a397b0383f4c23a9fc74c09d0cbb9ff872fb73bae99
5
5
  SHA512:
6
- metadata.gz: 5d038b41aa6bcd75e37f01a0c61ecce65d97e13ac1b5c83167ac20249af9249a71cc6c6aa590b53bd0a51b8b34d28f4ea40475a1e00d6fa9d68d9116a6357cae
7
- data.tar.gz: 8f29f964c648c06d6f155493c6285d6744579f4cb28f0d79c06f9004c4004c4b4234b9aaaae58ca0d204f03c8e855a084e4ccd371a89bcd9f73d9048ee658b5d
6
+ metadata.gz: 15e9f89738f5321f5deb5b4c3fd06fb992dd70e3468e7e0cd38b465d062f782d47e7ba32a8064f79bba6a09acd5514422a10acf990fd7cd17fd3fb45f7f80d02
7
+ data.tar.gz: 1cf074c1f65c94bcd6548a9300fd6fde7125ce69e18f1ef4c345a2a9a423bed18536b39462c42e7c08f30cec71255fe13300fbcb24421e4c0034ae57a6108d0d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-trafficdirector_v2
2
2
 
3
+ ### v0.13.0 (2022-07-28)
4
+
5
+ * Regenerated from discovery document revision 20220723
6
+ * Regenerated using generator version 0.9.0
7
+
8
+ ### v0.12.0 (2022-06-30)
9
+
10
+ * Regenerated using generator version 0.8.0
11
+
12
+ ### v0.11.0 (2022-06-19)
13
+
14
+ * Regenerated using generator version 0.7.0
15
+
3
16
  ### v0.10.0 (2022-06-06)
4
17
 
5
18
  * Regenerated using generator version 0.5.0
@@ -483,15 +483,15 @@ module Google
483
483
  # Google's `RE2 `_ regex engine. The regex string must adhere to the documented `
484
484
  # syntax `_. The engine is designed to complete execution in linear time as well
485
485
  # as limit the amount of memory used. Envoy supports program size checking via
486
- # runtime. The runtime keys `re2.max_program_size.error_level` and `re2.
487
- # max_program_size.warn_level` can be set to integers as the maximum program
486
+ # runtime. The runtime keys ``re2.max_program_size.error_level`` and ``re2.
487
+ # max_program_size.warn_level`` can be set to integers as the maximum program
488
488
  # size or complexity that a compiled regex can have before an exception is
489
- # thrown or a warning is logged, respectively. `re2.max_program_size.error_level`
490
- # defaults to 100, and `re2.max_program_size.warn_level` has no default if
491
- # unset (will not check/log a warning). Envoy emits two stats for tracking the
492
- # program size of regexes: the histogram `re2.program_size`, which records the
493
- # program size, and the counter `re2.exceeded_warn_level`, which is incremented
494
- # each time the program size exceeds the warn level threshold.
489
+ # thrown or a warning is logged, respectively. ``re2.max_program_size.
490
+ # error_level`` defaults to 100, and ``re2.max_program_size.warn_level`` has no
491
+ # default if unset (will not check/log a warning). Envoy emits two stats for
492
+ # tracking the program size of regexes: the histogram `re2.program_size`, which
493
+ # records the program size, and the counter `re2.exceeded_warn_level`, which is
494
+ # incremented each time the program size exceeds the warn level threshold.
495
495
  class GoogleRe2
496
496
  include Google::Apis::Core::Hashable
497
497
 
@@ -892,15 +892,15 @@ module Google
892
892
  # Google's `RE2 `_ regex engine. The regex string must adhere to the documented `
893
893
  # syntax `_. The engine is designed to complete execution in linear time as well
894
894
  # as limit the amount of memory used. Envoy supports program size checking via
895
- # runtime. The runtime keys `re2.max_program_size.error_level` and `re2.
896
- # max_program_size.warn_level` can be set to integers as the maximum program
895
+ # runtime. The runtime keys ``re2.max_program_size.error_level`` and ``re2.
896
+ # max_program_size.warn_level`` can be set to integers as the maximum program
897
897
  # size or complexity that a compiled regex can have before an exception is
898
- # thrown or a warning is logged, respectively. `re2.max_program_size.error_level`
899
- # defaults to 100, and `re2.max_program_size.warn_level` has no default if
900
- # unset (will not check/log a warning). Envoy emits two stats for tracking the
901
- # program size of regexes: the histogram `re2.program_size`, which records the
902
- # program size, and the counter `re2.exceeded_warn_level`, which is incremented
903
- # each time the program size exceeds the warn level threshold.
898
+ # thrown or a warning is logged, respectively. ``re2.max_program_size.
899
+ # error_level`` defaults to 100, and ``re2.max_program_size.warn_level`` has no
900
+ # default if unset (will not check/log a warning). Envoy emits two stats for
901
+ # tracking the program size of regexes: the histogram `re2.program_size`, which
902
+ # records the program size, and the counter `re2.exceeded_warn_level`, which is
903
+ # incremented each time the program size exceeds the warn level threshold.
904
904
  # Corresponds to the JSON property `googleRe2`
905
905
  # @return [Google::Apis::TrafficdirectorV2::GoogleRe2]
906
906
  attr_accessor :google_re2
@@ -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.10.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.5.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210809"
25
+ REVISION = "20220723"
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-trafficdirector_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.13.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: 2022-06-13 00:00:00.000000000 Z
11
+ date: 2022-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.5'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.5'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-trafficdirector_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-trafficdirector_v2/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-trafficdirector_v2/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-trafficdirector_v2
63
63
  post_install_message:
64
64
  rdoc_options: []