google-apis-serviceconsumermanagement_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: afb3517e064a3888cc3b08baee16f6a09307fca6cbb8bce15f44efec2b36b47f
4
- data.tar.gz: c0776aeb7d9acd0335ac1e554eabc709495d56507258cfcbc0310ae389282785
3
+ metadata.gz: 0055f318613613854954d11cbf584712cf87790bdca7ef6cc6c850fa220dfbf2
4
+ data.tar.gz: 250de883ae440435dbb3783ddff57ced985c432c83f6abdb363c6f18a20c90cb
5
5
  SHA512:
6
- metadata.gz: 7cd493293114e9f6f2ea48d42bdc5afacb2528aa442d7ace136fb5f17af81d528291a9cac21269e35a0624c6e8759dad6a12bc3c782b358637845de3b083b7f9
7
- data.tar.gz: '058b2dbb5a0ec1fff091a7a789e857fefbd495cb31bde3264ef0d230d2f7ecda1483c6bc2aaa00ad504feac89b4a7f3b7e6ede22540398bd1b7b16c99d67e95f'
6
+ metadata.gz: e695dfdb05e6a2ecd97d2c0275fe9390a50cc1b84acad4ff48d590ba6d5629c641f3a7bedd3736f22d7adb818b6e0637a079197c3107188aa9789afe718b561f
7
+ data.tar.gz: 7e6b6152ec2d931da6b0ce6c7785e3b0fbb0bf8e0667adf873f87b8440bdb64767ac33d10054167415c1a54caa63a31599bdac35008d3f807f13a34200e0339c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_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-20)
4
8
 
5
9
  * Unspecified changes
@@ -445,12 +445,6 @@ module Google
445
445
  # @return [String]
446
446
  attr_accessor :jwt_audience
447
447
 
448
- # Minimum deadline in seconds needed for this method. Calls having deadline
449
- # value lower than this will be rejected.
450
- # Corresponds to the JSON property `minDeadline`
451
- # @return [Float]
452
- attr_accessor :min_deadline
453
-
454
448
  # The number of seconds to wait for the completion of a long running operation.
455
449
  # The default is no deadline.
456
450
  # Corresponds to the JSON property `operationDeadline`
@@ -491,7 +485,6 @@ module Google
491
485
  @deadline = args[:deadline] if args.key?(:deadline)
492
486
  @disable_auth = args[:disable_auth] if args.key?(:disable_auth)
493
487
  @jwt_audience = args[:jwt_audience] if args.key?(:jwt_audience)
494
- @min_deadline = args[:min_deadline] if args.key?(:min_deadline)
495
488
  @operation_deadline = args[:operation_deadline] if args.key?(:operation_deadline)
496
489
  @path_translation = args[:path_translation] if args.key?(:path_translation)
497
490
  @protocol = args[:protocol] if args.key?(:protocol)
@@ -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.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 = "20210501"
25
+ REVISION = "20210525"
26
26
  end
27
27
  end
28
28
  end
@@ -664,7 +664,6 @@ module Google
664
664
  property :deadline, as: 'deadline'
665
665
  property :disable_auth, as: 'disableAuth'
666
666
  property :jwt_audience, as: 'jwtAudience'
667
- property :min_deadline, as: 'minDeadline'
668
667
  property :operation_deadline, as: 'operationDeadline'
669
668
  property :path_translation, as: 'pathTranslation'
670
669
  property :protocol, as: 'protocol'
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.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-serviceconsumermanagement_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.8.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.9.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceconsumermanagement_v1
57
57
  post_install_message:
58
58
  rdoc_options: []