google-apis-servicenetworking_v1 0.38.0 → 0.40.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: bd5d7a71a5e760aa2058fee802722696052094b4828d0367a8468d453bfb2c8b
4
- data.tar.gz: 5ba12eb10095e6a2554b93bcf7b39a29b7474970fab4a02bcbeffd6c466c8378
3
+ metadata.gz: 1fe76b81a9bd7594ed69840b0f910116e92805928761a6667131175556bbe5a7
4
+ data.tar.gz: 2c046b8f17bd97d734e7632dc23dad79eb889e6d7a1aae0eec738ce06979d33f
5
5
  SHA512:
6
- metadata.gz: 64e6b31d2a69a70092a23e5b0fc73ef60242953588c2bb96f0b00a51efdf930883e6e58166748d53dbb90e1511b718b8019fcdfb8839987dcb69e63c403aef80
7
- data.tar.gz: 8179b2c71d0121155477d867f9d1bed6cb854f01d63d0dbaf927d892cfc74c72a3b82b15c9dffacd091cf55f2709c36baeb61382022532f7891b867b4254273f
6
+ metadata.gz: 5bae2254675ea89a946d0c531c69088be5adc0fdff47a81c52abd958f82cfb7b9b4f0523c0e7fcd46f09c69793e87b5b3baa3be508b046e2e89f498ebc02c2f0
7
+ data.tar.gz: 8b361ad0fb28228a9ba09ae90c38fad0c33888f54e2caed77f392722bf50acc94fec080e229bf545af9efb9c5cf729620673fb4557806a655fb649b5f580d896
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-servicenetworking_v1
2
2
 
3
+ ### v0.40.0 (2023-03-05)
4
+
5
+ * Regenerated from discovery document revision 20230226
6
+
7
+ ### v0.39.0 (2023-02-26)
8
+
9
+ * Regenerated from discovery document revision 20230215
10
+
3
11
  ### v0.38.0 (2023-02-15)
4
12
 
5
13
  * Regenerated using generator version 0.12.0
@@ -728,6 +728,11 @@ module Google
728
728
  # @return [Float]
729
729
  attr_accessor :operation_deadline
730
730
 
731
+ # The map between request protocol and the backend address.
732
+ # Corresponds to the JSON property `overridesByRequestProtocol`
733
+ # @return [Hash<String,Google::Apis::ServicenetworkingV1::BackendRule>]
734
+ attr_accessor :overrides_by_request_protocol
735
+
731
736
  #
732
737
  # Corresponds to the JSON property `pathTranslation`
733
738
  # @return [String]
@@ -764,6 +769,7 @@ module Google
764
769
  @jwt_audience = args[:jwt_audience] if args.key?(:jwt_audience)
765
770
  @min_deadline = args[:min_deadline] if args.key?(:min_deadline)
766
771
  @operation_deadline = args[:operation_deadline] if args.key?(:operation_deadline)
772
+ @overrides_by_request_protocol = args[:overrides_by_request_protocol] if args.key?(:overrides_by_request_protocol)
767
773
  @path_translation = args[:path_translation] if args.key?(:path_translation)
768
774
  @protocol = args[:protocol] if args.key?(:protocol)
769
775
  @selector = args[:selector] if args.key?(:selector)
@@ -3481,6 +3487,12 @@ module Google
3481
3487
  # @return [String]
3482
3488
  attr_accessor :organization
3483
3489
 
3490
+ # Optional link to proto reference documentation. Example: https://cloud.google.
3491
+ # com/pubsub/lite/docs/reference/rpc
3492
+ # Corresponds to the JSON property `protoReferenceDocumentationUri`
3493
+ # @return [String]
3494
+ attr_accessor :proto_reference_documentation_uri
3495
+
3484
3496
  def initialize(**args)
3485
3497
  update!(**args)
3486
3498
  end
@@ -3496,6 +3508,7 @@ module Google
3496
3508
  @method_settings = args[:method_settings] if args.key?(:method_settings)
3497
3509
  @new_issue_uri = args[:new_issue_uri] if args.key?(:new_issue_uri)
3498
3510
  @organization = args[:organization] if args.key?(:organization)
3511
+ @proto_reference_documentation_uri = args[:proto_reference_documentation_uri] if args.key?(:proto_reference_documentation_uri)
3499
3512
  end
3500
3513
  end
3501
3514
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicenetworkingV1
18
18
  # Version of the google-apis-servicenetworking_v1 gem
19
- GEM_VERSION = "0.38.0"
19
+ GEM_VERSION = "0.40.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 = "20230115"
25
+ REVISION = "20230226"
26
26
  end
27
27
  end
28
28
  end
@@ -884,6 +884,8 @@ module Google
884
884
  property :jwt_audience, as: 'jwtAudience'
885
885
  property :min_deadline, as: 'minDeadline'
886
886
  property :operation_deadline, as: 'operationDeadline'
887
+ hash :overrides_by_request_protocol, as: 'overridesByRequestProtocol', class: Google::Apis::ServicenetworkingV1::BackendRule, decorator: Google::Apis::ServicenetworkingV1::BackendRule::Representation
888
+
887
889
  property :path_translation, as: 'pathTranslation'
888
890
  property :protocol, as: 'protocol'
889
891
  property :selector, as: 'selector'
@@ -1546,6 +1548,7 @@ module Google
1546
1548
 
1547
1549
  property :new_issue_uri, as: 'newIssueUri'
1548
1550
  property :organization, as: 'organization'
1551
+ property :proto_reference_documentation_uri, as: 'protoReferenceDocumentationUri'
1549
1552
  end
1550
1553
  end
1551
1554
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicenetworking_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.38.0
4
+ version: 0.40.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-servicenetworking_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.40.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1
63
63
  post_install_message:
64
64
  rdoc_options: []