google-apis-servicenetworking_v1 0.37.0 → 0.39.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: 6fd6e6d9d9d05af40305eca9a0c4be3a009356c5600c0a2dc962bdf1565c9ae5
4
- data.tar.gz: 835d1660f7610174313f45273baa3abb7609c280c72f63ce1dcd08e5f9e384c0
3
+ metadata.gz: 64df465347641c446054bb18daa600c5860b22e7cc048ac7e6bb560922daabf7
4
+ data.tar.gz: dbc8fedfb7165366d9dc86e56f249bc60c6a56ef697080f49452ca188671a570
5
5
  SHA512:
6
- metadata.gz: 8f4c3ac53617d15ad01098fa67d996c224bd01f5d18c47bcca805e787793ba8078247c36f8740f5b48b732a1e3cd9e9080e028ca8071dda03510ff7641cbe9d8
7
- data.tar.gz: ccd3ea4cb7a63e9cf41ffdb6e9dcd1aeae4c7b37e1d14a398503ec23beb017a53a33a8efafdf17e30524e44c6dffe3c73c4ec18b6bc989e671a81b0ac149b3ff
6
+ metadata.gz: d2b69ca45c71af6632b178a9f462862fe2e7a81e4f652388060dbfe939ad10ea99444c0afed97773ee5b8db595076add3740169996dd0f206d7197ef103c658d
7
+ data.tar.gz: 8996e773d5ab668acc9bcc99de9aae26f3bf39938f8db12dd0997098267373995c6fec8f57ce35d76cbfc7c70bcbce92cf08b922074be35ed7b1db47e4a1ba95
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-servicenetworking_v1
2
2
 
3
+ ### v0.39.0 (2023-02-26)
4
+
5
+ * Regenerated from discovery document revision 20230215
6
+
7
+ ### v0.38.0 (2023-02-15)
8
+
9
+ * Regenerated using generator version 0.12.0
10
+
3
11
  ### v0.37.0 (2023-01-22)
4
12
 
5
13
  * Regenerated from discovery document revision 20230115
@@ -728,6 +728,11 @@ module Google
728
728
  # @return [Float]
729
729
  attr_accessor :operation_deadline
730
730
 
731
+ # The map between request protocol and the backend address.
732
+ # Corresponds to the JSON property `overridesByRequestProtocol`
733
+ # @return [Hash<String,Google::Apis::ServicenetworkingV1::BackendRule>]
734
+ attr_accessor :overrides_by_request_protocol
735
+
731
736
  #
732
737
  # Corresponds to the JSON property `pathTranslation`
733
738
  # @return [String]
@@ -764,6 +769,7 @@ module Google
764
769
  @jwt_audience = args[:jwt_audience] if args.key?(:jwt_audience)
765
770
  @min_deadline = args[:min_deadline] if args.key?(:min_deadline)
766
771
  @operation_deadline = args[:operation_deadline] if args.key?(:operation_deadline)
772
+ @overrides_by_request_protocol = args[:overrides_by_request_protocol] if args.key?(:overrides_by_request_protocol)
767
773
  @path_translation = args[:path_translation] if args.key?(:path_translation)
768
774
  @protocol = args[:protocol] if args.key?(:protocol)
769
775
  @selector = args[:selector] if args.key?(:selector)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicenetworkingV1
18
18
  # Version of the google-apis-servicenetworking_v1 gem
19
- GEM_VERSION = "0.37.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230115"
25
+ REVISION = "20230215"
26
26
  end
27
27
  end
28
28
  end
@@ -884,6 +884,8 @@ module Google
884
884
  property :jwt_audience, as: 'jwtAudience'
885
885
  property :min_deadline, as: 'minDeadline'
886
886
  property :operation_deadline, as: 'operationDeadline'
887
+ hash :overrides_by_request_protocol, as: 'overridesByRequestProtocol', class: Google::Apis::ServicenetworkingV1::BackendRule, decorator: Google::Apis::ServicenetworkingV1::BackendRule::Representation
888
+
887
889
  property :path_translation, as: 'pathTranslation'
888
890
  property :protocol, as: 'protocol'
889
891
  property :selector, as: 'selector'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicenetworking_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.0
4
+ version: 0.39.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-01-22 00:00:00.000000000 Z
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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.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: 0.9.1
29
+ version: 0.11.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-servicenetworking_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.39.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1
63
63
  post_install_message:
64
64
  rdoc_options: []