google-cloud-config_delivery 0.1.0 → 0.2.0

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: 4524b05986b7c77513ed4ca09f13c054488047d07033019fba1ae0d94ed9c8b2
4
- data.tar.gz: 5c81dafa000949cffa90cc687af9da00bbe4ebe1359bbce3f437a35d14b884f3
3
+ metadata.gz: 31612142ccda7c187767574fe02fac036740e435693505aa427d483349f7c0b3
4
+ data.tar.gz: c07a3c06e63a630fbd84827a049cb36a52ef9a74796381e9fe07f32718d2fc48
5
5
  SHA512:
6
- metadata.gz: 41095e551a1a921cf46a1f55ea4f1de1fa6e3ce6f19789063932f22fdbb53bc57441ca581e322a7904f004afaa976aad48ae5fdb53c52c7a621401f86042b5fa
7
- data.tar.gz: aab79420233e4f9e285be0bcf1b39a2390b302ea16b1ab67c14714a595d1402f07a65d1d43a9482c5d28d2fe0f960319b3c69bf33bd7b30ffb0fbb73ba08749c
6
+ metadata.gz: fb688ea2079cf38e82d73a6ed7a261ca90bbc8d63341e0a09c4a3d39180054a5611cf792c04da1b61f316d5bf3e991a09a1385cf6825e5e5dc5f2a28e179eeab
7
+ data.tar.gz: fec0c901bb920347454af8395c46326e9e8befdda6cbd10fb0c37792a41dacc761a23401a1c3b0237d9e26ae9720695e57b29198f7d99fab0d94a04c919f724e
data/README.md CHANGED
@@ -30,6 +30,14 @@ In order to use this library, you first need to go through the following steps:
30
30
  1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
31
31
  1. {file:AUTHENTICATION.md Set up authentication.}
32
32
 
33
+ ```ruby
34
+ require "google/cloud/config_delivery"
35
+
36
+ client = Google::Cloud::ConfigDelivery.config_delivery
37
+ request = ::Google::Cloud::ConfigDelivery::V1alpha::ListResourceBundlesRequest.new # (request fields as keyword arguments...)
38
+ response = client.list_resource_bundles request
39
+ ```
40
+
33
41
  ## Debug Logging
34
42
 
35
43
  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 ConfigDelivery
23
- VERSION = "0.1.0"
23
+ VERSION = "0.2.0"
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-config_delivery
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -68,7 +68,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '3.0'
71
+ version: '3.2'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="