google-apis-secretmanager_v1beta1 0.14.0 → 0.15.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: 1cf2aec406c8d3688eeecee4125a14af86f664e092112df706666f46071ca8d1
|
4
|
+
data.tar.gz: d10ee25339d012eaa0a481ce2a202cde5a1b601f914168bec42c35614442f600
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 21872f40a7157c6984991ea44e0fc6c05dd607718a6d665f9133383797342901efc5764c1d69b964964c3a564d2c165019746e584993defbecb1538e378a6321
|
7
|
+
data.tar.gz: 85bc3fe370fc0cc303550aa213f3b1c8ea25b2fde837287631e1ffc1d7013d783a89413af5fc5ec08432315e04c015bd7c744dce4e3fc58d9cb3c762c7979dd5
|
data/CHANGELOG.md
CHANGED
@@ -177,7 +177,7 @@ module Google
|
|
177
177
|
# @return [Google::Apis::SecretmanagerV1beta1::Expr]
|
178
178
|
attr_accessor :condition
|
179
179
|
|
180
|
-
# Specifies the principals requesting access for a Cloud
|
180
|
+
# Specifies the principals requesting access for a Google Cloud resource. `
|
181
181
|
# members` can have the following values: * `allUsers`: A special identifier
|
182
182
|
# that represents anyone who is on the internet; with or without a Google
|
183
183
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
@@ -775,7 +775,7 @@ module Google
|
|
775
775
|
include Google::Apis::Core::Hashable
|
776
776
|
|
777
777
|
# The set of permissions to check for the `resource`. Permissions with wildcards
|
778
|
-
# (such as
|
778
|
+
# (such as `*` or `storage.*`) are not allowed. For more information see [IAM
|
779
779
|
# Overview](https://cloud.google.com/iam/docs/overview#permissions).
|
780
780
|
# Corresponds to the JSON property `permissions`
|
781
781
|
# @return [Array<String>]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module SecretmanagerV1beta1
|
18
18
|
# Version of the google-apis-secretmanager_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.15.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220408"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -85,8 +85,8 @@ module Google
|
|
85
85
|
# The resource that owns the locations collection, if applicable.
|
86
86
|
# @param [String] filter
|
87
87
|
# A filter to narrow down results to a preferred subset. The filtering language
|
88
|
-
# accepts strings like "displayName=tokyo"
|
89
|
-
# AIP-160](https://google.aip.dev/160).
|
88
|
+
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
89
|
+
# in [AIP-160](https://google.aip.dev/160).
|
90
90
|
# @param [Fixnum] page_size
|
91
91
|
# The maximum number of results to return. If not set, the service selects a
|
92
92
|
# default.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-secretmanager_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.15.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: 2022-
|
11
|
+
date: 2022-04-18 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-secretmanager_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1beta1/v0.15.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-secretmanager_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|