google-apis-discoveryengine_v1 0.14.0 → 0.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/discoveryengine_v1/classes.rb +398 -49
- data/lib/google/apis/discoveryengine_v1/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1/representations.rb +147 -1
- data/lib/google/apis/discoveryengine_v1/service.rb +108 -114
- data/lib/google/apis/discoveryengine_v1.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: be8308a3b9b4a73f856c1ceced70bff2877d8cd3c16f8e6c29c9ac80c8c187e8
|
4
|
+
data.tar.gz: 81af02c95c9185f574353b6aaca19dcc051142469e1718521c88da423ec02478
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '093362e8e5fad7be1c7f8559d590919ee0732cb0ad0605dc651e0109fce687d0ca28428a3b289af0e456b4aeaee30a65b982cbf1cc1ea00c427ce004d8ea3f74'
|
7
|
+
data.tar.gz: 65902a0fa039e5b296ed1ce7dc3af7b3ee5d296c684aeafbdfdab86e392e8805af3fc8f411e76b3cc640ed610df2f57887362f1b261d4c21eff5441a07080761
|
data/CHANGELOG.md
CHANGED
data/OVERVIEW.md
CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
|
|
79
79
|
|
80
80
|
**For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
|
81
81
|
|
82
|
-
The [product documentation](https://cloud.google.com/
|
82
|
+
The [product documentation](https://cloud.google.com/generative-ai-app-builder/docs/) may provide guidance regarding the preferred client library to use.
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|