Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bec814e

Browse files
committedApr 18, 2023
feat(discoveryengine): update the api
#### discoveryengine:v1alpha The following keys were added: - schemas.GoogleCloudDiscoveryengineLoggingErrorLog.properties.requestPayload (Total Keys: 2) - schemas.GoogleCloudDiscoveryengineLoggingErrorLog.properties.responsePayload (Total Keys: 2) #### discoveryengine:v1beta The following keys were added: - schemas.GoogleCloudDiscoveryengineLoggingErrorLog.properties.requestPayload (Total Keys: 2) - schemas.GoogleCloudDiscoveryengineLoggingErrorLog.properties.responsePayload (Total Keys: 2)
1 parent 919f684 commit bec814e

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed
 

‎googleapiclient/discovery_cache/documents/discoveryengine.v1alpha.json

+17-1
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@
14061406
}
14071407
}
14081408
},
1409-
"revision": "20230331",
1409+
"revision": "20230414",
14101410
"rootUrl": "https://discoveryengine.googleapis.com/",
14111411
"schemas": {
14121412
"GoogleApiHttpBody": {
@@ -1467,6 +1467,22 @@
14671467
"description": "A message describing the error.",
14681468
"type": "string"
14691469
},
1470+
"requestPayload": {
1471+
"additionalProperties": {
1472+
"description": "Properties of the object.",
1473+
"type": "any"
1474+
},
1475+
"description": "The API request payload, represented as a protocol buffer. Most API request types are supported\u2014for example: * `type.googleapis.com/google.cloud.discoveryengine.v1alpha.DocumentService.CreateDocumentRequest` * `type.googleapis.com/google.cloud.discoveryengine.v1alpha.UserEventService.WriteUserEventRequest`",
1476+
"type": "object"
1477+
},
1478+
"responsePayload": {
1479+
"additionalProperties": {
1480+
"description": "Properties of the object.",
1481+
"type": "any"
1482+
},
1483+
"description": "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 unjoined events. The following API responses are supported, and no PII is included: * `google.cloud.discoveryengine.v1alpha.RecommendationService.Recommend` * `google.cloud.discoveryengine.v1alpha.UserEventService.WriteUserEvent` * `google.cloud.discoveryengine.v1alpha.UserEventService.CollectUserEvent`",
1484+
"type": "object"
1485+
},
14701486
"serviceContext": {
14711487
"$ref": "GoogleCloudDiscoveryengineLoggingServiceContext",
14721488
"description": "The service context in which this error has occurred."

‎googleapiclient/discovery_cache/documents/discoveryengine.v1beta.json

+17-1
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@
14061406
}
14071407
}
14081408
},
1409-
"revision": "20230331",
1409+
"revision": "20230414",
14101410
"rootUrl": "https://discoveryengine.googleapis.com/",
14111411
"schemas": {
14121412
"GoogleApiHttpBody": {
@@ -1467,6 +1467,22 @@
14671467
"description": "A message describing the error.",
14681468
"type": "string"
14691469
},
1470+
"requestPayload": {
1471+
"additionalProperties": {
1472+
"description": "Properties of the object.",
1473+
"type": "any"
1474+
},
1475+
"description": "The API request payload, represented as a protocol buffer. Most API request types are supported\u2014for example: * `type.googleapis.com/google.cloud.discoveryengine.v1alpha.DocumentService.CreateDocumentRequest` * `type.googleapis.com/google.cloud.discoveryengine.v1alpha.UserEventService.WriteUserEventRequest`",
1476+
"type": "object"
1477+
},
1478+
"responsePayload": {
1479+
"additionalProperties": {
1480+
"description": "Properties of the object.",
1481+
"type": "any"
1482+
},
1483+
"description": "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 unjoined events. The following API responses are supported, and no PII is included: * `google.cloud.discoveryengine.v1alpha.RecommendationService.Recommend` * `google.cloud.discoveryengine.v1alpha.UserEventService.WriteUserEvent` * `google.cloud.discoveryengine.v1alpha.UserEventService.CollectUserEvent`",
1484+
"type": "object"
1485+
},
14701486
"serviceContext": {
14711487
"$ref": "GoogleCloudDiscoveryengineLoggingServiceContext",
14721488
"description": "The service context in which this error has occurred."

0 commit comments

Comments
 (0)
Please sign in to comment.