google-apis-secretmanager_v1 0.11.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: 52a0af4f63fc1cf14601f2d0297ab675fa199402d3180495718b13359c6f6007
|
4
|
+
data.tar.gz: a1a194580391b1dfdc8467a414853544dd3d2b7e646c2acc3077f29771244830
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5bd50d634ed9cc09e8f64a4c0ed08efb3d23dcb244cc5fa098b1f0ccd0857ff3d7055501fb0f189d7a9a2e463ee809c51d667f1b9b4c301d14a5354fde59df3
|
7
|
+
data.tar.gz: '0290f445581b40563b8ff8c57ff1b31cd21c6b0ed7e1a63141999a507b1987b515f72beee064d74e43a8075ba1900422e98b58b7de2683694ae617cf2cb818cd'
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Release history for google-apis-secretmanager_v1
|
2
2
|
|
3
|
+
### v0.15.0 (2021-10-08)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20211001
|
6
|
+
|
7
|
+
### v0.14.0 (2021-09-01)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210813
|
10
|
+
|
11
|
+
### v0.13.0 (2021-07-16)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20210710
|
14
|
+
|
15
|
+
### v0.12.0 (2021-06-29)
|
16
|
+
|
17
|
+
* Regenerated using generator version 0.4.0
|
18
|
+
|
3
19
|
### v0.11.0 (2021-06-24)
|
4
20
|
|
5
21
|
* Regenerated using generator version 0.3.0
|
@@ -592,7 +592,7 @@ module Google
|
|
592
592
|
# resourcemanager.organizationAdmin - members: - user:eve@example.com role:
|
593
593
|
# roles/resourcemanager.organizationViewer condition: title: expirable access
|
594
594
|
# description: Does not grant access after Sep 2020 expression: request.time <
|
595
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
595
|
+
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
|
596
596
|
# description of IAM and its features, see the [IAM documentation](https://cloud.
|
597
597
|
# google.com/iam/docs/).
|
598
598
|
class Policy
|
@@ -605,7 +605,12 @@ module Google
|
|
605
605
|
|
606
606
|
# Associates a list of `members` to a `role`. Optionally, may specify a `
|
607
607
|
# condition` that determines how and when the `bindings` are applied. Each of
|
608
|
-
# the `bindings` must contain at least one member.
|
608
|
+
# the `bindings` must contain at least one member. The `bindings` in a `Policy`
|
609
|
+
# can refer to up to 1,500 members; up to 250 of these members can be Google
|
610
|
+
# groups. Each occurrence of a member counts towards these limits. For example,
|
611
|
+
# if the `bindings` grant 50 different roles to `user:alice@example.com`, and
|
612
|
+
# not to any other member, then you can add another 1,450 members to the `
|
613
|
+
# bindings` in the `Policy`.
|
609
614
|
# Corresponds to the JSON property `bindings`
|
610
615
|
# @return [Array<Google::Apis::SecretmanagerV1::Binding>]
|
611
616
|
attr_accessor :bindings
|
@@ -977,7 +982,7 @@ module Google
|
|
977
982
|
# resourcemanager.organizationAdmin - members: - user:eve@example.com role:
|
978
983
|
# roles/resourcemanager.organizationViewer condition: title: expirable access
|
979
984
|
# description: Does not grant access after Sep 2020 expression: request.time <
|
980
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
985
|
+
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
|
981
986
|
# description of IAM and its features, see the [IAM documentation](https://cloud.
|
982
987
|
# google.com/iam/docs/).
|
983
988
|
# Corresponds to the JSON property `policy`
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module SecretmanagerV1
|
18
18
|
# Version of the google-apis-secretmanager_v1 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
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211001"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -309,6 +309,10 @@ module Google
|
|
309
309
|
# @param [String] parent
|
310
310
|
# Required. The resource name of the project associated with the Secrets, in the
|
311
311
|
# format `projects/*`.
|
312
|
+
# @param [String] filter
|
313
|
+
# Optional. Filter string, adhering to the rules in [List-operation filtering](
|
314
|
+
# https://cloud.google.com/secret-manager/docs/filtering). List only secrets
|
315
|
+
# matching the filter. If filter is empty, all secrets are listed.
|
312
316
|
# @param [Fixnum] page_size
|
313
317
|
# Optional. The maximum number of results to be returned in a single page. If
|
314
318
|
# set to 0, the server decides the number of results to return. If the number is
|
@@ -333,11 +337,12 @@ module Google
|
|
333
337
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
334
338
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
335
339
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
336
|
-
def list_project_secrets(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
340
|
+
def list_project_secrets(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
337
341
|
command = make_simple_command(:get, 'v1/{+parent}/secrets', options)
|
338
342
|
command.response_representation = Google::Apis::SecretmanagerV1::ListSecretsResponse::Representation
|
339
343
|
command.response_class = Google::Apis::SecretmanagerV1::ListSecretsResponse
|
340
344
|
command.params['parent'] = parent unless parent.nil?
|
345
|
+
command.query['filter'] = filter unless filter.nil?
|
341
346
|
command.query['pageSize'] = page_size unless page_size.nil?
|
342
347
|
command.query['pageToken'] = page_token unless page_token.nil?
|
343
348
|
command.query['fields'] = fields unless fields.nil?
|
@@ -630,6 +635,11 @@ module Google
|
|
630
635
|
# @param [String] parent
|
631
636
|
# Required. The resource name of the Secret associated with the SecretVersions
|
632
637
|
# to list, in the format `projects/*/secrets/*`.
|
638
|
+
# @param [String] filter
|
639
|
+
# Optional. Filter string, adhering to the rules in [List-operation filtering](
|
640
|
+
# https://cloud.google.com/secret-manager/docs/filtering). List only secret
|
641
|
+
# versions matching the filter. If filter is empty, all secret versions are
|
642
|
+
# listed.
|
633
643
|
# @param [Fixnum] page_size
|
634
644
|
# Optional. The maximum number of results to be returned in a single page. If
|
635
645
|
# set to 0, the server decides the number of results to return. If the number is
|
@@ -654,11 +664,12 @@ module Google
|
|
654
664
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
655
665
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
656
666
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
657
|
-
def list_project_secret_versions(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
667
|
+
def list_project_secret_versions(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
658
668
|
command = make_simple_command(:get, 'v1/{+parent}/versions', options)
|
659
669
|
command.response_representation = Google::Apis::SecretmanagerV1::ListSecretVersionsResponse::Representation
|
660
670
|
command.response_class = Google::Apis::SecretmanagerV1::ListSecretVersionsResponse
|
661
671
|
command.params['parent'] = parent unless parent.nil?
|
672
|
+
command.query['filter'] = filter unless filter.nil?
|
662
673
|
command.query['pageSize'] = page_size unless page_size.nil?
|
663
674
|
command.query['pageToken'] = page_token unless page_token.nil?
|
664
675
|
command.query['fields'] = fields unless fields.nil?
|
@@ -30,7 +30,7 @@ module Google
|
|
30
30
|
# This is NOT the gem version.
|
31
31
|
VERSION = 'V1'
|
32
32
|
|
33
|
-
# See, edit, configure, and delete your Google Cloud
|
33
|
+
# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
|
34
34
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
35
35
|
end
|
36
36
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-secretmanager_v1
|
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: 2021-
|
11
|
+
date: 2021-10-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.4'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.4'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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/master/generated/google-apis-secretmanager_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1/v0.15.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-secretmanager_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|