google-apis-servicenetworking_v1 0.8.0 → 0.9.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: 9375087df57e3b6f59a37908e631c21885ce158ad351e89c45aafea63881b971
4
- data.tar.gz: 9f93abfc0a9b7d52ff3f7c8957d8909e29ef5a3b5af84bab98fecc7e60acdf83
3
+ metadata.gz: 2d95a6e721c8928d93e55e904e9f5ec96ec1ab92518b930d0fd76e9e17c3369d
4
+ data.tar.gz: b2eef422736718d29acde70dee4be46c11e35e3b32c849d4053685662ac1e4a2
5
5
  SHA512:
6
- metadata.gz: 5988191e827db3d4e64496551207a45219b92d1fa4c4e8313060272b4ea6a3c35ba710cb87374bdc14f1e9887318cb8472b2a67a112135b247b994ac38a783ea
7
- data.tar.gz: 07e9a0753e3bb4bc0774a7f31b503fcd6732a53edffc6c29c1c5f8f78587a39f41217a0d28f492ed63e70bb091f28cef571ed0c0ae048cb1fcc052adc6aeedc9
6
+ metadata.gz: 2ba2d60fa4bc3a68e636966e2934bd13848554232b28ce1cd93810f99de600cf095212b546624a0cd94cc257930b2853ac8a4fb4f078332863392ae4ab2a4dd1
7
+ data.tar.gz: def02cdb35f1d13b7f883464c52576b3944a5a4b2a9ea771165e4513be0cc5e1bc2809bdbae87f26b7e0407833705c052a43cd91605a85ba36e721903ce6021e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicenetworking_v1
2
2
 
3
+ ### v0.9.0 (2021-05-27)
4
+
5
+ * Regenerated from discovery document revision 20210525
6
+
3
7
  ### v0.8.0 (2021-05-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20210519
@@ -639,12 +639,6 @@ module Google
639
639
  # @return [String]
640
640
  attr_accessor :jwt_audience
641
641
 
642
- # Minimum deadline in seconds needed for this method. Calls having deadline
643
- # value lower than this will be rejected.
644
- # Corresponds to the JSON property `minDeadline`
645
- # @return [Float]
646
- attr_accessor :min_deadline
647
-
648
642
  # The number of seconds to wait for the completion of a long running operation.
649
643
  # The default is no deadline.
650
644
  # Corresponds to the JSON property `operationDeadline`
@@ -685,7 +679,6 @@ module Google
685
679
  @deadline = args[:deadline] if args.key?(:deadline)
686
680
  @disable_auth = args[:disable_auth] if args.key?(:disable_auth)
687
681
  @jwt_audience = args[:jwt_audience] if args.key?(:jwt_audience)
688
- @min_deadline = args[:min_deadline] if args.key?(:min_deadline)
689
682
  @operation_deadline = args[:operation_deadline] if args.key?(:operation_deadline)
690
683
  @path_translation = args[:path_translation] if args.key?(:path_translation)
691
684
  @protocol = args[:protocol] if args.key?(:protocol)
@@ -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.8.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210519"
25
+ REVISION = "20210525"
26
26
  end
27
27
  end
28
28
  end
@@ -790,7 +790,6 @@ module Google
790
790
  property :deadline, as: 'deadline'
791
791
  property :disable_auth, as: 'disableAuth'
792
792
  property :jwt_audience, as: 'jwtAudience'
793
- property :min_deadline, as: 'minDeadline'
794
793
  property :operation_deadline, as: 'operationDeadline'
795
794
  property :path_translation, as: 'pathTranslation'
796
795
  property :protocol, as: 'protocol'
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.8.0
4
+ version: 0.9.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: 2021-05-24 00:00:00.000000000 Z
11
+ date: 2021-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicenetworking_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.8.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.9.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicenetworking_v1
57
57
  post_install_message:
58
58
  rdoc_options: []