google-apis-servicemanagement_v1 0.39.0 → 0.41.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: 8bb4e740f4cb35e50b813e1d6f24d52f9a0f9389b7711e7dc0c137034e36430e
4
- data.tar.gz: f86a9f90011928d624c0daffa4a535c820a976ac400307167b2347506e8a2438
3
+ metadata.gz: 68cab609b8da240de6ad2149db3b1423745fbf005be7dfb718d504ae03969445
4
+ data.tar.gz: 1d329eb37ef54284b5d57663a64dac965c8a9da552d87a590bcfef53654d8012
5
5
  SHA512:
6
- metadata.gz: 9db6cfa2cc0717a28a38406c0f9dfdea0b641e0ea57c9f4bbab5fa8d05190eaa3177579e17268bb1e4ad2e0b8c4766f97d36bcfe0dd8fbdf23984e2f6f73875c
7
- data.tar.gz: 17f59d69b81c7a6e4f5e80f0496cec01628e1781b123cdb6b1794be52337b627d71e7a91f853b0f90ad024881403a5c3250ccac2561d88f960e658323a542a4d
6
+ metadata.gz: 866447b6f05fd25373efd8fa64f0d639db425d0d105d964a1f833ec52d79c8c70f81e96d76ac859d7e14d3c32446455da6b42b161c464024d203a914897154bf
7
+ data.tar.gz: 44ecdbc58fd1838b6463b8135f5895440c0977723609e406fe55e8aa98f8af9d1d650e818be359b97bb57224505a273a2ee3f12f82816cc6f664ed0be4c544ec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-servicemanagement_v1
2
2
 
3
+ ### v0.41.0 (2023-03-05)
4
+
5
+ * Regenerated from discovery document revision 20230224
6
+
7
+ ### v0.40.0 (2023-02-26)
8
+
9
+ * Regenerated from discovery document revision 20230220
10
+
3
11
  ### v0.39.0 (2023-02-19)
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::ServicemanagementV1::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)
@@ -3310,6 +3316,12 @@ module Google
3310
3316
  # @return [String]
3311
3317
  attr_accessor :organization
3312
3318
 
3319
+ # Optional link to proto reference documentation. Example: https://cloud.google.
3320
+ # com/pubsub/lite/docs/reference/rpc
3321
+ # Corresponds to the JSON property `protoReferenceDocumentationUri`
3322
+ # @return [String]
3323
+ attr_accessor :proto_reference_documentation_uri
3324
+
3313
3325
  def initialize(**args)
3314
3326
  update!(**args)
3315
3327
  end
@@ -3325,6 +3337,7 @@ module Google
3325
3337
  @method_settings = args[:method_settings] if args.key?(:method_settings)
3326
3338
  @new_issue_uri = args[:new_issue_uri] if args.key?(:new_issue_uri)
3327
3339
  @organization = args[:organization] if args.key?(:organization)
3340
+ @proto_reference_documentation_uri = args[:proto_reference_documentation_uri] if args.key?(:proto_reference_documentation_uri)
3328
3341
  end
3329
3342
  end
3330
3343
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicemanagementV1
18
18
  # Version of the google-apis-servicemanagement_v1 gem
19
- GEM_VERSION = "0.39.0"
19
+ GEM_VERSION = "0.41.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 = "20230127"
25
+ REVISION = "20230224"
26
26
  end
27
27
  end
28
28
  end
@@ -729,6 +729,8 @@ module Google
729
729
  property :jwt_audience, as: 'jwtAudience'
730
730
  property :min_deadline, as: 'minDeadline'
731
731
  property :operation_deadline, as: 'operationDeadline'
732
+ hash :overrides_by_request_protocol, as: 'overridesByRequestProtocol', class: Google::Apis::ServicemanagementV1::BackendRule, decorator: Google::Apis::ServicemanagementV1::BackendRule::Representation
733
+
732
734
  property :path_translation, as: 'pathTranslation'
733
735
  property :protocol, as: 'protocol'
734
736
  property :selector, as: 'selector'
@@ -1397,6 +1399,7 @@ module Google
1397
1399
 
1398
1400
  property :new_issue_uri, as: 'newIssueUri'
1399
1401
  property :organization, as: 'organization'
1402
+ property :proto_reference_documentation_uri, as: 'protoReferenceDocumentationUri'
1400
1403
  end
1401
1404
  end
1402
1405
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicemanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.39.0
4
+ version: 0.41.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-servicemanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.41.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicemanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []