google-apis-discoveryengine_v1alpha 0.32.0 → 0.33.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0b6c47309fb2bca7736999e5b0cebf9c8f8def9948a9815529676d3fdf039f43
|
4
|
+
data.tar.gz: 05411fced0f8192e8d2baad108f03b5cc637ebcdf6a492ed2e91a0dfa63bf2a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 077bbbab853342e115aa1174f9f062f387c9152a16342f3d5447e8084860af87170188fa216b22c2a9624129814e409ecd3a10878a39e417a127c79ceeb813ba
|
7
|
+
data.tar.gz: e59c0e44af93ed29cb7b5803303bf7ed60a17688fde8a1a53e1d15a2cad9609ef70778351da32511587a759abdb3e19e11d0266ec01bbb7993b40eb407787611
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-discoveryengine_v1alpha
|
2
2
|
|
3
|
+
### v0.33.0 (2024-01-28)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240123
|
6
|
+
* Regenerated using generator version 0.13.1
|
7
|
+
|
3
8
|
### v0.32.0 (2024-01-22)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240118
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DiscoveryengineV1alpha
|
18
18
|
# Version of the google-apis-discoveryengine_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.33.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.13.
|
22
|
+
GENERATOR_VERSION = "0.13.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240123"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -194,7 +194,7 @@ module Google
|
|
194
194
|
|
195
195
|
# Estimates the data size to be used by a customer.
|
196
196
|
# @param [String] location
|
197
|
-
# Required. Full resource name of the
|
197
|
+
# Required. Full resource name of the location, such as `projects/`project`/
|
198
198
|
# locations/`location``.
|
199
199
|
# @param [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEstimateDataSizeRequest] google_cloud_discoveryengine_v1alpha_estimate_data_size_request_object
|
200
200
|
# @param [String] fields
|
@@ -675,7 +675,7 @@ module Google
|
|
675
675
|
# @param [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfig] google_cloud_discoveryengine_v1alpha_document_processing_config_object
|
676
676
|
# @param [String] update_mask
|
677
677
|
# Indicates which fields in the provided DocumentProcessingConfig to update. The
|
678
|
-
# following are the only supported fields: * DocumentProcessingConfig.
|
678
|
+
# following are the only supported fields: * DocumentProcessingConfig.ocr_config
|
679
679
|
# If not set, all supported fields are updated.
|
680
680
|
# @param [String] fields
|
681
681
|
# Selector specifying which fields to include in a partial response.
|
@@ -3617,7 +3617,7 @@ module Google
|
|
3617
3617
|
# @param [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfig] google_cloud_discoveryengine_v1alpha_document_processing_config_object
|
3618
3618
|
# @param [String] update_mask
|
3619
3619
|
# Indicates which fields in the provided DocumentProcessingConfig to update. The
|
3620
|
-
# following are the only supported fields: * DocumentProcessingConfig.
|
3620
|
+
# following are the only supported fields: * DocumentProcessingConfig.ocr_config
|
3621
3621
|
# If not set, all supported fields are updated.
|
3622
3622
|
# @param [String] fields
|
3623
3623
|
# Selector specifying which fields to include in a partial response.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-discoveryengine_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.33.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-01-
|
11
|
+
date: 2024-01-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.33.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|