google-cloud-parameter_manager 0.1.2 → 0.1.3

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: 852483ac103a8a84cc2faf4e64b7ad9b4662a6b9b30304ee87210a013a34bcd8
4
- data.tar.gz: d72371a2d4ab9bfe0e4748533cb7b8229a051f52ed7e0d0cb486ad365c85bc8f
3
+ metadata.gz: 14a63c39b908dfa62c843e5a5f787f60fbe0a64005876af34724d8aa2d07c0dd
4
+ data.tar.gz: 160e750f2185fda6d13cd6f684b5c0e3a382badecdcee3d5f31c0da76c0bc57b
5
5
  SHA512:
6
- metadata.gz: 5b8b1ef5b444b73f452e280184894cb2925d5258ff76dfae8f93c375de32b8affbb5d1092487d81403d254b6286fff4cf6997bacf1ebd0377d70c3dcf8454fe9
7
- data.tar.gz: 2f58c71a13e68737254da907fbbb8dc90085a3403af813a8851835453525abb76e7bd373dcd1dc5fbbd13dd10542bb25e32c4dc117ae97f15ea62c8862abfaeb
6
+ metadata.gz: 50dfae7f5d9cff4ef96d8574ca3c2e95ae98002c5cff19bcb78cd64720be5fdf574f8bba536bd5526b46967f8edf7e80c6a18a80c4b79d8965474cf00a9a94f7
7
+ data.tar.gz: edf3ea97b2ea00d5e1d3e86eee8317ec863bd10701c3add6c1ba04ed63365009541b6d3cba9828d2ff14e27b2897a6002cfa702f1ebd45aebea1359268f9ccc6
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/parametermanager.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/parameter_manager"
39
+
40
+ client = Google::Cloud::ParameterManager.parameter_manager
41
+ request = ::Google::Cloud::ParameterManager::V1::ListParametersRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_parameters request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module ParameterManager
23
- VERSION = "0.1.2"
23
+ VERSION = "0.1.3"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-parameter_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -77,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  - !ruby/object:Gem::Version
78
78
  version: '0'
79
79
  requirements: []
80
- rubygems_version: 3.6.8
80
+ rubygems_version: 3.6.9
81
81
  specification_version: 4
82
82
  summary: Parameter Manager is a single source of truth to store, access and manage
83
83
  the lifecycle of your workload parameters. Parameter Manager aims to make management