google-apis-servicenetworking_v1beta 0.32.0 → 0.33.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d937a697747ce953430236b5a909b3f4775f52b853e3d5e15d856b41f3a1c458
|
4
|
+
data.tar.gz: d74c242d5688feafe0ff78c0950f8719b02a91f00f38473a73a79ca95818e2b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 04e15de23ae7ec6f9ceb50a3f98242f7f56148bc358330937d780ad9c3135c98e6aba821d11e1d474cfc0606fe938fbae004f41bd284cf76137ee95caa0c6e79
|
7
|
+
data.tar.gz: c5457b6059e5bba33d5f3b2af0d2441975fb82c725b62f1631e9cbe2da63d2c6f763954d9debd3aa7cfb7d63249fd09e76513300ee0b625132738989cfed34b7
|
data/CHANGELOG.md
CHANGED
@@ -533,6 +533,11 @@ module Google
|
|
533
533
|
# @return [Float]
|
534
534
|
attr_accessor :operation_deadline
|
535
535
|
|
536
|
+
# The map between request protocol and the backend address.
|
537
|
+
# Corresponds to the JSON property `overridesByRequestProtocol`
|
538
|
+
# @return [Hash<String,Google::Apis::ServicenetworkingV1beta::BackendRule>]
|
539
|
+
attr_accessor :overrides_by_request_protocol
|
540
|
+
|
536
541
|
#
|
537
542
|
# Corresponds to the JSON property `pathTranslation`
|
538
543
|
# @return [String]
|
@@ -569,6 +574,7 @@ module Google
|
|
569
574
|
@jwt_audience = args[:jwt_audience] if args.key?(:jwt_audience)
|
570
575
|
@min_deadline = args[:min_deadline] if args.key?(:min_deadline)
|
571
576
|
@operation_deadline = args[:operation_deadline] if args.key?(:operation_deadline)
|
577
|
+
@overrides_by_request_protocol = args[:overrides_by_request_protocol] if args.key?(:overrides_by_request_protocol)
|
572
578
|
@path_translation = args[:path_translation] if args.key?(:path_translation)
|
573
579
|
@protocol = args[:protocol] if args.key?(:protocol)
|
574
580
|
@selector = args[:selector] if args.key?(:selector)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServicenetworkingV1beta
|
18
18
|
# Version of the google-apis-servicenetworking_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.33.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230215"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -731,6 +731,8 @@ module Google
|
|
731
731
|
property :jwt_audience, as: 'jwtAudience'
|
732
732
|
property :min_deadline, as: 'minDeadline'
|
733
733
|
property :operation_deadline, as: 'operationDeadline'
|
734
|
+
hash :overrides_by_request_protocol, as: 'overridesByRequestProtocol', class: Google::Apis::ServicenetworkingV1beta::BackendRule, decorator: Google::Apis::ServicenetworkingV1beta::BackendRule::Representation
|
735
|
+
|
734
736
|
property :path_translation, as: 'pathTranslation'
|
735
737
|
property :protocol, as: 'protocol'
|
736
738
|
property :selector, as: 'selector'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-servicenetworking_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.33.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: 2023-02-
|
11
|
+
date: 2023-02-26 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-servicenetworking_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.33.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|