google-apis-servicenetworking_v1beta 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c9ed11a0d023ef41dfdd085253a50f8c850e93db06b83b68393eec9e76775ff6
|
4
|
+
data.tar.gz: a74f7fdfd0091eee40ea8b8a85bbaf0ac9d81dd3f355d301ddcf10530bab388d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a8e04bbe8640b77503b5accc8265ae180ea08c1fc58bf202c724d879fda701d8d1ecda202eb0ff4d71dec5dca3be46c63c1967e6c4fb3ebb4b444d86acda7ca
|
7
|
+
data.tar.gz: c71e84078bcdb6f9d73e41d63231a7648f89e76da18a144aa75d110886e7f67513605b59cfc539f2e08b42ea48c328e72ed8fc0eba12150c68c933e75d819bb9
|
data/CHANGELOG.md
CHANGED
@@ -521,12 +521,6 @@ module Google
|
|
521
521
|
# @return [String]
|
522
522
|
attr_accessor :jwt_audience
|
523
523
|
|
524
|
-
# Minimum deadline in seconds needed for this method. Calls having deadline
|
525
|
-
# value lower than this will be rejected.
|
526
|
-
# Corresponds to the JSON property `minDeadline`
|
527
|
-
# @return [Float]
|
528
|
-
attr_accessor :min_deadline
|
529
|
-
|
530
524
|
# The number of seconds to wait for the completion of a long running operation.
|
531
525
|
# The default is no deadline.
|
532
526
|
# Corresponds to the JSON property `operationDeadline`
|
@@ -567,7 +561,6 @@ module Google
|
|
567
561
|
@deadline = args[:deadline] if args.key?(:deadline)
|
568
562
|
@disable_auth = args[:disable_auth] if args.key?(:disable_auth)
|
569
563
|
@jwt_audience = args[:jwt_audience] if args.key?(:jwt_audience)
|
570
|
-
@min_deadline = args[:min_deadline] if args.key?(:min_deadline)
|
571
564
|
@operation_deadline = args[:operation_deadline] if args.key?(:operation_deadline)
|
572
565
|
@path_translation = args[:path_translation] if args.key?(:path_translation)
|
573
566
|
@protocol = args[:protocol] if args.key?(:protocol)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServicenetworkingV1beta
|
18
18
|
# Version of the google-apis-servicenetworking_v1beta 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
|
@@ -645,7 +645,6 @@ module Google
|
|
645
645
|
property :deadline, as: 'deadline'
|
646
646
|
property :disable_auth, as: 'disableAuth'
|
647
647
|
property :jwt_audience, as: 'jwtAudience'
|
648
|
-
property :min_deadline, as: 'minDeadline'
|
649
648
|
property :operation_deadline, as: 'operationDeadline'
|
650
649
|
property :path_translation, as: 'pathTranslation'
|
651
650
|
property :protocol, as: 'protocol'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-servicenetworking_v1beta
|
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-servicenetworking_v1beta/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.9.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicenetworking_v1beta
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|