google-apis-serviceconsumermanagement_v1beta1 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: f98f0917d0b23bf083a1e1028637e6f30ce135c3df79b6f33ce4c705ddff03c3
4
- data.tar.gz: 78725411ae01d6a0c038a0a2790cb294c148132e097b02737f2fd1cbfb79b08f
3
+ metadata.gz: 7a510d4b937f37ec7a42a453fc44dae277fbff69cf36745b28dc6445827cddb8
4
+ data.tar.gz: 18102c48e9ad9cfe947b2c2b6bb0ba10d14230634809fd82d4af5623d70a144d
5
5
  SHA512:
6
- metadata.gz: 93fdadf65597cf11cb7b357f9fbb41f570a82e911be8bca5a5bfa4b2ad73f9f68340c8f0595f2622662137954a7435e8b289cd42ee39892832cf2fbe71fe6f3c
7
- data.tar.gz: a178ff224aec145c03ba5ad521dbe85827cd2ef373fd90a1366e5585d7709effce52b9fe20cabc24675ce2abb73a99606a5408821a8dd678653a8da4a386fb3b
6
+ metadata.gz: f677f316bff663cd5d3a94be2a493fadbe351513d722b9d56f826cb37c3c5692a433f1912eccbc6ba965494b583cc9bfe429b80f0a38c62afdec205722fb73bc
7
+ data.tar.gz: 147eb3c6ff36f32cf6afc78d9e591a1493a86f7cd75a6d44231f93dcefea96db5f4d628a8ea424cf6d8e64ecd9c5d18dfc11d64716d1879db89ec35b7f304b8b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1beta1
2
2
 
3
+ ### v0.31.0 (2023-03-05)
4
+
5
+ * Regenerated from discovery document revision 20230226
6
+
7
+ ### v0.30.0 (2023-02-26)
8
+
9
+ * Regenerated from discovery document revision 20230215
10
+ * Regenerated using generator version 0.12.0
11
+
3
12
  ### v0.29.0 (2022-11-22)
4
13
 
5
14
  * Regenerated from discovery document revision 20221115
@@ -365,6 +365,11 @@ module Google
365
365
  # @return [Float]
366
366
  attr_accessor :operation_deadline
367
367
 
368
+ # The map between request protocol and the backend address.
369
+ # Corresponds to the JSON property `overridesByRequestProtocol`
370
+ # @return [Hash<String,Google::Apis::ServiceconsumermanagementV1beta1::BackendRule>]
371
+ attr_accessor :overrides_by_request_protocol
372
+
368
373
  #
369
374
  # Corresponds to the JSON property `pathTranslation`
370
375
  # @return [String]
@@ -401,6 +406,7 @@ module Google
401
406
  @jwt_audience = args[:jwt_audience] if args.key?(:jwt_audience)
402
407
  @min_deadline = args[:min_deadline] if args.key?(:min_deadline)
403
408
  @operation_deadline = args[:operation_deadline] if args.key?(:operation_deadline)
409
+ @overrides_by_request_protocol = args[:overrides_by_request_protocol] if args.key?(:overrides_by_request_protocol)
404
410
  @path_translation = args[:path_translation] if args.key?(:path_translation)
405
411
  @protocol = args[:protocol] if args.key?(:protocol)
406
412
  @selector = args[:selector] if args.key?(:selector)
@@ -2449,6 +2455,12 @@ module Google
2449
2455
  # @return [String]
2450
2456
  attr_accessor :organization
2451
2457
 
2458
+ # Optional link to proto reference documentation. Example: https://cloud.google.
2459
+ # com/pubsub/lite/docs/reference/rpc
2460
+ # Corresponds to the JSON property `protoReferenceDocumentationUri`
2461
+ # @return [String]
2462
+ attr_accessor :proto_reference_documentation_uri
2463
+
2452
2464
  def initialize(**args)
2453
2465
  update!(**args)
2454
2466
  end
@@ -2464,6 +2476,7 @@ module Google
2464
2476
  @method_settings = args[:method_settings] if args.key?(:method_settings)
2465
2477
  @new_issue_uri = args[:new_issue_uri] if args.key?(:new_issue_uri)
2466
2478
  @organization = args[:organization] if args.key?(:organization)
2479
+ @proto_reference_documentation_uri = args[:proto_reference_documentation_uri] if args.key?(:proto_reference_documentation_uri)
2467
2480
  end
2468
2481
  end
2469
2482
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceconsumermanagementV1beta1
18
18
  # Version of the google-apis-serviceconsumermanagement_v1beta1 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 = "20230226"
26
26
  end
27
27
  end
28
28
  end
@@ -651,6 +651,8 @@ module Google
651
651
  property :jwt_audience, as: 'jwtAudience'
652
652
  property :min_deadline, as: 'minDeadline'
653
653
  property :operation_deadline, as: 'operationDeadline'
654
+ hash :overrides_by_request_protocol, as: 'overridesByRequestProtocol', class: Google::Apis::ServiceconsumermanagementV1beta1::BackendRule, decorator: Google::Apis::ServiceconsumermanagementV1beta1::BackendRule::Representation
655
+
654
656
  property :path_translation, as: 'pathTranslation'
655
657
  property :protocol, as: 'protocol'
656
658
  property :selector, as: 'selector'
@@ -1121,6 +1123,7 @@ module Google
1121
1123
 
1122
1124
  property :new_issue_uri, as: 'newIssueUri'
1123
1125
  property :organization, as: 'organization'
1126
+ property :proto_reference_documentation_uri, as: 'protoReferenceDocumentationUri'
1124
1127
  end
1125
1128
  end
1126
1129
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceconsumermanagement_v1beta1
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-03-05 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.31.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1beta1
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 V1beta1