google-cloud-discovery_engine 2.3.0 → 2.3.1

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: 4746637b6d60d527b86a4b2a83bee92c4e87af1763312758cbb5b5f786f9a0d4
4
- data.tar.gz: fa8450d7fa4d7696132cf2dcf832ba17985a5545daac360a2a7c8602187439b8
3
+ metadata.gz: ef644c54a97fa3c52a48f8861db22d02a47eba4cbc9e381812cdd8763db3ef13
4
+ data.tar.gz: 6da279d3264b07c15a51ecd473bd85255621f11d1045237c2e6d71b2c091e47d
5
5
  SHA512:
6
- metadata.gz: 65a4074b249504feaef862ca4923ab13d61a225bd3514dffd784afe13d7fb4a179876f55473e0050c1259c90c44226dd0383845c53b69900ed3342e437de8d56
7
- data.tar.gz: 3be508227faea3c122ac6ef7890d30f512dacc969a50c947785dcc7b06dc45957df6e4e0a59f5374739052526984dbbfb25bcfef0680b62f0ca25ad9414edd9e
6
+ metadata.gz: daf82cdc82bc56a3612115b53f0033246c64f975b0a3d483d39b82916fd92a92e7144733b1b8f4a7e5dd38828d24ec2ff8a57246df1235a22a599ffdbe0376df
7
+ data.tar.gz: 5d782acf8ce4325599d8169058cdc741268c059551afb18eab17c1a285ce588ba665865f109c646b1d73a954178a024981d098b34b2d39bf857e107d2e21c944
data/README.md CHANGED
@@ -33,6 +33,14 @@ In order to use this library, you first need to go through the following steps:
33
33
  1. [Enable the API.](https://console.cloud.google.com/apis/library/discoveryengine.googleapis.com)
34
34
  1. {file:AUTHENTICATION.md Set up authentication.}
35
35
 
36
+ ```ruby
37
+ require "google/cloud/discovery_engine"
38
+
39
+ client = Google::Cloud::DiscoveryEngine.search_service
40
+ request = ::Google::Cloud::DiscoveryEngine::V1::SearchRequest.new # (request fields as keyword arguments...)
41
+ response = client.search request
42
+ ```
43
+
36
44
  ## Debug Logging
37
45
 
38
46
  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 DiscoveryEngine
23
- VERSION = "2.3.0"
23
+ VERSION = "2.3.1"
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-discovery_engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC