google-apis-trafficdirector_v2 0.12.0 → 0.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/trafficdirector_v2/classes.rb +16 -16
- data/lib/google/apis/trafficdirector_v2/gem_version.rb +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d6d961b4915418ef278e85e3d302b7160c96ebf894e79d66f8c51e8b73e3981
|
4
|
+
data.tar.gz: 42e0c1c63b2e5e0fdd04dbd46acf7babae0df96cb1bb58539b33d0b6cdd2c105
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84e0d000a1f0c95d76750734d0e06c395db6391263236d96e0a362b7f6ed53cc61a9eb0a13e955f7423e733667735f98971ed11cc140068610526b6c2160d565
|
7
|
+
data.tar.gz: a15af44ef93e534f869682bf17a5269bae112a621af903d74885ae68591ff9a89754363e804710da979e0185018c53f7b5618808437545e6ebcbe81a5e91e748
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-trafficdirector_v2
|
2
2
|
|
3
|
+
### v0.14.0 (2022-09-22)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.10.0
|
6
|
+
|
7
|
+
### v0.13.0 (2022-07-28)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220723
|
10
|
+
* Regenerated using generator version 0.9.0
|
11
|
+
|
3
12
|
### v0.12.0 (2022-06-30)
|
4
13
|
|
5
14
|
* 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
|
487
|
-
# max_program_size.warn_level
|
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.
|
490
|
-
# defaults to 100, and
|
491
|
-
# unset (will not check/log a warning). Envoy emits two stats for
|
492
|
-
# program size of regexes: the histogram `re2.program_size`, which
|
493
|
-
# program size, and the counter `re2.exceeded_warn_level`, which is
|
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
|
896
|
-
# max_program_size.warn_level
|
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.
|
899
|
-
# defaults to 100, and
|
900
|
-
# unset (will not check/log a warning). Envoy emits two stats for
|
901
|
-
# program size of regexes: the histogram `re2.program_size`, which
|
902
|
-
# program size, and the counter `re2.exceeded_warn_level`, which is
|
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.
|
19
|
+
GEM_VERSION = "0.14.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.10.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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.
|
4
|
+
version: 0.14.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-
|
11
|
+
date: 2022-09-26 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:
|
19
|
+
version: 0.9.0
|
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:
|
29
|
+
version: 0.9.0
|
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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-trafficdirector_v2/v0.14.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: []
|