google-apis-secretmanager_v1beta1 0.13.0 → 0.16.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: 867ad4676662a00020b32db9f82a7a1db2e3b380e75ae275d1e610f0bb893a72
|
4
|
+
data.tar.gz: faea3b02706fdfd47cf5ece5977f73dfc7da580ed1d928f8ee8f8cbe9e44bb01
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 81adf81fa54fb3bb2b479bfdd40561723a8f64a3f879a7590c16e9ff89887600ed0832352c57657bc59a9455ceef1cfe706ade96f082b169bd92f3963cc1953a
|
7
|
+
data.tar.gz: 889400aa3c3aae650d3c80f4581faaabcd657ed6a9b7336edd1ece247556999661d0705e6d76aeca768688e87f47d9c1065802f29cac8227fc1bad994d9aa33b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# Release history for google-apis-secretmanager_v1beta1
|
2
2
|
|
3
|
+
### v0.16.0 (2022-05-06)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220429
|
6
|
+
|
7
|
+
### v0.15.0 (2022-04-15)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220408
|
10
|
+
|
11
|
+
### v0.14.0 (2022-03-25)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220318
|
14
|
+
* Regenerated using generator version 0.4.1
|
15
|
+
|
3
16
|
### v0.13.0 (2021-12-16)
|
4
17
|
|
5
18
|
* Unspecified changes
|
@@ -82,8 +82,8 @@ module Google
|
|
82
82
|
# "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
|
83
83
|
# , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
|
84
84
|
# this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
|
85
|
-
# exempts jose@example.com from DATA_READ logging, and aliya@example.com
|
86
|
-
# DATA_WRITE logging.
|
85
|
+
# exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
|
86
|
+
# from DATA_WRITE logging.
|
87
87
|
class AuditConfig
|
88
88
|
include Google::Apis::Core::Hashable
|
89
89
|
|
@@ -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
|
@@ -254,8 +254,7 @@ module Google
|
|
254
254
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
255
255
|
# messages in your APIs. A typical example is to use it as the request or the
|
256
256
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
257
|
-
# protobuf.Empty) returns (google.protobuf.Empty); `
|
258
|
-
# `Empty` is empty JSON object ````.
|
257
|
+
# protobuf.Empty) returns (google.protobuf.Empty); `
|
259
258
|
class Empty
|
260
259
|
include Google::Apis::Core::Hashable
|
261
260
|
|
@@ -776,7 +775,7 @@ module Google
|
|
776
775
|
include Google::Apis::Core::Hashable
|
777
776
|
|
778
777
|
# The set of permissions to check for the `resource`. Permissions with wildcards
|
779
|
-
# (such as
|
778
|
+
# (such as `*` or `storage.*`) are not allowed. For more information see [IAM
|
780
779
|
# Overview](https://cloud.google.com/iam/docs/overview#permissions).
|
781
780
|
# Corresponds to the JSON property `permissions`
|
782
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.16.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220429"
|
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.16.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-05-09 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.16.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: []
|
@@ -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.3.
|
78
|
+
rubygems_version: 3.3.5
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Secret Manager API V1beta1
|