google-apis-discoveryengine_v1beta 0.9.0 → 0.10.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: 8a7dc238ff88d80936633fd34c32f9e36da3c26408355b5d28d04967a583b04d
4
- data.tar.gz: bba354739717a7723cf850719e4485a77f275c44b23a084ef568e700d0ce48b9
3
+ metadata.gz: 77d689539626718782cc15ec72d2def805b096feb4203aecbad51928ea2c60de
4
+ data.tar.gz: c4dbd9c7cc714f0cd661acab91f01abe0d4b2852a5aa811cee335ef577bbe267
5
5
  SHA512:
6
- metadata.gz: 3ffced84126a60497b7f37ddabb1d6625bc3b7dcf7058b508e4592d5d387a0f8e4702a5b2d15ee0cd8d96b3db900f02e75b8fcaf0cdf411dfc3b5b4df76a4463
7
- data.tar.gz: 2bdfd155a9318a5991ee07ca86162800fc559e3ed13f99d8b7adc53bb665e2d6a94b27c7ca4953a0a84313a49eeac705bdbd82faabb286ea119766cae26f7968
6
+ metadata.gz: 1515f22418c7234d8dbfc6321360fa302d5bf6c7d34060150ceb9cc778c25b181aca3248e66a4bcf01de274783478803b2f5b8072b999bdbb924ec92b0574a9a
7
+ data.tar.gz: 41af00602e40a75ba59350ebec3b2353e394b2ca2b7327dd973be8c6ee5a0ea6c748da2a0434e64ca58a564b4778814eaa58b3971919cdcc888ea49968384761
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-discoveryengine_v1beta
2
2
 
3
+ ### v0.10.0 (2023-03-19)
4
+
5
+ * Regenerated from discovery document revision 20230310
6
+
3
7
  ### v0.9.0 (2023-03-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20230306
@@ -853,9 +853,12 @@ module Google
853
853
  include Google::Apis::Core::Hashable
854
854
 
855
855
  # The schema to use when parsing the data from the source. Supported values for
856
- # imports: * `user_event` (default): One JSON UserEvent per line. * `document` (
857
- # default): One JSON Document per line. Each document must have a valid Document.
858
- # id.
856
+ # document imports: * `document` (default): One JSON Document per line. Each
857
+ # document must have a valid Document.id. * `content`: Unstructured data (e.g.
858
+ # PDF, HTML). Each file matched by `input_uris` will become a document, with the
859
+ # ID set to the first 128 bits of SHA256(URI) encoded as a hex string. Supported
860
+ # values for user even imports: * `user_event` (default): One JSON UserEvent per
861
+ # line.
859
862
  # Corresponds to the JSON property `dataSchema`
860
863
  # @return [String]
861
864
  attr_accessor :data_schema
@@ -863,8 +866,8 @@ module Google
863
866
  # Required. Cloud Storage URIs to input files. URI can be up to 2000 characters
864
867
  # long. URIs can match the full object path (for example, `gs://bucket/directory/
865
868
  # object.json`) or a pattern matching one or more files, such as `gs://bucket/
866
- # directory/*.json`. A request can contain at most 100 files, and each file can
867
- # be up to 2 GB.
869
+ # directory/*.json`. A request can contain at most 100 files or 100000 files if
870
+ # the data_schema is `content`. And each file can be up to 2 GB.
868
871
  # Corresponds to the JSON property `inputUris`
869
872
  # @return [Array<String>]
870
873
  attr_accessor :input_uris
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DiscoveryengineV1beta
18
18
  # Version of the google-apis-discoveryengine_v1beta gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230306"
25
+ REVISION = "20230310"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-discoveryengine_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.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: 2023-03-12 00:00:00.000000000 Z
11
+ date: 2023-03-19 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_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []