google-apis-discoveryengine_v1beta 0.15.0 → 0.17.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: 6a867fad3633e25d504f176a56381f2e63d4b2d068f4bbb92ff8289aee4cbdc7
|
4
|
+
data.tar.gz: 3a4c5a7380325e8c3084634070b7a2827a4d4de29f05dfde7bee88a62159d7f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9713579a261bad4d4491828fff476c025f07617cdf42721b7cca79832ab13351a589eebc298c62207e6d7545bc676508d3c4f4f744946d109cf0059aaf1f156b
|
7
|
+
data.tar.gz: acf1a32305713509b60eda009cdcff771afe3e3935cea1c4405edeed6780ae5e2e0e6555fec24c35fb105cce452596326c79d06687c98ae80b08c9241eac528e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-discoveryengine_v1beta
|
2
2
|
|
3
|
+
### v0.17.0 (2023-07-09)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230629
|
6
|
+
|
7
|
+
### v0.16.0 (2023-07-02)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230623
|
10
|
+
|
3
11
|
### v0.15.0 (2023-06-25)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230620
|
@@ -276,8 +276,8 @@ module Google
|
|
276
276
|
end
|
277
277
|
end
|
278
278
|
|
279
|
-
# Metadata related to the progress of the ImportDocuments operation. This
|
280
|
-
#
|
279
|
+
# Metadata related to the progress of the ImportDocuments operation. This is
|
280
|
+
# returned by the google.longrunning.Operation.metadata field.
|
281
281
|
class GoogleCloudDiscoveryengineV1ImportDocumentsMetadata
|
282
282
|
include Google::Apis::Core::Hashable
|
283
283
|
|
@@ -347,7 +347,7 @@ module Google
|
|
347
347
|
include Google::Apis::Core::Hashable
|
348
348
|
|
349
349
|
# Cloud Storage prefix for import errors. This must be an empty, existing Cloud
|
350
|
-
# Storage directory. Import errors
|
350
|
+
# Storage directory. Import errors are written to sharded files in this
|
351
351
|
# directory, one per line, as a JSON-encoded `google.rpc.Status` message.
|
352
352
|
# Corresponds to the JSON property `gcsPrefix`
|
353
353
|
# @return [String]
|
@@ -363,8 +363,8 @@ module Google
|
|
363
363
|
end
|
364
364
|
end
|
365
365
|
|
366
|
-
# Metadata related to the progress of the Import operation. This
|
367
|
-
#
|
366
|
+
# Metadata related to the progress of the Import operation. This is returned by
|
367
|
+
# the google.longrunning.Operation.metadata field.
|
368
368
|
class GoogleCloudDiscoveryengineV1ImportUserEventsMetadata
|
369
369
|
include Google::Apis::Core::Hashable
|
370
370
|
|
@@ -563,8 +563,8 @@ module Google
|
|
563
563
|
end
|
564
564
|
end
|
565
565
|
|
566
|
-
# Metadata related to the progress of the ImportDocuments operation. This
|
567
|
-
#
|
566
|
+
# Metadata related to the progress of the ImportDocuments operation. This is
|
567
|
+
# returned by the google.longrunning.Operation.metadata field.
|
568
568
|
class GoogleCloudDiscoveryengineV1alphaImportDocumentsMetadata
|
569
569
|
include Google::Apis::Core::Hashable
|
570
570
|
|
@@ -634,7 +634,7 @@ module Google
|
|
634
634
|
include Google::Apis::Core::Hashable
|
635
635
|
|
636
636
|
# Cloud Storage prefix for import errors. This must be an empty, existing Cloud
|
637
|
-
# Storage directory. Import errors
|
637
|
+
# Storage directory. Import errors are written to sharded files in this
|
638
638
|
# directory, one per line, as a JSON-encoded `google.rpc.Status` message.
|
639
639
|
# Corresponds to the JSON property `gcsPrefix`
|
640
640
|
# @return [String]
|
@@ -650,8 +650,8 @@ module Google
|
|
650
650
|
end
|
651
651
|
end
|
652
652
|
|
653
|
-
# Metadata related to the progress of the Import operation. This
|
654
|
-
#
|
653
|
+
# Metadata related to the progress of the Import operation. This is returned by
|
654
|
+
# the google.longrunning.Operation.metadata field.
|
655
655
|
class GoogleCloudDiscoveryengineV1alphaImportUserEventsMetadata
|
656
656
|
include Google::Apis::Core::Hashable
|
657
657
|
|
@@ -895,12 +895,12 @@ module Google
|
|
895
895
|
class GoogleCloudDiscoveryengineV1alphaTargetSite
|
896
896
|
include Google::Apis::Core::Hashable
|
897
897
|
|
898
|
-
# Input only. If set to false,
|
899
|
-
#
|
900
|
-
# uri_pattern
|
898
|
+
# Input only. If set to false, a uri_pattern is generated to include all pages
|
899
|
+
# whose address contains the provided_uri_pattern. If set to true, an
|
900
|
+
# uri_pattern is generated to try to be an exact match of the
|
901
901
|
# provided_uri_pattern or just the specific page if the provided_uri_pattern is
|
902
|
-
# a specific one. provided_uri_pattern
|
903
|
-
#
|
902
|
+
# a specific one. provided_uri_pattern is always normalized to generate the URI
|
903
|
+
# pattern to be used by the search engine.
|
904
904
|
# Corresponds to the JSON property `exactMatch`
|
905
905
|
# @return [Boolean]
|
906
906
|
attr_accessor :exact_match
|
@@ -919,7 +919,7 @@ module Google
|
|
919
919
|
# @return [String]
|
920
920
|
attr_accessor :name
|
921
921
|
|
922
|
-
# Required. Input only. The user provided
|
922
|
+
# Required. Input only. The user provided URI pattern from which the `
|
923
923
|
# generated_uri_pattern` is generated.
|
924
924
|
# Corresponds to the JSON property `providedUriPattern`
|
925
925
|
# @return [String]
|
@@ -960,8 +960,8 @@ module Google
|
|
960
960
|
# values for document imports: * `document` (default): One Document format per
|
961
961
|
# row. Each document must have a valid Document.id and one of Document.json_data
|
962
962
|
# or Document.struct_data. * `custom`: One custom data per row in arbitrary
|
963
|
-
# format that conforms the defined Schema of the data store. This can only be
|
964
|
-
# used by
|
963
|
+
# format that conforms to the defined Schema of the data store. This can only be
|
964
|
+
# used by Gen App Builder.
|
965
965
|
# Corresponds to the JSON property `dataSchema`
|
966
966
|
# @return [String]
|
967
967
|
attr_accessor :data_schema
|
@@ -1024,13 +1024,13 @@ module Google
|
|
1024
1024
|
class GoogleCloudDiscoveryengineV1betaCompletionInfo
|
1025
1025
|
include Google::Apis::Core::Hashable
|
1026
1026
|
|
1027
|
-
# End user selected CompleteQueryResponse.
|
1027
|
+
# End user selected CompleteQueryResponse.QuerySuggestion.suggestion position,
|
1028
1028
|
# starting from 0.
|
1029
1029
|
# Corresponds to the JSON property `selectedPosition`
|
1030
1030
|
# @return [Fixnum]
|
1031
1031
|
attr_accessor :selected_position
|
1032
1032
|
|
1033
|
-
# End user selected CompleteQueryResponse.
|
1033
|
+
# End user selected CompleteQueryResponse.QuerySuggestion.suggestion.
|
1034
1034
|
# Corresponds to the JSON property `selectedSuggestion`
|
1035
1035
|
# @return [String]
|
1036
1036
|
attr_accessor :selected_suggestion
|
@@ -1092,7 +1092,7 @@ module Google
|
|
1092
1092
|
attr_accessor :id
|
1093
1093
|
|
1094
1094
|
# The JSON string representation of the document. It should conform to the
|
1095
|
-
# registered Schema
|
1095
|
+
# registered Schema or an `INVALID_ARGUMENT` error is thrown.
|
1096
1096
|
# Corresponds to the JSON property `jsonData`
|
1097
1097
|
# @return [String]
|
1098
1098
|
attr_accessor :json_data
|
@@ -1118,7 +1118,7 @@ module Google
|
|
1118
1118
|
attr_accessor :schema_id
|
1119
1119
|
|
1120
1120
|
# The structured JSON data for the document. It should conform to the registered
|
1121
|
-
# Schema
|
1121
|
+
# Schema or an `INVALID_ARGUMENT` error is thrown.
|
1122
1122
|
# Corresponds to the JSON property `structData`
|
1123
1123
|
# @return [Hash<String,Object>]
|
1124
1124
|
attr_accessor :struct_data
|
@@ -1168,8 +1168,7 @@ module Google
|
|
1168
1168
|
# @return [Fixnum]
|
1169
1169
|
attr_accessor :quantity
|
1170
1170
|
|
1171
|
-
# The Document
|
1172
|
-
# PUBLIC_WEBSITE.
|
1171
|
+
# The Document URI - only allowed for website data stores.
|
1173
1172
|
# Corresponds to the JSON property `uri`
|
1174
1173
|
# @return [String]
|
1175
1174
|
attr_accessor :uri
|
@@ -1195,14 +1194,14 @@ module Google
|
|
1195
1194
|
# The schema to use when parsing the data from the source. Supported values for
|
1196
1195
|
# document imports: * `document` (default): One JSON Document per line. Each
|
1197
1196
|
# document must have a valid Document.id. * `content`: Unstructured data (e.g.
|
1198
|
-
# PDF, HTML). Each file matched by `input_uris`
|
1199
|
-
#
|
1200
|
-
#
|
1201
|
-
# Schema of the data store. This can only be used by
|
1202
|
-
#
|
1203
|
-
#
|
1204
|
-
#
|
1205
|
-
#
|
1197
|
+
# PDF, HTML). Each file matched by `input_uris` becomes a document, with the ID
|
1198
|
+
# set to the first 128 bits of SHA256(URI) encoded as a hex string. * `custom`:
|
1199
|
+
# One custom data JSON per row in arbitrary format that conforms to the defined
|
1200
|
+
# Schema of the data store. This can only be used by Gen App Builder. * `csv`: A
|
1201
|
+
# CSV file with header conforming to the defined Schema of the data store. Each
|
1202
|
+
# entry after the header is imported as a Document. This can only be used by Gen
|
1203
|
+
# App Builder. Supported values for user even imports: * `user_event` (default):
|
1204
|
+
# One JSON UserEvent per line.
|
1206
1205
|
# Corresponds to the JSON property `dataSchema`
|
1207
1206
|
# @return [String]
|
1208
1207
|
attr_accessor :data_schema
|
@@ -1228,8 +1227,8 @@ module Google
|
|
1228
1227
|
end
|
1229
1228
|
end
|
1230
1229
|
|
1231
|
-
# Metadata related to the progress of the ImportDocuments operation. This
|
1232
|
-
#
|
1230
|
+
# Metadata related to the progress of the ImportDocuments operation. This is
|
1231
|
+
# returned by the google.longrunning.Operation.metadata field.
|
1233
1232
|
class GoogleCloudDiscoveryengineV1betaImportDocumentsMetadata
|
1234
1233
|
include Google::Apis::Core::Hashable
|
1235
1234
|
|
@@ -1276,9 +1275,9 @@ module Google
|
|
1276
1275
|
# payload, where IDs may not be consistent during multiple imports. In which
|
1277
1276
|
# case ReconciliationMode.FULL is highly recommended to avoid duplicate contents.
|
1278
1277
|
# If unset or set to `false`, Document.ids have to be specified using id_field,
|
1279
|
-
#
|
1280
|
-
#
|
1281
|
-
#
|
1278
|
+
# otherwise, documents without IDs fail to be imported. Only set this field when
|
1279
|
+
# using GcsSource or BigQuerySource, and when GcsSource.data_schema or
|
1280
|
+
# BigQuerySource.data_schema is `custom` or `csv`. Otherwise, an
|
1282
1281
|
# INVALID_ARGUMENT error is thrown.
|
1283
1282
|
# Corresponds to the JSON property `autoGenerateIds`
|
1284
1283
|
# @return [Boolean]
|
@@ -1304,15 +1303,15 @@ module Google
|
|
1304
1303
|
# IDs of the documents. For GcsSource it is the key of the JSON field. For
|
1305
1304
|
# instance, `my_id` for JSON ``"my_id": "some_uuid"``. For BigQuerySource it is
|
1306
1305
|
# the column name of the BigQuery table where the unique ids are stored. The
|
1307
|
-
# values of the JSON field or the BigQuery column
|
1308
|
-
#
|
1309
|
-
#
|
1310
|
-
#
|
1311
|
-
#
|
1312
|
-
#
|
1313
|
-
#
|
1314
|
-
#
|
1315
|
-
#
|
1306
|
+
# values of the JSON field or the BigQuery column are used as the Document.ids.
|
1307
|
+
# The JSON field or the BigQuery column must be of string type, and the values
|
1308
|
+
# must be set as valid strings conform to [RFC-1034](https://tools.ietf.org/html/
|
1309
|
+
# rfc1034) with 1-63 characters. Otherwise, documents without valid IDs fail to
|
1310
|
+
# be imported. Only set this field when using GcsSource or BigQuerySource, and
|
1311
|
+
# when GcsSource.data_schema or BigQuerySource.data_schema is `custom`. And only
|
1312
|
+
# set this field when auto_generate_ids is unset or set as `false`. Otherwise,
|
1313
|
+
# an INVALID_ARGUMENT error is thrown. If it is unset, a default value `_id` is
|
1314
|
+
# used when importing from the allowed data sources.
|
1316
1315
|
# Corresponds to the JSON property `idField`
|
1317
1316
|
# @return [String]
|
1318
1317
|
attr_accessor :id_field
|
@@ -1396,7 +1395,7 @@ module Google
|
|
1396
1395
|
include Google::Apis::Core::Hashable
|
1397
1396
|
|
1398
1397
|
# Cloud Storage prefix for import errors. This must be an empty, existing Cloud
|
1399
|
-
# Storage directory. Import errors
|
1398
|
+
# Storage directory. Import errors are written to sharded files in this
|
1400
1399
|
# directory, one per line, as a JSON-encoded `google.rpc.Status` message.
|
1401
1400
|
# Corresponds to the JSON property `gcsPrefix`
|
1402
1401
|
# @return [String]
|
@@ -1412,8 +1411,8 @@ module Google
|
|
1412
1411
|
end
|
1413
1412
|
end
|
1414
1413
|
|
1415
|
-
# Metadata related to the progress of the Import operation. This
|
1416
|
-
#
|
1414
|
+
# Metadata related to the progress of the Import operation. This is returned by
|
1415
|
+
# the google.longrunning.Operation.metadata field.
|
1417
1416
|
class GoogleCloudDiscoveryengineV1betaImportUserEventsMetadata
|
1418
1417
|
include Google::Apis::Core::Hashable
|
1419
1418
|
|
@@ -1611,10 +1610,10 @@ module Google
|
|
1611
1610
|
# path of category, use '>' sign to separate different hierarchies. If '>' is
|
1612
1611
|
# part of the category name, please replace it with other character(s). Category
|
1613
1612
|
# pages include special pages such as sales or promotions. For instance, a
|
1614
|
-
# special sale page may have the category hierarchy: "pageCategory" : "Sales >
|
1615
|
-
# 2017 Black Friday Deals"
|
1616
|
-
# event types should not set this field. Otherwise, an INVALID_ARGUMENT error
|
1617
|
-
# returned.
|
1613
|
+
# special sale page may have the category hierarchy: `"pageCategory" : "Sales >
|
1614
|
+
# 2017 Black Friday Deals"`. Required for `view-category-page` events. Other
|
1615
|
+
# event types should not set this field. Otherwise, an `INVALID_ARGUMENT` error
|
1616
|
+
# is returned.
|
1618
1617
|
# Corresponds to the JSON property `pageCategory`
|
1619
1618
|
# @return [String]
|
1620
1619
|
attr_accessor :page_category
|
@@ -1622,10 +1621,10 @@ module Google
|
|
1622
1621
|
# A unique ID of a web page view. This should be kept the same for all user
|
1623
1622
|
# events triggered from the same pageview. For example, an item detail page view
|
1624
1623
|
# could trigger multiple events as the user is browsing the page. The `
|
1625
|
-
#
|
1626
|
-
# can be grouped together properly. When using the client side event
|
1627
|
-
# with JavaScript pixel and Google Tag Manager, this value is filled
|
1628
|
-
# automatically.
|
1624
|
+
# pageview_id` property should be kept the same for all these events so that
|
1625
|
+
# they can be grouped together properly. When using the client side event
|
1626
|
+
# reporting with JavaScript pixel and Google Tag Manager, this value is filled
|
1627
|
+
# in automatically.
|
1629
1628
|
# Corresponds to the JSON property `pageviewId`
|
1630
1629
|
# @return [String]
|
1631
1630
|
attr_accessor :pageview_id
|
@@ -1997,28 +1996,29 @@ module Google
|
|
1997
1996
|
|
1998
1997
|
# An integer that specifies the current offset for pagination (the 0-indexed
|
1999
1998
|
# starting location, amongst the products deemed by the API as relevant). See
|
2000
|
-
# SearchRequest.offset for definition. If this field is negative, an
|
2001
|
-
# INVALID_ARGUMENT is returned. This can only be set for `search` events. Other
|
2002
|
-
# event types should not set this field. Otherwise, an INVALID_ARGUMENT error
|
2003
|
-
# returned.
|
1999
|
+
# SearchRequest.offset for definition. If this field is negative, an `
|
2000
|
+
# INVALID_ARGUMENT` is returned. This can only be set for `search` events. Other
|
2001
|
+
# event types should not set this field. Otherwise, an `INVALID_ARGUMENT` error
|
2002
|
+
# is returned.
|
2004
2003
|
# Corresponds to the JSON property `offset`
|
2005
2004
|
# @return [Fixnum]
|
2006
2005
|
attr_accessor :offset
|
2007
2006
|
|
2008
2007
|
# The order in which products are returned, if applicable. See SearchRequest.
|
2009
2008
|
# order_by for definition and syntax. The value must be a UTF-8 encoded string
|
2010
|
-
# with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT
|
2011
|
-
# is returned. This can only be set for `search` events. Other event types
|
2012
|
-
# should not set this field. Otherwise, an INVALID_ARGUMENT error is returned.
|
2009
|
+
# with a length limit of 1,000 characters. Otherwise, an `INVALID_ARGUMENT`
|
2010
|
+
# error is returned. This can only be set for `search` events. Other event types
|
2011
|
+
# should not set this field. Otherwise, an `INVALID_ARGUMENT` error is returned.
|
2013
2012
|
# Corresponds to the JSON property `orderBy`
|
2014
2013
|
# @return [String]
|
2015
2014
|
attr_accessor :order_by
|
2016
2015
|
|
2017
2016
|
# The user's search query. See SearchRequest.query for definition. The value
|
2018
2017
|
# must be a UTF-8 encoded string with a length limit of 5,000 characters.
|
2019
|
-
# Otherwise, an INVALID_ARGUMENT error is returned. At least one of
|
2020
|
-
# or PageInfo.page_category is required for `search` events. Other
|
2021
|
-
# should not set this field. Otherwise, an INVALID_ARGUMENT error
|
2018
|
+
# Otherwise, an `INVALID_ARGUMENT` error is returned. At least one of
|
2019
|
+
# search_query or PageInfo.page_category is required for `search` events. Other
|
2020
|
+
# event types should not set this field. Otherwise, an `INVALID_ARGUMENT` error
|
2021
|
+
# is returned.
|
2022
2022
|
# Corresponds to the JSON property `searchQuery`
|
2023
2023
|
# @return [String]
|
2024
2024
|
attr_accessor :search_query
|
@@ -2113,7 +2113,7 @@ module Google
|
|
2113
2113
|
# values are not allowed. Each value must be a UTF-8 encoded string with a
|
2114
2114
|
# length limit of 256 characters. * For number attributes, at most 400 values
|
2115
2115
|
# are allowed. For product recommendations, an example of extra user information
|
2116
|
-
# is `
|
2116
|
+
# is `traffic_channel`, which is how a user arrives at the site. Users can
|
2117
2117
|
# arrive at the site by coming to the site directly, coming through Google
|
2118
2118
|
# search, or in other ways.
|
2119
2119
|
# Corresponds to the JSON property `attributes`
|
@@ -2123,17 +2123,16 @@ module Google
|
|
2123
2123
|
# Token to attribute an API response to user action(s) to trigger the event.
|
2124
2124
|
# Highly recommended for user events that are the result of
|
2125
2125
|
# RecommendationService.Recommend. This field enables accurate attribution of
|
2126
|
-
# recommendation model performance. The value must be one of: *
|
2127
|
-
# attribution_token for events that are the result of
|
2128
|
-
# Recommend. * SearchResponse.attribution_token for events
|
2129
|
-
# of SearchService.Search.
|
2130
|
-
#
|
2131
|
-
#
|
2132
|
-
#
|
2133
|
-
#
|
2134
|
-
#
|
2135
|
-
#
|
2136
|
-
# attribution_token to this field.
|
2126
|
+
# recommendation model performance. The value must be one of: *
|
2127
|
+
# RecommendResponse.attribution_token for events that are the result of
|
2128
|
+
# RecommendationService.Recommend. * SearchResponse.attribution_token for events
|
2129
|
+
# that are the result of SearchService.Search. This token enables us to
|
2130
|
+
# accurately attribute page view or conversion completion back to the event and
|
2131
|
+
# the particular predict response containing this clicked/purchased product. If
|
2132
|
+
# user clicks on product K in the recommendation results, pass RecommendResponse.
|
2133
|
+
# attribution_token as a URL parameter to product K's page. When recording
|
2134
|
+
# events on product K's page, log the RecommendResponse.attribution_token to
|
2135
|
+
# this field.
|
2137
2136
|
# Corresponds to the JSON property `attributionToken`
|
2138
2137
|
# @return [String]
|
2139
2138
|
attr_accessor :attribution_token
|
@@ -2192,7 +2191,7 @@ module Google
|
|
2192
2191
|
# RecommendationService.RecommendRequest, this field may be populated directly
|
2193
2192
|
# from RecommendationService.RecommendRequest.filter conforming to https://
|
2194
2193
|
# google.aip.dev/160#filtering. The value must be a UTF-8 encoded string with a
|
2195
|
-
# length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is
|
2194
|
+
# length limit of 1,000 characters. Otherwise, an `INVALID_ARGUMENT` error is
|
2196
2195
|
# returned.
|
2197
2196
|
# Corresponds to the JSON property `filter`
|
2198
2197
|
# @return [String]
|
@@ -2257,7 +2256,7 @@ module Google
|
|
2257
2256
|
# visitor log in/out of the website. Do not set the field to the same fixed ID
|
2258
2257
|
# for different users. This mixes the event history of those users together,
|
2259
2258
|
# which results in degraded model quality. The field must be a UTF-8 encoded
|
2260
|
-
# string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT
|
2259
|
+
# string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT`
|
2261
2260
|
# error is returned. The field should not contain PII or user-data. We recommend
|
2262
2261
|
# to use Google Analytics [Client ID](https://developers.google.com/analytics/
|
2263
2262
|
# devguides/collection/analyticsjs/field-reference#clientId) for this field.
|
@@ -2296,12 +2295,11 @@ module Google
|
|
2296
2295
|
class GoogleCloudDiscoveryengineV1betaUserInfo
|
2297
2296
|
include Google::Apis::Core::Hashable
|
2298
2297
|
|
2299
|
-
# User agent as included in the HTTP header.
|
2300
|
-
#
|
2301
|
-
#
|
2302
|
-
#
|
2303
|
-
#
|
2304
|
-
# direct_user_request is set.
|
2298
|
+
# User agent as included in the HTTP header. The field must be a UTF-8 encoded
|
2299
|
+
# string with a length limit of 1,000 characters. Otherwise, an `
|
2300
|
+
# INVALID_ARGUMENT` error is returned. This should not be set when using the
|
2301
|
+
# client side event reporting with GTM or JavaScript tag in UserEventService.
|
2302
|
+
# CollectUserEvent or if UserEvent.direct_user_request is set.
|
2305
2303
|
# Corresponds to the JSON property `userAgent`
|
2306
2304
|
# @return [String]
|
2307
2305
|
attr_accessor :user_agent
|
@@ -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.17.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 = "
|
25
|
+
REVISION = "20230629"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -205,8 +205,8 @@ module Google
|
|
205
205
|
# Required. The parent branch resource name, such as `projects/`project`/
|
206
206
|
# locations/`location`/collections/`collection`/dataStores/`data_store`/branches/
|
207
207
|
# `branch``. Use `default_branch` as the branch ID, to list documents under the
|
208
|
-
# default branch. If the caller does not have permission to list
|
209
|
-
#
|
208
|
+
# default branch. If the caller does not have permission to list Documents under
|
209
|
+
# this branch, regardless of whether or not this branch exists, a `
|
210
210
|
# PERMISSION_DENIED` error is returned.
|
211
211
|
# @param [Fixnum] page_size
|
212
212
|
# Maximum number of Documents to return. If unspecified, defaults to 100. The
|
@@ -646,7 +646,7 @@ module Google
|
|
646
646
|
end
|
647
647
|
|
648
648
|
# Writes a single user event from the browser. This uses a GET request to due to
|
649
|
-
# browser restriction of POST-ing to a
|
649
|
+
# browser restriction of POST-ing to a third-party domain. This method is used
|
650
650
|
# only by the Discovery Engine API JavaScript pixel and Google Tag Manager.
|
651
651
|
# Users should not call this method directly.
|
652
652
|
# @param [String] parent
|
@@ -659,7 +659,7 @@ module Google
|
|
659
659
|
# @param [String] uri
|
660
660
|
# The URL including cgi-parameters but excluding the hash fragment with a length
|
661
661
|
# limit of 5,000 characters. This is often more useful than the referer URL,
|
662
|
-
# because many browsers only send the domain for
|
662
|
+
# because many browsers only send the domain for third-party requests.
|
663
663
|
# @param [String] user_event
|
664
664
|
# Required. URL encoded UserEvent proto with a length limit of 2,000,000
|
665
665
|
# characters.
|
@@ -1063,8 +1063,8 @@ module Google
|
|
1063
1063
|
# Required. The parent branch resource name, such as `projects/`project`/
|
1064
1064
|
# locations/`location`/collections/`collection`/dataStores/`data_store`/branches/
|
1065
1065
|
# `branch``. Use `default_branch` as the branch ID, to list documents under the
|
1066
|
-
# default branch. If the caller does not have permission to list
|
1067
|
-
#
|
1066
|
+
# default branch. If the caller does not have permission to list Documents under
|
1067
|
+
# this branch, regardless of whether or not this branch exists, a `
|
1068
1068
|
# PERMISSION_DENIED` error is returned.
|
1069
1069
|
# @param [Fixnum] page_size
|
1070
1070
|
# Maximum number of Documents to return. If unspecified, defaults to 100. The
|
@@ -1433,7 +1433,7 @@ module Google
|
|
1433
1433
|
end
|
1434
1434
|
|
1435
1435
|
# Writes a single user event from the browser. This uses a GET request to due to
|
1436
|
-
# browser restriction of POST-ing to a
|
1436
|
+
# browser restriction of POST-ing to a third-party domain. This method is used
|
1437
1437
|
# only by the Discovery Engine API JavaScript pixel and Google Tag Manager.
|
1438
1438
|
# Users should not call this method directly.
|
1439
1439
|
# @param [String] parent
|
@@ -1446,7 +1446,7 @@ module Google
|
|
1446
1446
|
# @param [String] uri
|
1447
1447
|
# The URL including cgi-parameters but excluding the hash fragment with a length
|
1448
1448
|
# limit of 5,000 characters. This is often more useful than the referer URL,
|
1449
|
-
# because many browsers only send the domain for
|
1449
|
+
# because many browsers only send the domain for third-party requests.
|
1450
1450
|
# @param [String] user_event
|
1451
1451
|
# Required. URL encoded UserEvent proto with a length limit of 2,000,000
|
1452
1452
|
# characters.
|
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.17.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-
|
11
|
+
date: 2023-07-09 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.17.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: []
|