@maxim_mazurok/gapi.client.discoveryengine-v1beta 0.0.20230331 → 0.0.20230408
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.
- package/index.d.ts +13 -1
- package/package.json +1 -1
- package/tests.ts +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://discoveryengine.googleapis.com/$discovery/rest?version=v1beta
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230408
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -43,6 +43,18 @@ declare namespace gapi.client {
|
|
|
43
43
|
importPayload?: GoogleCloudDiscoveryengineLoggingImportErrorContext;
|
|
44
44
|
/** A message describing the error. */
|
|
45
45
|
message?: string;
|
|
46
|
+
/**
|
|
47
|
+
* The API request payload, represented as a protocol buffer. Most API request types are supported—for example: *
|
|
48
|
+
* `type.googleapis.com/google.cloud.discoveryengine.v1alpha.DocumentService.CreateDocumentRequest` *
|
|
49
|
+
* `type.googleapis.com/google.cloud.discoveryengine.v1alpha.UserEventService.WriteUserEventRequest`
|
|
50
|
+
*/
|
|
51
|
+
requestPayload?: { [P in string]: any };
|
|
52
|
+
/**
|
|
53
|
+
* The API response payload, represented as a protocol buffer. This is used to log some "soft errors", where the response is valid but we consider there are some quality issues like
|
|
54
|
+
* unjoined events. The following API responses are supported, and no PII is included: * `google.cloud.discoveryengine.v1alpha.RecommendationService.Recommend` *
|
|
55
|
+
* `google.cloud.discoveryengine.v1alpha.UserEventService.WriteUserEvent` * `google.cloud.discoveryengine.v1alpha.UserEventService.CollectUserEvent`
|
|
56
|
+
*/
|
|
57
|
+
responsePayload?: { [P in string]: any };
|
|
46
58
|
/** The service context in which this error has occurred. */
|
|
47
59
|
serviceContext?: GoogleCloudDiscoveryengineLoggingServiceContext;
|
|
48
60
|
/** The RPC status associated with the error log. */
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230408
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|