google-apis-discoveryengine_v1beta 0.1.0 → 0.3.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0211734a41d46989102877990a3ba3660eec8cda8bf60e93b544b4432b510cda
|
|
4
|
+
data.tar.gz: 0d5c3d4adbbccaf4e77a7de452fff42207fd1de333a21df45c858dd0e6aa0145
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db84cbe1f59121c3b04848bedd99760fc872f68cc03fef6c528a235466e36fe44bb9fb1a85bf22f6027c62e8e3559e5e3eae68c284957f53882fd7aeac6eaecf
|
|
7
|
+
data.tar.gz: ebc733a8500609f86eabe3ce9819aee6b272f1505e73b53494de652c04d27fca2ee652e4112b99c825ac840b951281d86b1a335736b18b6fb92a8894fa081d8e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-discoveryengine_v1beta
|
|
2
2
|
|
|
3
|
+
### v0.3.0 (2022-12-07)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20221130
|
|
6
|
+
|
|
7
|
+
### v0.2.0 (2022-11-12)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20221107
|
|
10
|
+
|
|
3
11
|
### v0.1.0 (2022-11-06)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20221103
|
|
@@ -140,9 +140,9 @@ module Google
|
|
|
140
140
|
class GoogleCloudDiscoveryengineV1alphaImportErrorConfig
|
|
141
141
|
include Google::Apis::Core::Hashable
|
|
142
142
|
|
|
143
|
-
#
|
|
144
|
-
#
|
|
145
|
-
#
|
|
143
|
+
# Cloud Storage prefix for import errors. This must be an empty, existing Cloud
|
|
144
|
+
# Storage directory. Import errors will be written to sharded files in this
|
|
145
|
+
# directory, one per line, as a JSON-encoded `google.rpc.Status` message.
|
|
146
146
|
# Corresponds to the JSON property `gcsPrefix`
|
|
147
147
|
# @return [String]
|
|
148
148
|
attr_accessor :gcs_prefix
|
|
@@ -460,7 +460,7 @@ module Google
|
|
|
460
460
|
end
|
|
461
461
|
end
|
|
462
462
|
|
|
463
|
-
#
|
|
463
|
+
# Cloud Storage location for input content.
|
|
464
464
|
class GoogleCloudDiscoveryengineV1betaGcsSource
|
|
465
465
|
include Google::Apis::Core::Hashable
|
|
466
466
|
|
|
@@ -472,11 +472,11 @@ module Google
|
|
|
472
472
|
# @return [String]
|
|
473
473
|
attr_accessor :data_schema
|
|
474
474
|
|
|
475
|
-
# Required.
|
|
476
|
-
#
|
|
477
|
-
#
|
|
478
|
-
#
|
|
479
|
-
#
|
|
475
|
+
# Required. Cloud Storage URIs to input files. URI can be up to 2000 characters
|
|
476
|
+
# long. URIs can match the full object path (for example, `gs://bucket/directory/
|
|
477
|
+
# object.json`) or a pattern matching one or more files, such as `gs://bucket/
|
|
478
|
+
# directory/*.json`. A request can contain at most 100 files, and each file can
|
|
479
|
+
# be up to 2 GB.
|
|
480
480
|
# Corresponds to the JSON property `inputUris`
|
|
481
481
|
# @return [Array<String>]
|
|
482
482
|
attr_accessor :input_uris
|
|
@@ -545,7 +545,7 @@ module Google
|
|
|
545
545
|
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaImportErrorConfig]
|
|
546
546
|
attr_accessor :error_config
|
|
547
547
|
|
|
548
|
-
#
|
|
548
|
+
# Cloud Storage location for input content.
|
|
549
549
|
# Corresponds to the JSON property `gcsSource`
|
|
550
550
|
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaGcsSource]
|
|
551
551
|
attr_accessor :gcs_source
|
|
@@ -626,9 +626,9 @@ module Google
|
|
|
626
626
|
class GoogleCloudDiscoveryengineV1betaImportErrorConfig
|
|
627
627
|
include Google::Apis::Core::Hashable
|
|
628
628
|
|
|
629
|
-
#
|
|
630
|
-
#
|
|
631
|
-
#
|
|
629
|
+
# Cloud Storage prefix for import errors. This must be an empty, existing Cloud
|
|
630
|
+
# Storage directory. Import errors will be written to sharded files in this
|
|
631
|
+
# directory, one per line, as a JSON-encoded `google.rpc.Status` message.
|
|
632
632
|
# Corresponds to the JSON property `gcsPrefix`
|
|
633
633
|
# @return [String]
|
|
634
634
|
attr_accessor :gcs_prefix
|
|
@@ -696,7 +696,7 @@ module Google
|
|
|
696
696
|
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaImportErrorConfig]
|
|
697
697
|
attr_accessor :error_config
|
|
698
698
|
|
|
699
|
-
#
|
|
699
|
+
# Cloud Storage location for input content.
|
|
700
700
|
# Corresponds to the JSON property `gcsSource`
|
|
701
701
|
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaGcsSource]
|
|
702
702
|
attr_accessor :gcs_source
|
|
@@ -970,7 +970,7 @@ module Google
|
|
|
970
970
|
# @return [Hash<String,Object>]
|
|
971
971
|
attr_accessor :params
|
|
972
972
|
|
|
973
|
-
# UserEvent captures all metadata information
|
|
973
|
+
# UserEvent captures all metadata information Discovery Engine API needs to know
|
|
974
974
|
# about how end users interact with customers' website.
|
|
975
975
|
# Corresponds to the JSON property `userEvent`
|
|
976
976
|
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserEvent]
|
|
@@ -1195,7 +1195,7 @@ module Google
|
|
|
1195
1195
|
end
|
|
1196
1196
|
end
|
|
1197
1197
|
|
|
1198
|
-
# UserEvent captures all metadata information
|
|
1198
|
+
# UserEvent captures all metadata information Discovery Engine API needs to know
|
|
1199
1199
|
# about how end users interact with customers' website.
|
|
1200
1200
|
class GoogleCloudDiscoveryengineV1betaUserEvent
|
|
1201
1201
|
include Google::Apis::Core::Hashable
|
|
@@ -1206,7 +1206,7 @@ module Google
|
|
|
1206
1206
|
# user events, also include them in the user events that you associate with
|
|
1207
1207
|
# prediction requests. Custom attribute formatting must be consistent between
|
|
1208
1208
|
# imported events and events provided with prediction requests. This lets the
|
|
1209
|
-
#
|
|
1209
|
+
# Discovery Engine API use those custom attributes when training models and
|
|
1210
1210
|
# serving predictions, which helps improve recommendation quality. This field
|
|
1211
1211
|
# needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is
|
|
1212
1212
|
# returned: * The key must be a UTF-8 encoded string with a length limit of 5,
|
|
@@ -1327,9 +1327,10 @@ module Google
|
|
|
1327
1327
|
|
|
1328
1328
|
# A unique identifier for tracking a visitor session with a length limit of 128
|
|
1329
1329
|
# bytes. A session is an aggregation of an end user behavior in a time span. A
|
|
1330
|
-
# general guideline to populate the
|
|
1331
|
-
# min, a new session_id should be assigned. 2. The session_id should be
|
|
1332
|
-
# across users, suggest use uuid or add UserEvent.user_pseudo_id as
|
|
1330
|
+
# general guideline to populate the session_id: 1. If user has no activity for
|
|
1331
|
+
# 30 min, a new session_id should be assigned. 2. The session_id should be
|
|
1332
|
+
# unique across users, suggest use uuid or add UserEvent.user_pseudo_id as
|
|
1333
|
+
# prefix.
|
|
1333
1334
|
# Corresponds to the JSON property `sessionId`
|
|
1334
1335
|
# @return [String]
|
|
1335
1336
|
attr_accessor :session_id
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.3.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20221130"
|
|
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.
|
|
4
|
+
version: 0.3.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: 2022-
|
|
11
|
+
date: 2022-12-12 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.3.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: []
|