google-apis-servicemanagement_v1 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: 84621375f6285be1e6da8250bcd72073eff6a053e9fd9469e189618d86fee203
4
- data.tar.gz: 924fa1e1b111900af1a5ab0ba02063127cc7a0be43927afb1980b336848d8c0e
3
+ metadata.gz: 0f27912d721b5690618f04be06e480703a5ffb50ffcce17d7a83c35c8d1dcd6c
4
+ data.tar.gz: 4c562989a6a26ca9afc92d4f5bd6a08da71fb6dfb8ebf9518ef616966e2d387b
5
5
  SHA512:
6
- metadata.gz: 32d2e2447018b4b61337523dd195f92e0c73f2832850237b25ee420075396755192c614497f1375f974f9f3c2a87b49f7a9ca90823948999b21d67f7eb8ae08c
7
- data.tar.gz: a0ebfa02d4c872fb1c16a3bbb644d3fe2a72c07bef2c0c4f9513956e4a024f92438fe096c0297a884e011afb02680137577222705055a114ca73c5fea9d69dd7
6
+ metadata.gz: 2e30d1d411ef3b5fb2d781973fdae5aa064be00572f71e07ad83618e89dc3a601a3ff0ea0150a22ccc8d21c2835d4bc6007649430a7568e191feaa2320107dd1
7
+ data.tar.gz: 43e864e84c5e5106cf72d41bc5a30178b898cfdeedfc4381ec13114b9eb94fdeb094eb958a152dfda921d149f6dfe69cd6c50de84a8317687866d4fc2ea2cba1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicemanagement_v1
2
2
 
3
+ ### v0.10.0 (2021-05-25)
4
+
5
+ * Regenerated from discovery document revision 20210521
6
+
3
7
  ### v0.9.0 (2021-05-20)
4
8
 
5
9
  * Unspecified changes
@@ -445,12 +445,6 @@ module Google
445
445
  # @return [String]
446
446
  attr_accessor :jwt_audience
447
447
 
448
- # Minimum deadline in seconds needed for this method. Calls having deadline
449
- # value lower than this will be rejected.
450
- # Corresponds to the JSON property `minDeadline`
451
- # @return [Float]
452
- attr_accessor :min_deadline
453
-
454
448
  # The number of seconds to wait for the completion of a long running operation.
455
449
  # The default is no deadline.
456
450
  # Corresponds to the JSON property `operationDeadline`
@@ -491,7 +485,6 @@ module Google
491
485
  @deadline = args[:deadline] if args.key?(:deadline)
492
486
  @disable_auth = args[:disable_auth] if args.key?(:disable_auth)
493
487
  @jwt_audience = args[:jwt_audience] if args.key?(:jwt_audience)
494
- @min_deadline = args[:min_deadline] if args.key?(:min_deadline)
495
488
  @operation_deadline = args[:operation_deadline] if args.key?(:operation_deadline)
496
489
  @path_translation = args[:path_translation] if args.key?(:path_translation)
497
490
  @protocol = args[:protocol] if args.key?(:protocol)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicemanagementV1
18
18
  # Version of the google-apis-servicemanagement_v1 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 = "20210430"
25
+ REVISION = "20210521"
26
26
  end
27
27
  end
28
28
  end
@@ -643,7 +643,6 @@ module Google
643
643
  property :deadline, as: 'deadline'
644
644
  property :disable_auth, as: 'disableAuth'
645
645
  property :jwt_audience, as: 'jwtAudience'
646
- property :min_deadline, as: 'minDeadline'
647
646
  property :operation_deadline, as: 'operationDeadline'
648
647
  property :path_translation, as: 'pathTranslation'
649
648
  property :protocol, as: 'protocol'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicemanagement_v1
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-servicemanagement_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.9.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.10.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicemanagement_v1
57
57
  post_install_message:
58
58
  rdoc_options: []