Skip to content

Commit f8ca7a1

Browse files
feat(discoveryengine): update the api
#### discoveryengine:v1 The following keys were added: - schemas.GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigLayoutParsingConfig.properties.enableImageAnnotation.type (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigLayoutParsingConfig.properties.enableTableAnnotation.type (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1UserInfo.properties.timeZone.type (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigLayoutParsingConfig.properties.enableImageAnnotation.type (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigLayoutParsingConfig.properties.enableTableAnnotation.type (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1alphaUserInfo.properties.timeZone.type (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigLayoutParsingConfig.properties.enableImageAnnotation.type (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigLayoutParsingConfig.properties.enableTableAnnotation.type (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1betaUserInfo.properties.timeZone.type (Total Keys: 1) #### discoveryengine:v1alpha The following keys were added: - schemas.GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigLayoutParsingConfig.properties.enableImageAnnotation.type (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigLayoutParsingConfig.properties.enableTableAnnotation.type (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigLayoutParsingConfig.properties.enableImageAnnotation.type (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigLayoutParsingConfig.properties.enableTableAnnotation.type (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1alphaUserInfo.properties.timeZone.type (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigLayoutParsingConfig.properties.enableImageAnnotation.type (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigLayoutParsingConfig.properties.enableTableAnnotation.type (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1betaUserInfo.properties.timeZone.type (Total Keys: 1) #### discoveryengine:v1beta The following keys were added: - schemas.GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigLayoutParsingConfig.properties.enableImageAnnotation.type (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigLayoutParsingConfig.properties.enableTableAnnotation.type (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigLayoutParsingConfig.properties.enableImageAnnotation.type (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigLayoutParsingConfig.properties.enableTableAnnotation.type (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1alphaUserInfo.properties.timeZone.type (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigLayoutParsingConfig.properties.enableImageAnnotation.type (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigLayoutParsingConfig.properties.enableTableAnnotation.type (Total Keys: 1) - schemas.GoogleCloudDiscoveryengineV1betaUserInfo.properties.timeZone.type (Total Keys: 1)
1 parent b282c78 commit f8ca7a1

File tree

35 files changed

+333
-12
lines changed

35 files changed

+333
-12
lines changed

