google-cloud-gemini_data_analytics 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: 3ed9bdc6259299313a7892aab1eb364120fc8e331ac1cb7849c2698d4dd979a7
4
- data.tar.gz: 3965dabc4d40b2227e5326e884ca424f1f4dad36a03516a376218a06bb6f757c
3
+ metadata.gz: f6965f788438880a2b20acefc1766d4c8af9f3ccddb58b027cead0a2e3e053af
4
+ data.tar.gz: 803bbabf01633b41a246454a1cb63b56cf7e53688ca2c44daef9e1d89e341d84
5
5
  SHA512:
6
- metadata.gz: 82f973fb2c26621b1df4248bcb328489b870d35c1a14a13452f2878b176dfbdd9fc1738b461cec5bde4f96cc54afb6a8130f68fd6ae92626a7473a04e9665bd1
7
- data.tar.gz: aab005006b1dbf51e277f26444faf3cf0df858705da6d0b19f2019d6de3dc05e683f84baa8fb5c1f3c3c2595a62532c3a813cd8d1495c8821294cf3605c8887f
6
+ metadata.gz: c4f3ae5b471ab2b61217924580bac9e8ff5db2cc4b964a3bafc7c9dd1f5b5e50238469876d3e93847a169ab28605e1d16c04c0c04d4889636ef0f0d78d2bd81e
7
+ data.tar.gz: df5f1c7bac9a8513a04ffc9eec3f636627c3e3c380443ffc1e9e61456bb850d43da4e12b1c4118d7ce2fdd45e4da3091402169a0c06b852ae0fe10c5b131daf6
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/geminidataanalytics.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/gemini_data_analytics"
39
+
40
+ client = Google::Cloud::GeminiDataAnalytics.data_agent_service
41
+ request = ::Google::Cloud::GeminiDataAnalytics::V1beta::ListDataAgentsRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_data_agents 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 GeminiDataAnalytics
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-gemini_data_analytics
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
  - - ">="