google-apis-serviceconsumermanagement_v1 0.29.0 → 0.31.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: c73b1bdc0d725c613c1f2a195466c2b679e31df8d87ea0597de29f469416b715
4
- data.tar.gz: f982d721e2593b418f3519a8faff038dbf6da6c091a5cb34ce8a3ef251a900b8
3
+ metadata.gz: f5eecfe3bd022805933b0a8903741fc2d1826f519c971f32112fbdbd8924403c
4
+ data.tar.gz: af9e2a8b9a4af00a0860874f1cb132a72a05518ad44bdda96a52cbf6fb07e982
5
5
  SHA512:
6
- metadata.gz: b1725fd85d67baac60b5a8dcc05d7d2256b65418069246ea27fe6abd2e024ad8cff7065b9825e2c62c126d7e1deae0a464bc326bc3f266d11a031b386c07e6fb
7
- data.tar.gz: 30dd52b4867243a4fb82abd72c787864656b4fca1e24dccf4f9efe96ac83c92e19633aa42d04174cfbd38d578ff2f07a59c94335e93bbc50612f478d7224b97a
6
+ metadata.gz: bd9b4d15338597ef480f33d532709b07cf1d1c21d4f25ff39d229866ea6b2219bb2998cb2638fb69d2261a5cd9e5e8a5cc9d851c60c013bbbc9901fe1d8accb6
7
+ data.tar.gz: c74eea54ab3f3a67055e5b337a0a5e4c095f22113cc063e997eb96feac142237f4b693f7129cdec0ff5d15c5bdb4599a44bacb7ceae0a7b87052be53d2985e4e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1
2
2
 
3
+ ### v0.31.0 (2023-02-26)
4
+
5
+ * Regenerated from discovery document revision 20230215
6
+
7
+ ### v0.30.0 (2023-02-15)
8
+
9
+ * Regenerated using generator version 0.12.0
10
+
3
11
  ### v0.29.0 (2022-11-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20221115
@@ -457,6 +457,11 @@ module Google
457
457
  # @return [Float]
458
458
  attr_accessor :operation_deadline
459
459
 
460
+ # The map between request protocol and the backend address.
461
+ # Corresponds to the JSON property `overridesByRequestProtocol`
462
+ # @return [Hash<String,Google::Apis::ServiceconsumermanagementV1::BackendRule>]
463
+ attr_accessor :overrides_by_request_protocol
464
+
460
465
  #
461
466
  # Corresponds to the JSON property `pathTranslation`
462
467
  # @return [String]
@@ -493,6 +498,7 @@ module Google
493
498
  @jwt_audience = args[:jwt_audience] if args.key?(:jwt_audience)
494
499
  @min_deadline = args[:min_deadline] if args.key?(:min_deadline)
495
500
  @operation_deadline = args[:operation_deadline] if args.key?(:operation_deadline)
501
+ @overrides_by_request_protocol = args[:overrides_by_request_protocol] if args.key?(:overrides_by_request_protocol)
496
502
  @path_translation = args[:path_translation] if args.key?(:path_translation)
497
503
  @protocol = args[:protocol] if args.key?(:protocol)
498
504
  @selector = args[:selector] if args.key?(:selector)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceconsumermanagementV1
18
18
  # Version of the google-apis-serviceconsumermanagement_v1 gem
19
- GEM_VERSION = "0.29.0"
19
+ GEM_VERSION = "0.31.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
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
@@ -744,6 +744,8 @@ module Google
744
744
  property :jwt_audience, as: 'jwtAudience'
745
745
  property :min_deadline, as: 'minDeadline'
746
746
  property :operation_deadline, as: 'operationDeadline'
747
+ hash :overrides_by_request_protocol, as: 'overridesByRequestProtocol', class: Google::Apis::ServiceconsumermanagementV1::BackendRule, decorator: Google::Apis::ServiceconsumermanagementV1::BackendRule::Representation
748
+
747
749
  property :path_translation, as: 'pathTranslation'
748
750
  property :protocol, as: 'protocol'
749
751
  property :selector, as: 'selector'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceconsumermanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0
4
+ version: 0.31.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-12-12 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-serviceconsumermanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.31.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Service Consumer Management API V1