google-apis-serviceusage_v1 0.8.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 90174c609284a8d5a1a3e99288bf2b6d6cc259b4fd0424d762586ca3830ff1a8
4
- data.tar.gz: f1582f7298491a3498187606c4b57af8ec1dcdfe4ee7ce43ed0e166ec85dfaec
3
+ metadata.gz: 923dd6c7218dfaed796546e00caf24a20b61f49bb11bfe9852a072e73bc5c811
4
+ data.tar.gz: 39261807dcf11cd796f69b7ac82de09f4bd7f8d7254aa48e4b0b4c4558f786c7
5
5
  SHA512:
6
- metadata.gz: 77a42fc04ba8ddb134069488cdebe6db3aa73e64d4ab9a0c6f60f2c49488ff68f3e15337c2223bc617a6e9d896f6ad9ae10ee159679720d376b3427cfd7f6f52
7
- data.tar.gz: 06df1b61ebd127389722739ca47a76bc6e2520787c07d87102e33094672b25160181d354318e042d43fee8fca32e6bbfda262b3915c2d76a5102b701e6531b7d
6
+ metadata.gz: cb28f2bc40f61410ba541878130c5131ceb7ef082f1a8f35e3ed8cb5790395ff1f3e5676c274c96eae839918dcff1bdedb1c88afe578aad72be868489dbd0aeb
7
+ data.tar.gz: 86d380d419c8614a79d845fe3da0afae6f7d200f64ffe2f664c7ca25fcbb669cf4ec4841b6f110459cfdea02c03e2cb0c5b58a56d861305200167f35bfe11a94
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceusage_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
@@ -418,12 +418,6 @@ module Google
418
418
  # @return [String]
419
419
  attr_accessor :jwt_audience
420
420
 
421
- # Minimum deadline in seconds needed for this method. Calls having deadline
422
- # value lower than this will be rejected.
423
- # Corresponds to the JSON property `minDeadline`
424
- # @return [Float]
425
- attr_accessor :min_deadline
426
-
427
421
  # The number of seconds to wait for the completion of a long running operation.
428
422
  # The default is no deadline.
429
423
  # Corresponds to the JSON property `operationDeadline`
@@ -464,7 +458,6 @@ module Google
464
458
  @deadline = args[:deadline] if args.key?(:deadline)
465
459
  @disable_auth = args[:disable_auth] if args.key?(:disable_auth)
466
460
  @jwt_audience = args[:jwt_audience] if args.key?(:jwt_audience)
467
- @min_deadline = args[:min_deadline] if args.key?(:min_deadline)
468
461
  @operation_deadline = args[:operation_deadline] if args.key?(:operation_deadline)
469
462
  @path_translation = args[:path_translation] if args.key?(:path_translation)
470
463
  @protocol = args[:protocol] if args.key?(:protocol)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1
18
18
  # Version of the google-apis-serviceusage_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
@@ -625,7 +625,6 @@ module Google
625
625
  property :deadline, as: 'deadline'
626
626
  property :disable_auth, as: 'disableAuth'
627
627
  property :jwt_audience, as: 'jwtAudience'
628
- property :min_deadline, as: 'minDeadline'
629
628
  property :operation_deadline, as: 'operationDeadline'
630
629
  property :path_translation, as: 'pathTranslation'
631
630
  property :protocol, as: 'protocol'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_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-serviceusage_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.8.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.9.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceusage_v1
57
57
  post_install_message:
58
58
  rdoc_options: []