google-apis-trafficdirector_v2 0.12.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: 22812c59db9d7f44850a8b10b5ca5b35c3dcc7769596bfbe4458629b4ce22261
4
- data.tar.gz: c2460650c895e6199663df8cb5749f20f1683135a14409aac7bc687b670c8787
3
+ metadata.gz: 6a5ecb79965366f65be61ddfc9621aa0be1e0999d3479c9bdd5a32095b2c0730
4
+ data.tar.gz: 86c13b21df313b3959e84a397b0383f4c23a9fc74c09d0cbb9ff872fb73bae99
5
5
  SHA512:
6
- metadata.gz: 4cdcbb33709e67441af662a4b8aeb4d4e952066e6b9c51e47a57aaa6e4ded0d1c71a98114a7a806bc75b248c7e28dc4a04c6c24ff502d23f1b651f0895b21e83
7
- data.tar.gz: b395f4c963434ae29553f3bffbde779d7f7e8711dfec4a8bb2ea8c58530a6530e8339efcdf020336832668bfb12bf95206bb2e49f5859a2f0dc96ccab19c0399
6
+ metadata.gz: 15e9f89738f5321f5deb5b4c3fd06fb992dd70e3468e7e0cd38b465d062f782d47e7ba32a8064f79bba6a09acd5514422a10acf990fd7cd17fd3fb45f7f80d02
7
+ data.tar.gz: 1cf074c1f65c94bcd6548a9300fd6fde7125ce69e18f1ef4c345a2a9a423bed18536b39462c42e7c08f30cec71255fe13300fbcb24421e4c0034ae57a6108d0d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.12.0 (2022-06-30)
4
9
 
5
10
  * Regenerated using generator version 0.8.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.12.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.8.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.12.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-07-04 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
@@ -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.12.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: []