docs/dyn/discoveryengine_v1.projects.locations.collections.dataStores.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,8 @@ <h3>Method Details</h3>
258258
&quot;digitalParsingConfig&quot;: { # The digital parsing configurations for documents. # Configurations applied to digital parser.
259259
},
260260
&quot;layoutParsingConfig&quot;: { # The layout parsing configurations for documents. # Configurations applied to layout parser.
261+
&quot;enableImageAnnotation&quot;: True or False, # Optional. If true, the LLM based annotation is added to the image during parsing.
262+
&quot;enableTableAnnotation&quot;: True or False, # Optional. If true, the LLM based annotation is added to the table during parsing.
261263
},
262264
&quot;ocrParsingConfig&quot;: { # The OCR parsing configurations for documents. # Configurations applied to OCR parser. Currently it only applies to PDFs.
263265
&quot;enhancedDocumentElements&quot;: [ # [DEPRECATED] This field is deprecated. To use the additional enhanced document elements processing, please switch to `layout_parsing_config`.
@@ -272,6 +274,8 @@ <h3>Method Details</h3>
272274
&quot;digitalParsingConfig&quot;: { # The digital parsing configurations for documents. # Configurations applied to digital parser.
273275
},
274276
&quot;layoutParsingConfig&quot;: { # The layout parsing configurations for documents. # Configurations applied to layout parser.
277+
&quot;enableImageAnnotation&quot;: True or False, # Optional. If true, the LLM based annotation is added to the image during parsing.
278+
&quot;enableTableAnnotation&quot;: True or False, # Optional. If true, the LLM based annotation is added to the table during parsing.
275279
},
276280
&quot;ocrParsingConfig&quot;: { # The OCR parsing configurations for documents. # Configurations applied to OCR parser. Currently it only applies to PDFs.
277281
&quot;enhancedDocumentElements&quot;: [ # [DEPRECATED] This field is deprecated. To use the additional enhanced document elements processing, please switch to `layout_parsing_config`.
@@ -438,6 +442,8 @@ <h3>Method Details</h3>
438442
&quot;digitalParsingConfig&quot;: { # The digital parsing configurations for documents. # Configurations applied to digital parser.
439443
},
440444
&quot;layoutParsingConfig&quot;: { # The layout parsing configurations for documents. # Configurations applied to layout parser.
445+
&quot;enableImageAnnotation&quot;: True or False, # Optional. If true, the LLM based annotation is added to the image during parsing.
446+
&quot;enableTableAnnotation&quot;: True or False, # Optional. If true, the LLM based annotation is added to the table during parsing.
441447
},
442448
&quot;ocrParsingConfig&quot;: { # The OCR parsing configurations for documents. # Configurations applied to OCR parser. Currently it only applies to PDFs.
443449
&quot;enhancedDocumentElements&quot;: [ # [DEPRECATED] This field is deprecated. To use the additional enhanced document elements processing, please switch to `layout_parsing_config`.
@@ -452,6 +458,8 @@ <h3>Method Details</h3>
452458
&quot;digitalParsingConfig&quot;: { # The digital parsing configurations for documents. # Configurations applied to digital parser.
453459
},
454460
&quot;layoutParsingConfig&quot;: { # The layout parsing configurations for documents. # Configurations applied to layout parser.
461+
&quot;enableImageAnnotation&quot;: True or False, # Optional. If true, the LLM based annotation is added to the image during parsing.
462+
&quot;enableTableAnnotation&quot;: True or False, # Optional. If true, the LLM based annotation is added to the table during parsing.
455463
},
456464
&quot;ocrParsingConfig&quot;: { # The OCR parsing configurations for documents. # Configurations applied to OCR parser. Currently it only applies to PDFs.
457465
&quot;enhancedDocumentElements&quot;: [ # [DEPRECATED] This field is deprecated. To use the additional enhanced document elements processing, please switch to `layout_parsing_config`.
@@ -574,6 +582,8 @@ <h3>Method Details</h3>
574582
&quot;digitalParsingConfig&quot;: { # The digital parsing configurations for documents. # Configurations applied to digital parser.
575583
},
576584
&quot;layoutParsingConfig&quot;: { # The layout parsing configurations for documents. # Configurations applied to layout parser.
585+
&quot;enableImageAnnotation&quot;: True or False, # Optional. If true, the LLM based annotation is added to the image during parsing.
586+
&quot;enableTableAnnotation&quot;: True or False, # Optional. If true, the LLM based annotation is added to the table during parsing.
577587
},
578588
&quot;ocrParsingConfig&quot;: { # The OCR parsing configurations for documents. # Configurations applied to OCR parser. Currently it only applies to PDFs.
579589
&quot;enhancedDocumentElements&quot;: [ # [DEPRECATED] This field is deprecated. To use the additional enhanced document elements processing, please switch to `layout_parsing_config`.
@@ -588,6 +598,8 @@ <h3>Method Details</h3>
588598
&quot;digitalParsingConfig&quot;: { # The digital parsing configurations for documents. # Configurations applied to digital parser.
589599
},
590600
&quot;layoutParsingConfig&quot;: { # The layout parsing configurations for documents. # Configurations applied to layout parser.
601+
&quot;enableImageAnnotation&quot;: True or False, # Optional. If true, the LLM based annotation is added to the image during parsing.
602+
&quot;enableTableAnnotation&quot;: True or False, # Optional. If true, the LLM based annotation is added to the table during parsing.
591603
},
592604
&quot;ocrParsingConfig&quot;: { # The OCR parsing configurations for documents. # Configurations applied to OCR parser. Currently it only applies to PDFs.
593605
&quot;enhancedDocumentElements&quot;: [ # [DEPRECATED] This field is deprecated. To use the additional enhanced document elements processing, please switch to `layout_parsing_config`.
@@ -698,6 +710,8 @@ <h3>Method Details</h3>
698710
&quot;digitalParsingConfig&quot;: { # The digital parsing configurations for documents. # Configurations applied to digital parser.
699711
},
700712
&quot;layoutParsingConfig&quot;: { # The layout parsing configurations for documents. # Configurations applied to layout parser.
713+
&quot;enableImageAnnotation&quot;: True or False, # Optional. If true, the LLM based annotation is added to the image during parsing.
714+
&quot;enableTableAnnotation&quot;: True or False, # Optional. If true, the LLM based annotation is added to the table during parsing.
701715
},
702716
&quot;ocrParsingConfig&quot;: { # The OCR parsing configurations for documents. # Configurations applied to OCR parser. Currently it only applies to PDFs.
703717
&quot;enhancedDocumentElements&quot;: [ # [DEPRECATED] This field is deprecated. To use the additional enhanced document elements processing, please switch to `layout_parsing_config`.
@@ -712,6 +726,8 @@ <h3>Method Details</h3>
712726
&quot;digitalParsingConfig&quot;: { # The digital parsing configurations for documents. # Configurations applied to digital parser.
713727
},
714728
&quot;layoutParsingConfig&quot;: { # The layout parsing configurations for documents. # Configurations applied to layout parser.
729+
&quot;enableImageAnnotation&quot;: True or False, # Optional. If true, the LLM based annotation is added to the image during parsing.
730+
&quot;enableTableAnnotation&quot;: True or False, # Optional. If true, the LLM based annotation is added to the table during parsing.
715731
},
716732
&quot;ocrParsingConfig&quot;: { # The OCR parsing configurations for documents. # Configurations applied to OCR parser. Currently it only applies to PDFs.
717733
&quot;enhancedDocumentElements&quot;: [ # [DEPRECATED] This field is deprecated. To use the additional enhanced document elements processing, please switch to `layout_parsing_config`.
@@ -804,6 +820,8 @@ <h3>Method Details</h3>
804820
&quot;digitalParsingConfig&quot;: { # The digital parsing configurations for documents. # Configurations applied to digital parser.
805821
},
806822
&quot;layoutParsingConfig&quot;: { # The layout parsing configurations for documents. # Configurations applied to layout parser.
823+
&quot;enableImageAnnotation&quot;: True or False, # Optional. If true, the LLM based annotation is added to the image during parsing.
824+
&quot;enableTableAnnotation&quot;: True or False, # Optional. If true, the LLM based annotation is added to the table during parsing.
807825
},
808826
&quot;ocrParsingConfig&quot;: { # The OCR parsing configurations for documents. # Configurations applied to OCR parser. Currently it only applies to PDFs.
809827
&quot;enhancedDocumentElements&quot;: [ # [DEPRECATED] This field is deprecated. To use the additional enhanced document elements processing, please switch to `layout_parsing_config`.
@@ -818,6 +836,8 @@ <h3>Method Details</h3>
818836
&quot;digitalParsingConfig&quot;: { # The digital parsing configurations for documents. # Configurations applied to digital parser.
819837
},
820838
&quot;layoutParsingConfig&quot;: { # The layout parsing configurations for documents. # Configurations applied to layout parser.
839+
&quot;enableImageAnnotation&quot;: True or False, # Optional. If true, the LLM based annotation is added to the image during parsing.
840+
&quot;enableTableAnnotation&quot;: True or False, # Optional. If true, the LLM based annotation is added to the table during parsing.
821841
},
822842
&quot;ocrParsingConfig&quot;: { # The OCR parsing configurations for documents. # Configurations applied to OCR parser. Currently it only applies to PDFs.
823843
&quot;enhancedDocumentElements&quot;: [ # [DEPRECATED] This field is deprecated. To use the additional enhanced document elements processing, please switch to `layout_parsing_config`.

docs/dyn/discoveryengine_v1.projects.locations.collections.dataStores.servingConfigs.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,7 @@ <h3>Method Details</h3>
883883
&quot;value&quot;: 3.14, # Required. Total non-zero value associated with the transaction. This value may include shipping, tax, or other adjustments to the total value that you want to include.
884884
},
885885
&quot;userInfo&quot;: { # Information of an end user. # Information about the end user.
886+
&quot;timeZone&quot;: &quot;A String&quot;, # Optional. IANA time zone, e.g. Europe/Budapest.
886887
&quot;userAgent&quot;: &quot;A String&quot;, # User agent as included in the HTTP header. The field must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an `INVALID_ARGUMENT` error is returned. This should not be set when using the client side event reporting with GTM or JavaScript tag in UserEventService.CollectUserEvent or if UserEvent.direct_user_request is set.
887888
&quot;userId&quot;: &quot;A String&quot;, # Highly recommended for logged-in users. Unique identifier for logged-in user, such as a user name. Don&#x27;t set for anonymous users. Always use a hashed value for this ID. Don&#x27;t set the field to the same fixed ID for different users. This mixes the event history of those users together, which results in degraded model quality. The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.
888889
},
@@ -1113,6 +1114,7 @@ <h3>Method Details</h3>
11131114
&quot;mode&quot;: &quot;A String&quot;, # The mode under which spell correction replaces the original search query. Defaults to Mode.AUTO.
11141115
},
11151116
&quot;userInfo&quot;: { # Information of an end user. # Information about the end user. Highly recommended for analytics and personalization. UserInfo.user_agent is used to deduce `device_type` for analytics.
1117+
&quot;timeZone&quot;: &quot;A String&quot;, # Optional. IANA time zone, e.g. Europe/Budapest.
11161118
&quot;userAgent&quot;: &quot;A String&quot;, # User agent as included in the HTTP header. The field must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an `INVALID_ARGUMENT` error is returned. This should not be set when using the client side event reporting with GTM or JavaScript tag in UserEventService.CollectUserEvent or if UserEvent.direct_user_request is set.
11171119
&quot;userId&quot;: &quot;A String&quot;, # Highly recommended for logged-in users. Unique identifier for logged-in user, such as a user name. Don&#x27;t set for anonymous users. Always use a hashed value for this ID. Don&#x27;t set the field to the same fixed ID for different users. This mixes the event history of those users together, which results in degraded model quality. The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.
11181120
},
@@ -1451,6 +1453,7 @@ <h3>Method Details</h3>
14511453
&quot;mode&quot;: &quot;A String&quot;, # The mode under which spell correction replaces the original search query. Defaults to Mode.AUTO.
14521454
},
14531455
&quot;userInfo&quot;: { # Information of an end user. # Information about the end user. Highly recommended for analytics and personalization. UserInfo.user_agent is used to deduce `device_type` for analytics.
1456+
&quot;timeZone&quot;: &quot;A String&quot;, # Optional. IANA time zone, e.g. Europe/Budapest.
14541457
&quot;userAgent&quot;: &quot;A String&quot;, # User agent as included in the HTTP header. The field must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an `INVALID_ARGUMENT` error is returned. This should not be set when using the client side event reporting with GTM or JavaScript tag in UserEventService.CollectUserEvent or if UserEvent.direct_user_request is set.
14551458
&quot;userId&quot;: &quot;A String&quot;, # Highly recommended for logged-in users. Unique identifier for logged-in user, such as a user name. Don&#x27;t set for anonymous users. Always use a hashed value for this ID. Don&#x27;t set the field to the same fixed ID for different users. This mixes the event history of those users together, which results in degraded model quality. The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.
14561459
},

docs/dyn/discoveryengine_v1.projects.locations.collections.dataStores.userEvents.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ <h3>Method Details</h3>
263263
&quot;value&quot;: 3.14, # Required. Total non-zero value associated with the transaction. This value may include shipping, tax, or other adjustments to the total value that you want to include.
264264
},
265265
&quot;userInfo&quot;: { # Information of an end user. # Information about the end user.
266+
&quot;timeZone&quot;: &quot;A String&quot;, # Optional. IANA time zone, e.g. Europe/Budapest.
266267
&quot;userAgent&quot;: &quot;A String&quot;, # User agent as included in the HTTP header. The field must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an `INVALID_ARGUMENT` error is returned. This should not be set when using the client side event reporting with GTM or JavaScript tag in UserEventService.CollectUserEvent or if UserEvent.direct_user_request is set.
267268
&quot;userId&quot;: &quot;A String&quot;, # Highly recommended for logged-in users. Unique identifier for logged-in user, such as a user name. Don&#x27;t set for anonymous users. Always use a hashed value for this ID. Don&#x27;t set the field to the same fixed ID for different users. This mixes the event history of those users together, which results in degraded model quality. The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.
268269
},
@@ -460,6 +461,7 @@ <h3>Method Details</h3>
460461
&quot;value&quot;: 3.14, # Required. Total non-zero value associated with the transaction. This value may include shipping, tax, or other adjustments to the total value that you want to include.
461462
},
462463
&quot;userInfo&quot;: { # Information of an end user. # Information about the end user.
464+
&quot;timeZone&quot;: &quot;A String&quot;, # Optional. IANA time zone, e.g. Europe/Budapest.
463465
&quot;userAgent&quot;: &quot;A String&quot;, # User agent as included in the HTTP header. The field must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an `INVALID_ARGUMENT` error is returned. This should not be set when using the client side event reporting with GTM or JavaScript tag in UserEventService.CollectUserEvent or if UserEvent.direct_user_request is set.
464466
&quot;userId&quot;: &quot;A String&quot;, # Highly recommended for logged-in users. Unique identifier for logged-in user, such as a user name. Don&#x27;t set for anonymous users. Always use a hashed value for this ID. Don&#x27;t set the field to the same fixed ID for different users. This mixes the event history of those users together, which results in degraded model quality. The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.
465467
},
@@ -582,6 +584,7 @@ <h3>Method Details</h3>
582584
&quot;value&quot;: 3.14, # Required. Total non-zero value associated with the transaction. This value may include shipping, tax, or other adjustments to the total value that you want to include.
583585
},
584586
&quot;userInfo&quot;: { # Information of an end user. # Information about the end user.
587+
&quot;timeZone&quot;: &quot;A String&quot;, # Optional. IANA time zone, e.g. Europe/Budapest.
585588
&quot;userAgent&quot;: &quot;A String&quot;, # User agent as included in the HTTP header. The field must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an `INVALID_ARGUMENT` error is returned. This should not be set when using the client side event reporting with GTM or JavaScript tag in UserEventService.CollectUserEvent or if UserEvent.direct_user_request is set.
586589
&quot;userId&quot;: &quot;A String&quot;, # Highly recommended for logged-in users. Unique identifier for logged-in user, such as a user name. Don&#x27;t set for anonymous users. Always use a hashed value for this ID. Don&#x27;t set the field to the same fixed ID for different users. This mixes the event history of those users together, which results in degraded model quality. The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.
587590
},

0 commit comments

Comments
 (0)