google-apis-vault_v1 0.24.0 → 0.25.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: 8b50b738c8eb53545969279be7ddf797fb659aefca94d9e555be04467a8b314c
4
- data.tar.gz: cd59edbb137c638ea31f8de75ee095049b3d88fb2c08e4000b82c25be7e0f180
3
+ metadata.gz: 4719fed8943989c30f40c8c930ec9f46d30c8da4e4248e8f0f802e00f1207c1e
4
+ data.tar.gz: 0ccadf12f6d077d8ead1d435e828f33306ccbcf20b8d1740ac227f36ae8192f4
5
5
  SHA512:
6
- metadata.gz: 24699eaa89677416207b384c049366f03eabdc3a835f3f25e1d219aa672e84fc024e40937d4849f99afc34b03499a9239b66548067704dee873ed3611098c8af
7
- data.tar.gz: fc2f2a2f09bc7d1dd5231c37bc6d587166a176448953cc37d2725237d6622bba7ff64837347b3605d7820cd92e62990daf8fa6bac8ab85635058b48088fac607
6
+ metadata.gz: d7c227e34c40591d1a49dd42b9a0993747846647151e45667b1465fbf4db955c6d700d90bc98ba1f231e41e4bf83aca1b32fd98557e10f6fd280a643c590dc31
7
+ data.tar.gz: fd9089d1ad29c45914cf1e6a84aeea5200c65749ee8148214574e5ee6de1f46d121b96f593fd30efc0b8700795de367ca253a7a451c3af90c87de379b53ff6d9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-vault_v1
2
2
 
3
+ ### v0.25.0 (2023-08-27)
4
+
5
+ * Regenerated from discovery document revision 20230807
6
+
3
7
  ### v0.24.0 (2023-07-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20230626
@@ -1457,13 +1457,13 @@ module Google
1457
1457
  # @return [String]
1458
1458
  attr_accessor :name
1459
1459
 
1460
- # The normal response of the operation in case of success. If the original
1461
- # method returns no data on success, such as `Delete`, the response is `google.
1462
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1463
- # the response should be the resource. For other methods, the response should
1464
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1465
- # example, if the original method name is `TakeSnapshot()`, the inferred
1466
- # response type is `TakeSnapshotResponse`.
1460
+ # The normal, successful response of the operation. If the original method
1461
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
1462
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
1463
+ # response should be the resource. For other methods, the response should have
1464
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
1465
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
1466
+ # `TakeSnapshotResponse`.
1467
1467
  # Corresponds to the JSON property `response`
1468
1468
  # @return [Hash<String,Object>]
1469
1469
  attr_accessor :response
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module VaultV1
18
18
  # Version of the google-apis-vault_v1 gem
19
- GEM_VERSION = "0.24.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230626"
25
+ REVISION = "20230807"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-vault_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.25.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: 2023-07-02 00:00:00.000000000 Z
11
+ date: 2023-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vault_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-vault_v1/v0.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vault_v1/v0.25.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vault_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Vault API V1