google-apis-servicenetworking_v1 0.38.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: bd5d7a71a5e760aa2058fee802722696052094b4828d0367a8468d453bfb2c8b
4
- data.tar.gz: 5ba12eb10095e6a2554b93bcf7b39a29b7474970fab4a02bcbeffd6c466c8378
3
+ metadata.gz: 64df465347641c446054bb18daa600c5860b22e7cc048ac7e6bb560922daabf7
4
+ data.tar.gz: dbc8fedfb7165366d9dc86e56f249bc60c6a56ef697080f49452ca188671a570
5
5
  SHA512:
6
- metadata.gz: 64e6b31d2a69a70092a23e5b0fc73ef60242953588c2bb96f0b00a51efdf930883e6e58166748d53dbb90e1511b718b8019fcdfb8839987dcb69e63c403aef80
7
- data.tar.gz: 8179b2c71d0121155477d867f9d1bed6cb854f01d63d0dbaf927d892cfc74c72a3b82b15c9dffacd091cf55f2709c36baeb61382022532f7891b867b4254273f
6
+ metadata.gz: d2b69ca45c71af6632b178a9f462862fe2e7a81e4f652388060dbfe939ad10ea99444c0afed97773ee5b8db595076add3740169996dd0f206d7197ef103c658d
7
+ data.tar.gz: 8996e773d5ab668acc9bcc99de9aae26f3bf39938f8db12dd0997098267373995c6fec8f57ce35d76cbfc7c70bcbce92cf08b922074be35ed7b1db47e4a1ba95
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.38.0 (2023-02-15)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -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.38.0"
19
+ GEM_VERSION = "0.39.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 = "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.38.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-02-19 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
@@ -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.38.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: []