google-cloud-datastream 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: fd79b7053cfdcb6c6b13209506d4bbe672ebe8437f3c82688fe37595b69121c6
4
- data.tar.gz: 8bf9d2b0242021368a9faf3f329b83c3d78902a1689553f4a916634c77a6d4c2
3
+ metadata.gz: 995b48b8a11341467f73bbab8368e193628a18a9b3381088196d3891efaa7e08
4
+ data.tar.gz: 3d473b7f38bd2de67de947600299a43f7004d48118d1e8040890632a73945d19
5
5
  SHA512:
6
- metadata.gz: c8a4b92e65d41c5eb85d159814b9de8cd3968799372f654cabe41953dcf8e3f9e5c4677364baba2933f4c3499c83b1f395850ec594996ea97da45df413bf2258
7
- data.tar.gz: d91996779068d902b41c4f92fde24af57971885ac4b038d773e3dffaa7d071ea56177f86bab35c67b08bfb3e471cbc79430aa7e192445a4bc2349f6f1b5ce64b
6
+ metadata.gz: 7775affb2c23ce3b11cd0d9a27e1b0c162d309132425299cac9f6215cb12bf77aeec7c9190371abbe85d094ae24ae8eaa562872cac769287b351538f5b808b91
7
+ data.tar.gz: dd13375667a4b09bb749d670095e24cd83999daf90e7b0431d623fbb3fadc21c3ee4264bdee83b8251a6953ea13567c6469387bee496b29cd5e8f1e575d48d72
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/datastream.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/datastream"
39
+
40
+ client = Google::Cloud::Datastream.datastream
41
+ request = ::Google::Cloud::Datastream::V1::ListConnectionProfilesRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_connection_profiles 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 Datastream
23
- VERSION = "2.0.1"
23
+ VERSION = "2.0.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-datastream
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
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  - !ruby/object:Gem::Version
71
71
  version: '0'
72
72
  requirements: []
73
- rubygems_version: 3.6.8
73
+ rubygems_version: 3.6.9
74
74
  specification_version: 4
75
75
  summary: API Client library for the Datastream API
76
76
  test_files: []