google-apis-vault_v1 0.33.0 → 0.34.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/vault_v1/classes.rb +2 -2
- data/lib/google/apis/vault_v1/gem_version.rb +2 -2
- data/lib/google/apis/vault_v1/service.rb +1 -1
- data/lib/google/apis/vault_v1.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2439f98f8e3fcea8529ac27e1b3669be1b2ec1cf10790f75c0e0591448be531b
|
4
|
+
data.tar.gz: c1704236ea1f4d9993549c753f7d8b801108867b2e191ce282a3aeb867cc0d37
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b5c59504c3d4781da0f169b569b389b9d9414c8610ec96f1d4e85f0a4887fa011c065f7ba0bf579bd780e18341dc265e6b6881ebaef854081fd3f37eae76f304
|
7
|
+
data.tar.gz: 9e817e106064e40feaa4e0ab14d218b75638edc89e0c44f89da7af49ab7fd6f14311ed637d0da28f9a2efdf09e26e198d07ffc54a66163f4d7895bf82eb3117e
|
data/CHANGELOG.md
CHANGED
data/OVERVIEW.md
CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
|
|
79
79
|
|
80
80
|
**For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
|
81
81
|
|
82
|
-
The [product documentation](https://developers.google.com/vault) may provide guidance regarding the preferred client library to use.
|
82
|
+
The [product documentation](https://developers.google.com/workspace/vault) may provide guidance regarding the preferred client library to use.
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
@@ -951,8 +951,8 @@ module Google
|
|
951
951
|
include Google::Apis::Core::Hashable
|
952
952
|
|
953
953
|
# A list of Chat spaces IDs, as provided by the [Chat API](https://developers.
|
954
|
-
# google.com/chat). There is a limit of exporting from 500 Chat spaces
|
955
|
-
# request.
|
954
|
+
# google.com/workspace/chat). There is a limit of exporting from 500 Chat spaces
|
955
|
+
# per request.
|
956
956
|
# Corresponds to the JSON property `roomId`
|
957
957
|
# @return [Array<String>]
|
958
958
|
attr_accessor :room_id
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.34.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250318"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -36,7 +36,7 @@ module Google
|
|
36
36
|
# Vault = Google::Apis::VaultV1 # Alias the module
|
37
37
|
# service = Vault::VaultService.new
|
38
38
|
#
|
39
|
-
# @see https://developers.google.com/vault
|
39
|
+
# @see https://developers.google.com/workspace/vault
|
40
40
|
class VaultService < Google::Apis::Core::BaseService
|
41
41
|
DEFAULT_ENDPOINT_TEMPLATE = "https://vault.$UNIVERSE_DOMAIN$/"
|
42
42
|
|
data/lib/google/apis/vault_v1.rb
CHANGED
@@ -29,7 +29,7 @@ module Google
|
|
29
29
|
# an account needs the **Manage Exports** privilege and the matter shared with
|
30
30
|
# them.
|
31
31
|
#
|
32
|
-
# @see https://developers.google.com/vault
|
32
|
+
# @see https://developers.google.com/workspace/vault
|
33
33
|
module VaultV1
|
34
34
|
# Version of the Google Vault API this client connects to.
|
35
35
|
# This is NOT the gem version.
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-vault_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.34.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-30 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vault_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-vault_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-vault_v1/v0.34.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vault_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|