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: d40002abc5c570d2f32ace78f51b7da3804524619ae6233bbfe9946746f19e77
4
- data.tar.gz: 463acc6c6bcfd0899373f137290c1e8407971a874a67c4cf1a3bedba720fdc8c
3
+ metadata.gz: d937a697747ce953430236b5a909b3f4775f52b853e3d5e15d856b41f3a1c458
4
+ data.tar.gz: d74c242d5688feafe0ff78c0950f8719b02a91f00f38473a73a79ca95818e2b9
5
5
  SHA512:
6
- metadata.gz: c60c9812d4195b182db0fd8780480b8777ab9ee0b0cd577c53c9d1bc61d7fe45f7ca50ae10059e5087b800f94494ef6c0dc6aa5794125675d9bca802b5d81b9d
7
- data.tar.gz: 181d1c3e0ab77aacf07954f08cd9edfebf7b83dc9fb054de1905c4113228cda88f7eaae0d662c9a08f42e462df2050d6d0d51c07c778827792e46165ad45e75e
6
+ metadata.gz: 04e15de23ae7ec6f9ceb50a3f98242f7f56148bc358330937d780ad9c3135c98e6aba821d11e1d474cfc0606fe938fbae004f41bd284cf76137ee95caa0c6e79
7
+ data.tar.gz: c5457b6059e5bba33d5f3b2af0d2441975fb82c725b62f1631e9cbe2da63d2c6f763954d9debd3aa7cfb7d63249fd09e76513300ee0b625132738989cfed34b7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicenetworking_v1beta
2
2
 
3
+ ### v0.33.0 (2023-02-26)
4
+
5
+ * Regenerated from discovery document revision 20230215
6
+
3
7
  ### v0.32.0 (2023-02-15)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -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.32.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 = "20221115"
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.32.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-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_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.32.0
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: []