google-apis-serviceconsumermanagement_v1 0.30.0 → 0.32.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: 522a39114f6eae715c98ee59b995779cf3065ce9e8defddb70a35c1da2baf8e5
4
- data.tar.gz: 524863e7edb732a2d654d8684a2af6c546f404c689d86d8781f6f380c12e1db7
3
+ metadata.gz: 5d9a6a57c9bfc7836dc49b0bbec47def2ebac24c812592822fe000a2061d55d9
4
+ data.tar.gz: 212e7bea7c4858cd75972e0cde8dd723e89cd191b40a97fc7801aa1e1c888243
5
5
  SHA512:
6
- metadata.gz: bd7a070b9efcf9b0a84f995cec3f09345b7fdd26282d9cdfc974302df90301ac4412210692f89f0348384b3b0559cb2f7a0548ed55d03f7b61f4e2642e4161c3
7
- data.tar.gz: bbddab2bc9715ad673ceae06a2d164de257ee6475c8cb857df6a6fae2469d918e362ad6816100c3b05bef06d63f1ede992ff9b25cea9ef8c2caef423c116fb12
6
+ metadata.gz: 1abfd8c9016a283920588a2a05b30c9cdc74e6bf58b608a0935eae70c5b2420fa12f288755e1d125f6a8a0e38bee880442609a7ed742cf88b1ef5f3626b5a2e7
7
+ data.tar.gz: 15e16337d300862d8264b85e27e3664d85e06c13bf46c13ed3456bc8ee7f7a84591969ade62135fd8c8be150c77849ebc8a14a6b48c63a75c464d718ac51e813
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1
2
2
 
3
+ ### v0.32.0 (2023-03-05)
4
+
5
+ * Regenerated from discovery document revision 20230226
6
+
7
+ ### v0.31.0 (2023-02-26)
8
+
9
+ * Regenerated from discovery document revision 20230215
10
+
3
11
  ### v0.30.0 (2023-02-15)
4
12
 
5
13
  * Regenerated using generator version 0.12.0
@@ -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)
@@ -2696,6 +2702,12 @@ module Google
2696
2702
  # @return [String]
2697
2703
  attr_accessor :organization
2698
2704
 
2705
+ # Optional link to proto reference documentation. Example: https://cloud.google.
2706
+ # com/pubsub/lite/docs/reference/rpc
2707
+ # Corresponds to the JSON property `protoReferenceDocumentationUri`
2708
+ # @return [String]
2709
+ attr_accessor :proto_reference_documentation_uri
2710
+
2699
2711
  def initialize(**args)
2700
2712
  update!(**args)
2701
2713
  end
@@ -2711,6 +2723,7 @@ module Google
2711
2723
  @method_settings = args[:method_settings] if args.key?(:method_settings)
2712
2724
  @new_issue_uri = args[:new_issue_uri] if args.key?(:new_issue_uri)
2713
2725
  @organization = args[:organization] if args.key?(:organization)
2726
+ @proto_reference_documentation_uri = args[:proto_reference_documentation_uri] if args.key?(:proto_reference_documentation_uri)
2714
2727
  end
2715
2728
  end
2716
2729
 
@@ -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.30.0"
19
+ GEM_VERSION = "0.32.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 = "20230226"
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'
@@ -1267,6 +1269,7 @@ module Google
1267
1269
 
1268
1270
  property :new_issue_uri, as: 'newIssueUri'
1269
1271
  property :organization, as: 'organization'
1272
+ property :proto_reference_documentation_uri, as: 'protoReferenceDocumentationUri'
1270
1273
  end
1271
1274
  end
1272
1275
 
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.30.0
4
+ version: 0.32.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-03-05 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-serviceconsumermanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.32.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: []