google-apis-servicenetworking_v1beta 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: 75cbc91322ff6ee9fda310acae1c2bcb776a1301ebf0c248c8a5accbe53a84b6
4
- data.tar.gz: 94469af6425f17f8bb30aa432115d150647fed090ee5e791039d0206d3dccae4
3
+ metadata.gz: c9ed11a0d023ef41dfdd085253a50f8c850e93db06b83b68393eec9e76775ff6
4
+ data.tar.gz: a74f7fdfd0091eee40ea8b8a85bbaf0ac9d81dd3f355d301ddcf10530bab388d
5
5
  SHA512:
6
- metadata.gz: e758a00188c49446f47d685012a56a82a374bb6e978d3fd67bcbf1be82fe242ffa95c9ca288c6f8a8e5263516a240bc50d9955ddb2f3b42e565ad19f3ea60358
7
- data.tar.gz: eaff8a4432357c2cdde5a082b82d59fb415b186146b056f01264076d07b29e559ffc18883885602710ef3b36309717a358521341c04d8ab71fd5669dea920cde
6
+ metadata.gz: 9a8e04bbe8640b77503b5accc8265ae180ea08c1fc58bf202c724d879fda701d8d1ecda202eb0ff4d71dec5dca3be46c63c1967e6c4fb3ebb4b444d86acda7ca
7
+ data.tar.gz: c71e84078bcdb6f9d73e41d63231a7648f89e76da18a144aa75d110886e7f67513605b59cfc539f2e08b42ea48c328e72ed8fc0eba12150c68c933e75d819bb9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicenetworking_v1beta
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
@@ -521,12 +521,6 @@ module Google
521
521
  # @return [String]
522
522
  attr_accessor :jwt_audience
523
523
 
524
- # Minimum deadline in seconds needed for this method. Calls having deadline
525
- # value lower than this will be rejected.
526
- # Corresponds to the JSON property `minDeadline`
527
- # @return [Float]
528
- attr_accessor :min_deadline
529
-
530
524
  # The number of seconds to wait for the completion of a long running operation.
531
525
  # The default is no deadline.
532
526
  # Corresponds to the JSON property `operationDeadline`
@@ -567,7 +561,6 @@ module Google
567
561
  @deadline = args[:deadline] if args.key?(:deadline)
568
562
  @disable_auth = args[:disable_auth] if args.key?(:disable_auth)
569
563
  @jwt_audience = args[:jwt_audience] if args.key?(:jwt_audience)
570
- @min_deadline = args[:min_deadline] if args.key?(:min_deadline)
571
564
  @operation_deadline = args[:operation_deadline] if args.key?(:operation_deadline)
572
565
  @path_translation = args[:path_translation] if args.key?(:path_translation)
573
566
  @protocol = args[:protocol] if args.key?(:protocol)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicenetworkingV1beta
18
18
  # Version of the google-apis-servicenetworking_v1beta 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
@@ -645,7 +645,6 @@ module Google
645
645
  property :deadline, as: 'deadline'
646
646
  property :disable_auth, as: 'disableAuth'
647
647
  property :jwt_audience, as: 'jwtAudience'
648
- property :min_deadline, as: 'minDeadline'
649
648
  property :operation_deadline, as: 'operationDeadline'
650
649
  property :path_translation, as: 'pathTranslation'
651
650
  property :protocol, as: 'protocol'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicenetworking_v1beta
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_v1beta/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.8.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.9.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicenetworking_v1beta
57
57
  post_install_message:
58
58
  rdoc_options: []