google-apis-discoveryengine_v1alpha 0.13.0 → 0.14.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: 46a614da58c831465f4fb282cc8a43b27af1090f6ab8804d5ca1cd2881a6d2cc
|
4
|
+
data.tar.gz: '086cedca169f2a7b57839ac281b4aa9d3da2ce4633a16adb071d86396e296caf'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e483391f799090486de90cb4097a30a6524cf76038eefdac81c1fb12f7fd69d25ddb768beee20f88fb3d88a333020bc7175e873b453b22d9630f318e62142c79
|
7
|
+
data.tar.gz: 9ae0a4c0841883df7b1783d1facaede01c36c5c07e5f2ba23f9794044934c69732708d6b91f4eb4a8749d9d73320e7fceb4e04d34b1c2421905554f3f7c701fd
|
data/CHANGELOG.md
CHANGED
@@ -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
|
|
@@ -572,7 +572,7 @@ module Google
|
|
572
572
|
# values for document imports: * `document` (default): One Document format per
|
573
573
|
# row. Each document must have a valid Document.id and one of Document.json_data
|
574
574
|
# or Document.struct_data. * `custom`: One custom data per row in arbitrary
|
575
|
-
# format that conforms the defined Schema of the data store. This can only be
|
575
|
+
# format that conforms to the defined Schema of the data store. This can only be
|
576
576
|
# used by the GENERIC Data Store vertical.
|
577
577
|
# Corresponds to the JSON property `dataSchema`
|
578
578
|
# @return [String]
|
@@ -636,13 +636,13 @@ module Google
|
|
636
636
|
class GoogleCloudDiscoveryengineV1alphaCompletionInfo
|
637
637
|
include Google::Apis::Core::Hashable
|
638
638
|
|
639
|
-
# End user selected CompleteQueryResponse.
|
639
|
+
# End user selected CompleteQueryResponse.QuerySuggestion.suggestion position,
|
640
640
|
# starting from 0.
|
641
641
|
# Corresponds to the JSON property `selectedPosition`
|
642
642
|
# @return [Fixnum]
|
643
643
|
attr_accessor :selected_position
|
644
644
|
|
645
|
-
# End user selected CompleteQueryResponse.
|
645
|
+
# End user selected CompleteQueryResponse.QuerySuggestion.suggestion.
|
646
646
|
# Corresponds to the JSON property `selectedSuggestion`
|
647
647
|
# @return [String]
|
648
648
|
attr_accessor :selected_suggestion
|
@@ -704,7 +704,7 @@ module Google
|
|
704
704
|
attr_accessor :id
|
705
705
|
|
706
706
|
# The JSON string representation of the document. It should conform to the
|
707
|
-
# registered Schema
|
707
|
+
# registered Schema or an `INVALID_ARGUMENT` error is thrown.
|
708
708
|
# Corresponds to the JSON property `jsonData`
|
709
709
|
# @return [String]
|
710
710
|
attr_accessor :json_data
|
@@ -730,7 +730,7 @@ module Google
|
|
730
730
|
attr_accessor :schema_id
|
731
731
|
|
732
732
|
# The structured JSON data for the document. It should conform to the registered
|
733
|
-
# Schema
|
733
|
+
# Schema or an `INVALID_ARGUMENT` error is thrown.
|
734
734
|
# Corresponds to the JSON property `structData`
|
735
735
|
# @return [Hash<String,Object>]
|
736
736
|
attr_accessor :struct_data
|
@@ -780,8 +780,7 @@ module Google
|
|
780
780
|
# @return [Fixnum]
|
781
781
|
attr_accessor :quantity
|
782
782
|
|
783
|
-
# The Document
|
784
|
-
# PUBLIC_WEBSITE.
|
783
|
+
# The Document URI - only allowed for website data stores.
|
785
784
|
# Corresponds to the JSON property `uri`
|
786
785
|
# @return [String]
|
787
786
|
attr_accessor :uri
|
@@ -807,14 +806,14 @@ module Google
|
|
807
806
|
# The schema to use when parsing the data from the source. Supported values for
|
808
807
|
# document imports: * `document` (default): One JSON Document per line. Each
|
809
808
|
# document must have a valid Document.id. * `content`: Unstructured data (e.g.
|
810
|
-
# PDF, HTML). Each file matched by `input_uris`
|
811
|
-
#
|
812
|
-
#
|
813
|
-
# Schema of the data store. This can only be used by
|
814
|
-
#
|
815
|
-
#
|
816
|
-
#
|
817
|
-
#
|
809
|
+
# PDF, HTML). Each file matched by `input_uris` becomes a document, with the ID
|
810
|
+
# set to the first 128 bits of SHA256(URI) encoded as a hex string. * `custom`:
|
811
|
+
# One custom data JSON per row in arbitrary format that conforms to the defined
|
812
|
+
# Schema of the data store. This can only be used by Gen App Builder. * `csv`: A
|
813
|
+
# CSV file with header conforming to the defined Schema of the data store. Each
|
814
|
+
# entry after the header is imported as a Document. This can only be used by Gen
|
815
|
+
# App Builder. Supported values for user even imports: * `user_event` (default):
|
816
|
+
# One JSON UserEvent per line.
|
818
817
|
# Corresponds to the JSON property `dataSchema`
|
819
818
|
# @return [String]
|
820
819
|
attr_accessor :data_schema
|
@@ -840,8 +839,8 @@ module Google
|
|
840
839
|
end
|
841
840
|
end
|
842
841
|
|
843
|
-
# Metadata related to the progress of the ImportDocuments operation. This
|
844
|
-
#
|
842
|
+
# Metadata related to the progress of the ImportDocuments operation. This is
|
843
|
+
# returned by the google.longrunning.Operation.metadata field.
|
845
844
|
class GoogleCloudDiscoveryengineV1alphaImportDocumentsMetadata
|
846
845
|
include Google::Apis::Core::Hashable
|
847
846
|
|
@@ -888,9 +887,9 @@ module Google
|
|
888
887
|
# payload, where IDs may not be consistent during multiple imports. In which
|
889
888
|
# case ReconciliationMode.FULL is highly recommended to avoid duplicate contents.
|
890
889
|
# If unset or set to `false`, Document.ids have to be specified using id_field,
|
891
|
-
#
|
892
|
-
#
|
893
|
-
#
|
890
|
+
# otherwise, documents without IDs fail to be imported. Only set this field when
|
891
|
+
# using GcsSource or BigQuerySource, and when GcsSource.data_schema or
|
892
|
+
# BigQuerySource.data_schema is `custom` or `csv`. Otherwise, an
|
894
893
|
# INVALID_ARGUMENT error is thrown.
|
895
894
|
# Corresponds to the JSON property `autoGenerateIds`
|
896
895
|
# @return [Boolean]
|
@@ -916,15 +915,15 @@ module Google
|
|
916
915
|
# IDs of the documents. For GcsSource it is the key of the JSON field. For
|
917
916
|
# instance, `my_id` for JSON ``"my_id": "some_uuid"``. For BigQuerySource it is
|
918
917
|
# the column name of the BigQuery table where the unique ids are stored. The
|
919
|
-
# values of the JSON field or the BigQuery column
|
920
|
-
#
|
921
|
-
#
|
922
|
-
#
|
923
|
-
#
|
924
|
-
#
|
925
|
-
#
|
926
|
-
#
|
927
|
-
#
|
918
|
+
# values of the JSON field or the BigQuery column are used as the Document.ids.
|
919
|
+
# The JSON field or the BigQuery column must be of string type, and the values
|
920
|
+
# must be set as valid strings conform to [RFC-1034](https://tools.ietf.org/html/
|
921
|
+
# rfc1034) with 1-63 characters. Otherwise, documents without valid IDs fail to
|
922
|
+
# be imported. Only set this field when using GcsSource or BigQuerySource, and
|
923
|
+
# when GcsSource.data_schema or BigQuerySource.data_schema is `custom`. And only
|
924
|
+
# set this field when auto_generate_ids is unset or set as `false`. Otherwise,
|
925
|
+
# an INVALID_ARGUMENT error is thrown. If it is unset, a default value `_id` is
|
926
|
+
# used when importing from the allowed data sources.
|
928
927
|
# Corresponds to the JSON property `idField`
|
929
928
|
# @return [String]
|
930
929
|
attr_accessor :id_field
|
@@ -1008,7 +1007,7 @@ module Google
|
|
1008
1007
|
include Google::Apis::Core::Hashable
|
1009
1008
|
|
1010
1009
|
# Cloud Storage prefix for import errors. This must be an empty, existing Cloud
|
1011
|
-
# Storage directory. Import errors
|
1010
|
+
# Storage directory. Import errors are written to sharded files in this
|
1012
1011
|
# directory, one per line, as a JSON-encoded `google.rpc.Status` message.
|
1013
1012
|
# Corresponds to the JSON property `gcsPrefix`
|
1014
1013
|
# @return [String]
|
@@ -1024,8 +1023,8 @@ module Google
|
|
1024
1023
|
end
|
1025
1024
|
end
|
1026
1025
|
|
1027
|
-
# Metadata related to the progress of the Import operation. This
|
1028
|
-
#
|
1026
|
+
# Metadata related to the progress of the Import operation. This is returned by
|
1027
|
+
# the google.longrunning.Operation.metadata field.
|
1029
1028
|
class GoogleCloudDiscoveryengineV1alphaImportUserEventsMetadata
|
1030
1029
|
include Google::Apis::Core::Hashable
|
1031
1030
|
|
@@ -1223,10 +1222,10 @@ module Google
|
|
1223
1222
|
# path of category, use '>' sign to separate different hierarchies. If '>' is
|
1224
1223
|
# part of the category name, please replace it with other character(s). Category
|
1225
1224
|
# pages include special pages such as sales or promotions. For instance, a
|
1226
|
-
# special sale page may have the category hierarchy: "pageCategory" : "Sales >
|
1227
|
-
# 2017 Black Friday Deals"
|
1228
|
-
# event types should not set this field. Otherwise, an INVALID_ARGUMENT error
|
1229
|
-
# returned.
|
1225
|
+
# special sale page may have the category hierarchy: `"pageCategory" : "Sales >
|
1226
|
+
# 2017 Black Friday Deals"`. Required for `view-category-page` events. Other
|
1227
|
+
# event types should not set this field. Otherwise, an `INVALID_ARGUMENT` error
|
1228
|
+
# is returned.
|
1230
1229
|
# Corresponds to the JSON property `pageCategory`
|
1231
1230
|
# @return [String]
|
1232
1231
|
attr_accessor :page_category
|
@@ -1234,10 +1233,10 @@ module Google
|
|
1234
1233
|
# A unique ID of a web page view. This should be kept the same for all user
|
1235
1234
|
# events triggered from the same pageview. For example, an item detail page view
|
1236
1235
|
# could trigger multiple events as the user is browsing the page. The `
|
1237
|
-
#
|
1238
|
-
# can be grouped together properly. When using the client side event
|
1239
|
-
# with JavaScript pixel and Google Tag Manager, this value is filled
|
1240
|
-
# automatically.
|
1236
|
+
# pageview_id` property should be kept the same for all these events so that
|
1237
|
+
# they can be grouped together properly. When using the client side event
|
1238
|
+
# reporting with JavaScript pixel and Google Tag Manager, this value is filled
|
1239
|
+
# in automatically.
|
1241
1240
|
# Corresponds to the JSON property `pageviewId`
|
1242
1241
|
# @return [String]
|
1243
1242
|
attr_accessor :pageview_id
|
@@ -1709,28 +1708,29 @@ module Google
|
|
1709
1708
|
|
1710
1709
|
# An integer that specifies the current offset for pagination (the 0-indexed
|
1711
1710
|
# starting location, amongst the products deemed by the API as relevant). See
|
1712
|
-
# SearchRequest.offset for definition. If this field is negative, an
|
1713
|
-
# INVALID_ARGUMENT is returned. This can only be set for `search` events. Other
|
1714
|
-
# event types should not set this field. Otherwise, an INVALID_ARGUMENT error
|
1715
|
-
# returned.
|
1711
|
+
# SearchRequest.offset for definition. If this field is negative, an `
|
1712
|
+
# INVALID_ARGUMENT` is returned. This can only be set for `search` events. Other
|
1713
|
+
# event types should not set this field. Otherwise, an `INVALID_ARGUMENT` error
|
1714
|
+
# is returned.
|
1716
1715
|
# Corresponds to the JSON property `offset`
|
1717
1716
|
# @return [Fixnum]
|
1718
1717
|
attr_accessor :offset
|
1719
1718
|
|
1720
1719
|
# The order in which products are returned, if applicable. See SearchRequest.
|
1721
1720
|
# order_by for definition and syntax. The value must be a UTF-8 encoded string
|
1722
|
-
# with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT
|
1723
|
-
# is returned. This can only be set for `search` events. Other event types
|
1724
|
-
# should not set this field. Otherwise, an INVALID_ARGUMENT error is returned.
|
1721
|
+
# with a length limit of 1,000 characters. Otherwise, an `INVALID_ARGUMENT`
|
1722
|
+
# error is returned. This can only be set for `search` events. Other event types
|
1723
|
+
# should not set this field. Otherwise, an `INVALID_ARGUMENT` error is returned.
|
1725
1724
|
# Corresponds to the JSON property `orderBy`
|
1726
1725
|
# @return [String]
|
1727
1726
|
attr_accessor :order_by
|
1728
1727
|
|
1729
1728
|
# The user's search query. See SearchRequest.query for definition. The value
|
1730
1729
|
# must be a UTF-8 encoded string with a length limit of 5,000 characters.
|
1731
|
-
# Otherwise, an INVALID_ARGUMENT error is returned. At least one of
|
1732
|
-
# or PageInfo.page_category is required for `search` events. Other
|
1733
|
-
# should not set this field. Otherwise, an INVALID_ARGUMENT error
|
1730
|
+
# Otherwise, an `INVALID_ARGUMENT` error is returned. At least one of
|
1731
|
+
# search_query or PageInfo.page_category is required for `search` events. Other
|
1732
|
+
# event types should not set this field. Otherwise, an `INVALID_ARGUMENT` error
|
1733
|
+
# is returned.
|
1734
1734
|
# Corresponds to the JSON property `searchQuery`
|
1735
1735
|
# @return [String]
|
1736
1736
|
attr_accessor :search_query
|
@@ -1751,12 +1751,12 @@ module Google
|
|
1751
1751
|
class GoogleCloudDiscoveryengineV1alphaTargetSite
|
1752
1752
|
include Google::Apis::Core::Hashable
|
1753
1753
|
|
1754
|
-
# Input only. If set to false,
|
1755
|
-
#
|
1756
|
-
# uri_pattern
|
1754
|
+
# Input only. If set to false, a uri_pattern is generated to include all pages
|
1755
|
+
# whose address contains the provided_uri_pattern. If set to true, an
|
1756
|
+
# uri_pattern is generated to try to be an exact match of the
|
1757
1757
|
# provided_uri_pattern or just the specific page if the provided_uri_pattern is
|
1758
|
-
# a specific one. provided_uri_pattern
|
1759
|
-
#
|
1758
|
+
# a specific one. provided_uri_pattern is always normalized to generate the URI
|
1759
|
+
# pattern to be used by the search engine.
|
1760
1760
|
# Corresponds to the JSON property `exactMatch`
|
1761
1761
|
# @return [Boolean]
|
1762
1762
|
attr_accessor :exact_match
|
@@ -1775,7 +1775,7 @@ module Google
|
|
1775
1775
|
# @return [String]
|
1776
1776
|
attr_accessor :name
|
1777
1777
|
|
1778
|
-
# Required. Input only. The user provided
|
1778
|
+
# Required. Input only. The user provided URI pattern from which the `
|
1779
1779
|
# generated_uri_pattern` is generated.
|
1780
1780
|
# Corresponds to the JSON property `providedUriPattern`
|
1781
1781
|
# @return [String]
|
@@ -1885,7 +1885,7 @@ module Google
|
|
1885
1885
|
# values are not allowed. Each value must be a UTF-8 encoded string with a
|
1886
1886
|
# length limit of 256 characters. * For number attributes, at most 400 values
|
1887
1887
|
# are allowed. For product recommendations, an example of extra user information
|
1888
|
-
# is `
|
1888
|
+
# is `traffic_channel`, which is how a user arrives at the site. Users can
|
1889
1889
|
# arrive at the site by coming to the site directly, coming through Google
|
1890
1890
|
# search, or in other ways.
|
1891
1891
|
# Corresponds to the JSON property `attributes`
|
@@ -1895,17 +1895,16 @@ module Google
|
|
1895
1895
|
# Token to attribute an API response to user action(s) to trigger the event.
|
1896
1896
|
# Highly recommended for user events that are the result of
|
1897
1897
|
# RecommendationService.Recommend. This field enables accurate attribution of
|
1898
|
-
# recommendation model performance. The value must be one of: *
|
1899
|
-
# attribution_token for events that are the result of
|
1900
|
-
# Recommend. * SearchResponse.attribution_token for events
|
1901
|
-
# of SearchService.Search.
|
1902
|
-
#
|
1903
|
-
#
|
1904
|
-
#
|
1905
|
-
#
|
1906
|
-
#
|
1907
|
-
#
|
1908
|
-
# attribution_token to this field.
|
1898
|
+
# recommendation model performance. The value must be one of: *
|
1899
|
+
# RecommendResponse.attribution_token for events that are the result of
|
1900
|
+
# RecommendationService.Recommend. * SearchResponse.attribution_token for events
|
1901
|
+
# that are the result of SearchService.Search. This token enables us to
|
1902
|
+
# accurately attribute page view or conversion completion back to the event and
|
1903
|
+
# the particular predict response containing this clicked/purchased product. If
|
1904
|
+
# user clicks on product K in the recommendation results, pass RecommendResponse.
|
1905
|
+
# attribution_token as a URL parameter to product K's page. When recording
|
1906
|
+
# events on product K's page, log the RecommendResponse.attribution_token to
|
1907
|
+
# this field.
|
1909
1908
|
# Corresponds to the JSON property `attributionToken`
|
1910
1909
|
# @return [String]
|
1911
1910
|
attr_accessor :attribution_token
|
@@ -1964,7 +1963,7 @@ module Google
|
|
1964
1963
|
# RecommendationService.RecommendRequest, this field may be populated directly
|
1965
1964
|
# from RecommendationService.RecommendRequest.filter conforming to https://
|
1966
1965
|
# google.aip.dev/160#filtering. The value must be a UTF-8 encoded string with a
|
1967
|
-
# length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is
|
1966
|
+
# length limit of 1,000 characters. Otherwise, an `INVALID_ARGUMENT` error is
|
1968
1967
|
# returned.
|
1969
1968
|
# Corresponds to the JSON property `filter`
|
1970
1969
|
# @return [String]
|
@@ -2029,7 +2028,7 @@ module Google
|
|
2029
2028
|
# visitor log in/out of the website. Do not set the field to the same fixed ID
|
2030
2029
|
# for different users. This mixes the event history of those users together,
|
2031
2030
|
# which results in degraded model quality. The field must be a UTF-8 encoded
|
2032
|
-
# string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT
|
2031
|
+
# string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT`
|
2033
2032
|
# error is returned. The field should not contain PII or user-data. We recommend
|
2034
2033
|
# to use Google Analytics [Client ID](https://developers.google.com/analytics/
|
2035
2034
|
# devguides/collection/analyticsjs/field-reference#clientId) for this field.
|
@@ -2068,12 +2067,11 @@ module Google
|
|
2068
2067
|
class GoogleCloudDiscoveryengineV1alphaUserInfo
|
2069
2068
|
include Google::Apis::Core::Hashable
|
2070
2069
|
|
2071
|
-
# User agent as included in the HTTP header.
|
2072
|
-
#
|
2073
|
-
#
|
2074
|
-
#
|
2075
|
-
#
|
2076
|
-
# direct_user_request is set.
|
2070
|
+
# User agent as included in the HTTP header. The field must be a UTF-8 encoded
|
2071
|
+
# string with a length limit of 1,000 characters. Otherwise, an `
|
2072
|
+
# INVALID_ARGUMENT` error is returned. This should not be set when using the
|
2073
|
+
# client side event reporting with GTM or JavaScript tag in UserEventService.
|
2074
|
+
# CollectUserEvent or if UserEvent.direct_user_request is set.
|
2077
2075
|
# Corresponds to the JSON property `userAgent`
|
2078
2076
|
# @return [String]
|
2079
2077
|
attr_accessor :user_agent
|
@@ -2099,8 +2097,8 @@ module Google
|
|
2099
2097
|
end
|
2100
2098
|
end
|
2101
2099
|
|
2102
|
-
# Metadata related to the progress of the ImportDocuments operation. This
|
2103
|
-
#
|
2100
|
+
# Metadata related to the progress of the ImportDocuments operation. This is
|
2101
|
+
# returned by the google.longrunning.Operation.metadata field.
|
2104
2102
|
class GoogleCloudDiscoveryengineV1betaImportDocumentsMetadata
|
2105
2103
|
include Google::Apis::Core::Hashable
|
2106
2104
|
|
@@ -2170,7 +2168,7 @@ module Google
|
|
2170
2168
|
include Google::Apis::Core::Hashable
|
2171
2169
|
|
2172
2170
|
# Cloud Storage prefix for import errors. This must be an empty, existing Cloud
|
2173
|
-
# Storage directory. Import errors
|
2171
|
+
# Storage directory. Import errors are written to sharded files in this
|
2174
2172
|
# directory, one per line, as a JSON-encoded `google.rpc.Status` message.
|
2175
2173
|
# Corresponds to the JSON property `gcsPrefix`
|
2176
2174
|
# @return [String]
|
@@ -2186,8 +2184,8 @@ module Google
|
|
2186
2184
|
end
|
2187
2185
|
end
|
2188
2186
|
|
2189
|
-
# Metadata related to the progress of the Import operation. This
|
2190
|
-
#
|
2187
|
+
# Metadata related to the progress of the Import operation. This is returned by
|
2188
|
+
# the google.longrunning.Operation.metadata field.
|
2191
2189
|
class GoogleCloudDiscoveryengineV1betaImportUserEventsMetadata
|
2192
2190
|
include Google::Apis::Core::Hashable
|
2193
2191
|
|
@@ -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.14.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 = "20230623"
|
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.
|
@@ -1101,8 +1101,8 @@ module Google
|
|
1101
1101
|
# Required. The parent branch resource name, such as `projects/`project`/
|
1102
1102
|
# locations/`location`/collections/`collection`/dataStores/`data_store`/branches/
|
1103
1103
|
# `branch``. Use `default_branch` as the branch ID, to list documents under the
|
1104
|
-
# default branch. If the caller does not have permission to list
|
1105
|
-
#
|
1104
|
+
# default branch. If the caller does not have permission to list Documents under
|
1105
|
+
# this branch, regardless of whether or not this branch exists, a `
|
1106
1106
|
# PERMISSION_DENIED` error is returned.
|
1107
1107
|
# @param [Fixnum] page_size
|
1108
1108
|
# Maximum number of Documents to return. If unspecified, defaults to 100. The
|
@@ -1471,7 +1471,7 @@ module Google
|
|
1471
1471
|
end
|
1472
1472
|
|
1473
1473
|
# Writes a single user event from the browser. This uses a GET request to due to
|
1474
|
-
# browser restriction of POST-ing to a
|
1474
|
+
# browser restriction of POST-ing to a third-party domain. This method is used
|
1475
1475
|
# only by the Discovery Engine API JavaScript pixel and Google Tag Manager.
|
1476
1476
|
# Users should not call this method directly.
|
1477
1477
|
# @param [String] parent
|
@@ -1484,7 +1484,7 @@ module Google
|
|
1484
1484
|
# @param [String] uri
|
1485
1485
|
# The URL including cgi-parameters but excluding the hash fragment with a length
|
1486
1486
|
# limit of 5,000 characters. This is often more useful than the referer URL,
|
1487
|
-
# because many browsers only send the domain for
|
1487
|
+
# because many browsers only send the domain for third-party requests.
|
1488
1488
|
# @param [String] user_event
|
1489
1489
|
# Required. URL encoded UserEvent proto with a length limit of 2,000,000
|
1490
1490
|
# characters.
|
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.14.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-02 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.14.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: []
|