google-cloud-secret_manager 2.0.1 → 2.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c411e5309cde6ff8c08fd972652d2321a949c816bcf3bf99bf4e6df8a70c8cb2
4
- data.tar.gz: 844d4bd276e9a2f3051c912df2da22e5e5e3071029ee3db3857dfd46334fa907
3
+ metadata.gz: 153f32f885fe4621137afe4d2169e3a60714dcb37362855607c79fb8475cd380
4
+ data.tar.gz: 83e8ccdc9255185a865a85294d726b1fcc259d948e88fea04a1c49fca6dc40f1
5
5
  SHA512:
6
- metadata.gz: fd2cd3b51e336e982633f91b75afa20c339575913263cde071c9f5cc2f826f5bf42e8ae2767a23a695bd1f00076add748e0dc5b4500728ea398d8d18e9b24811
7
- data.tar.gz: b2494c476d34be9fe80a3b3bd72897956f689ab882e513936d2aef74052146c727f79112437f4baf54986e7e90585d80fa0784f3e457d7d931404adfcd84fec6
6
+ metadata.gz: a79c5d34000e0c1b9e6f14b7b05ea5568e2b4215c8fe6313650ad77ea6b1bd06e7588ad7b3e4eb9821f31a87d2f984f02c40197d70935fb84a0fa85117d435c1
7
+ data.tar.gz: f5fa72f82a81ff883310c8551176208bceac4b54cf257753e742609b2747b0a19245e7436a095b52eb8ae516073bba16693e96230670d1473fb958a6666cab2a
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/secretmanager.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/secret_manager"
39
+
40
+ client = Google::Cloud::SecretManager.secret_manager_service
41
+ request = ::Google::Cloud::SecretManager::V1::ListSecretsRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_secrets request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module SecretManager
19
- VERSION = "2.0.1".freeze
19
+ VERSION = "2.0.2".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-secret_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -71,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  - !ruby/object:Gem::Version
72
72
  version: '0'
73
73
  requirements: []
74
- rubygems_version: 3.6.8
74
+ rubygems_version: 3.6.9
75
75
  specification_version: 4
76
76
  summary: API Client library for the Secret Manager API
77
77
  test_files: []