google-apis-serviceconsumermanagement_v1beta1 0.9.0 → 0.10.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: 87fdd746ca1b5d71318551f0fa20da814bb0ef99248b05c6ce0404a1821e47fd
4
- data.tar.gz: '0791fc2a3552cc02a2378d7c545c32f390cb944fe7deb81bcc54bdb133d9e6c7'
3
+ metadata.gz: 2ac2cc68ddb19a8db25fd05916e9b85bd5e96144bb1b5a7a843acc4447f15364
4
+ data.tar.gz: a892dca7dcf2c27bde7f0a46467d2ae41c7ed718af4f9d47336aec8bc88ea783
5
5
  SHA512:
6
- metadata.gz: d3bb3cce48a237a83883a5801e2a2b9d70468f3b98d693c98b656ee5a8faeeb6f62cfa1777c719e85256af04a4fda2a5da3245f61673d480b7101e2b821d2d1e
7
- data.tar.gz: 9a49f06a921a7594afcc17c17c74e5c4a7d0afc41ce89cb6c3ec86b3283fea133695235212ee17d63d6cae0a7d86cafbd2191648daac8b44b3375ba30fa106b6
6
+ metadata.gz: 977c0ae49dc43275dec1c0fb3fcbd69264ee3bf5a355746791c238002cb1b51fec7d2adfae6249e8c891438440bc1104fba77435f81df8ebd2c2f61388614044
7
+ data.tar.gz: 7820399aeb9a5d5b4a8194a57faa1379d7b78699a8681024756789e1aadde2dffc13eac1bc8e3a353601fea5972e8b405ff60958f67bd5cc897a4c21e471d5aa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1beta1
2
2
 
3
+ ### v0.10.0 (2021-05-27)
4
+
5
+ * Regenerated from discovery document revision 20210525
6
+
3
7
  ### v0.9.0 (2021-05-20)
4
8
 
5
9
  * Unspecified changes
@@ -353,12 +353,6 @@ module Google
353
353
  # @return [String]
354
354
  attr_accessor :jwt_audience
355
355
 
356
- # Minimum deadline in seconds needed for this method. Calls having deadline
357
- # value lower than this will be rejected.
358
- # Corresponds to the JSON property `minDeadline`
359
- # @return [Float]
360
- attr_accessor :min_deadline
361
-
362
356
  # The number of seconds to wait for the completion of a long running operation.
363
357
  # The default is no deadline.
364
358
  # Corresponds to the JSON property `operationDeadline`
@@ -399,7 +393,6 @@ module Google
399
393
  @deadline = args[:deadline] if args.key?(:deadline)
400
394
  @disable_auth = args[:disable_auth] if args.key?(:disable_auth)
401
395
  @jwt_audience = args[:jwt_audience] if args.key?(:jwt_audience)
402
- @min_deadline = args[:min_deadline] if args.key?(:min_deadline)
403
396
  @operation_deadline = args[:operation_deadline] if args.key?(:operation_deadline)
404
397
  @path_translation = args[:path_translation] if args.key?(:path_translation)
405
398
  @protocol = args[:protocol] if args.key?(:protocol)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceconsumermanagementV1beta1
18
18
  # Version of the google-apis-serviceconsumermanagement_v1beta1 gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.10.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
@@ -571,7 +571,6 @@ module Google
571
571
  property :deadline, as: 'deadline'
572
572
  property :disable_auth, as: 'disableAuth'
573
573
  property :jwt_audience, as: 'jwtAudience'
574
- property :min_deadline, as: 'minDeadline'
575
574
  property :operation_deadline, as: 'operationDeadline'
576
575
  property :path_translation, as: 'pathTranslation'
577
576
  property :protocol, as: 'protocol'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceconsumermanagement_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.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_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.9.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.10.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceconsumermanagement_v1beta1
57
57
  post_install_message:
58
58
  rdoc_options: []