google-apis-serviceusage_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: b8c808ff983aa99dce2e3ef05b62b0d904bdeb1d64e1cc29f66ab11cf1290d5f
4
- data.tar.gz: c35077fc7bc2aa55e05402cea9478d97f2ce2c4a7ce65fc08204b2b2ec17a3e8
3
+ metadata.gz: cea20677f020dee9ea9882cb62ece1190e58261695c820fa1fa45fb7948844ee
4
+ data.tar.gz: fb611911997ff08d4ec1a56deae602d127c49578176ec80b1c517bc361cee40b
5
5
  SHA512:
6
- metadata.gz: 677e9bb16398b57bf868d605624ccc9cfc400023823377b95174ece2a0998f254ec5296e65dfae4d47e7b84cc9afa38b9ec5d214fa5e67da5ba6f3b4a1b6b75a
7
- data.tar.gz: 1e97653292ae200638bbaee304216a391c1f7daa72e3ae3f38158f9d07102d4e295c6d25fd7ba8ab5bfc5f1779312e9ca0fce59e59bd611630cd024223bdef2d
6
+ metadata.gz: 8992cc9d8eedd6e3867ca15771d7c13969f744d32690a2e7986f30e3344b03c0e19ccbc18bf4ba84111b60033030c5c56565fcb38e63bb366d6b1a62764b5604
7
+ data.tar.gz: 756ed83fdd8d501f089ed82f2980e65089f8bd7d53213e24a93100b56cbd09d16ed7d2aed2cc5af46d1edbbd593c88f13daa95af0f3e687b9a3b686265ae8461
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceusage_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
@@ -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 ServiceusageV1beta1
18
18
  # Version of the google-apis-serviceusage_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
@@ -679,7 +679,6 @@ module Google
679
679
  property :deadline, as: 'deadline'
680
680
  property :disable_auth, as: 'disableAuth'
681
681
  property :jwt_audience, as: 'jwtAudience'
682
- property :min_deadline, as: 'minDeadline'
683
682
  property :operation_deadline, as: 'operationDeadline'
684
683
  property :path_translation, as: 'pathTranslation'
685
684
  property :protocol, as: 'protocol'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_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-serviceusage_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.9.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.10.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceusage_v1beta1
57
57
  post_install_message:
58
58
  rdoc_options: []