google-apis-discoveryengine_v1beta 0.1.0 → 0.2.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: 470cedac1b519ef8b3d76522064475b33c9ac09b8bda42820f0841ae1a6b2de5
|
|
4
|
+
data.tar.gz: b94f0873a6b9b2099877f4af62906a700cd36a05977f58e66e82d1286a846c1d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9bedb942f6f382367b328492cb5be1a908fc244f6e5c22499847ad67569445868fa644d78c1d06d74e609f77f152a39440fcfd5303187f0132068cd6c899b98a
|
|
7
|
+
data.tar.gz: e9d8735932f216067f052cce422da3cf0b3ef3a1b404f33922c51c6d95d2c19a57bf28ef8b49f41ddea539a030715f5f2e6abf5b5aa8910f8bc6cefd5af1956e
|
data/CHANGELOG.md
CHANGED
|
@@ -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.2.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 = "20221107"
|
|
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.2.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-
|
|
11
|
+
date: 2022-11-14 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.2.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: []
|