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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 923dd6c7218dfaed796546e00caf24a20b61f49bb11bfe9852a072e73bc5c811
|
|
4
|
+
data.tar.gz: 39261807dcf11cd796f69b7ac82de09f4bd7f8d7254aa48e4b0b4c4558f786c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb28f2bc40f61410ba541878130c5131ceb7ef082f1a8f35e3ed8cb5790395ff1f3e5676c274c96eae839918dcff1bdedb1c88afe578aad72be868489dbd0aeb
|
|
7
|
+
data.tar.gz: 86d380d419c8614a79d845fe3da0afae6f7d200f64ffe2f664c7ca25fcbb669cf4ec4841b6f110459cfdea02c03e2cb0c5b58a56d861305200167f35bfe11a94
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|