google-cloud-dataflow 0.6.1 → 0.6.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: c9a5c687f6cca7322b2fa8021c17eaf5bb070a5380ba27153c32fcadbc6774f9
4
- data.tar.gz: a2b85664420e858d35e89e3ef21b49d0b6d0008cba8e42ba1ab0f62028bde4c4
3
+ metadata.gz: 3c40c44fe9a90fc62fcf3b2fb9ae44f501525a1671da52bb06a73c07d8479651
4
+ data.tar.gz: 66685566eb91a45d64bb7daae944b9750f54d86a1a9a14c4f4c24f4c91b1a44f
5
5
  SHA512:
6
- metadata.gz: e864ccf24544372f5acf708b3dcd7089483d5c6f29f4f743f71f56997a6add1f797802a4d1d43e1ebf13da71dea4cfe3cd31ddb896b468a5c827b70eaedcc4d7
7
- data.tar.gz: e98aeb2a53b55ca2cc0df6c73978199ee305cf10f0114c4b57514ef39bf566e952538723560e3e33b959e4e7d100f5f69d0f7875da2638d6818d62d0d27fdca3
6
+ metadata.gz: e17c5407fb294150c636904d69a97c825ac187827e5cba666877949efaa7562c20f93a80a2f2a6f558ef21a95b3862c1753f140217a949218df38c8e84207bf9
7
+ data.tar.gz: 3cc5608fee1e8397615e9a1734a29fc6436aa2fc2d174d0db94e0bf1ddb5679bc922eead4cd5d804f8d5728d685c18a052db991e046f66191d7408ffd200399c
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/dataflow.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/dataflow"
39
+
40
+ client = Google::Cloud::Dataflow.snapshots
41
+ request = ::Google::Cloud::Dataflow::V1beta3::GetSnapshotRequest.new # (request fields as keyword arguments...)
42
+ response = client.get_snapshot 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 Dataflow
23
- VERSION = "0.6.1"
23
+ VERSION = "0.6.3"
24
24
  end
25
25
  end
26
26
  end
@@ -418,7 +418,7 @@ module Google
418
418
  #
419
419
  # ## About FlexTemplatesService
420
420
  #
421
- # Provides a service for Flex templates. This feature is not ready yet.
421
+ # Provides a service for Flex templates.
422
422
  #
423
423
  # @param version [::String, ::Symbol] The API version to connect to. Optional.
424
424
  # Defaults to `:v1beta3`.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dataflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.3
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 Dataflow API
81
81
  test_files: []