google-cloud-dataform 0.5.1 → 0.5.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: 708144c66b2277ce1946ac3b9c30d16a2de2d3ad7011775b938076fc6256a3d6
4
- data.tar.gz: 14e725d57a25fad49602e16b71ae71bc070f49fa4e2a7003540e36402ae72863
3
+ metadata.gz: 88724126790f1119d4018e7cf025840fb7999471f3f659dc8247b5614fe22fff
4
+ data.tar.gz: 4b535ea703895d0bad05ff2d85e5973134978409cf5be191ba6d100c2374910e
5
5
  SHA512:
6
- metadata.gz: e10e42a77f7eef80263aa960e274ddda404a75acc3597e123248704f47b87f07f2d0b7d21d4fc3ddecd8376468f8e7e7c061cf23241aa6ea346fe42372c68d00
7
- data.tar.gz: ee19a9869895a851ff005d28e994247770592a1cf3e112e1fb07570613d91c10011db990b1512d6218bb8d006c3e1bf0422698f9beeada6e7230f37c3a224b83
6
+ metadata.gz: 8233997b0c8bccc015f79428b72a391805423e741eeea74ee912866955615c131d4208b9133f1109f5621c72943092b5534d7bdeb460353e62b1339db61eb587
7
+ data.tar.gz: f1f6c2c352ed9c00b0eac76b72d815e9d364756228fa1c5cbdf773e0e6a9893b49a41e2b977fbced54eb67346164e059020fd9e0c3a2a29edc581406b614c1ca
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/dataform.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/dataform"
39
+
40
+ client = Google::Cloud::Dataform.dataform
41
+ request = ::Google::Cloud::Dataform::V1beta1::ListRepositoriesRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_repositories 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 Dataform
23
- VERSION = "0.5.1"
23
+ VERSION = "0.5.2"
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-dataform
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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.6.8
78
+ rubygems_version: 3.6.9
79
79
  specification_version: 4
80
80
  summary: API Client library for the Dataform API
81
81
  test_files: []