|
793 | 793 | }
|
794 | 794 | }
|
795 | 795 | },
|
796 |
| - "revision": "20230102", |
| 796 | + "revision": "20230105", |
797 | 797 | "rootUrl": "https://discoveryengine.googleapis.com/",
|
798 | 798 | "schemas": {
|
799 | 799 | "GoogleApiHttpBody": {
|
|
823 | 823 | },
|
824 | 824 | "type": "object"
|
825 | 825 | },
|
| 826 | + "GoogleCloudDiscoveryengineLoggingErrorContext": { |
| 827 | + "description": "A description of the context in which an error occurred.", |
| 828 | + "id": "GoogleCloudDiscoveryengineLoggingErrorContext", |
| 829 | + "properties": { |
| 830 | + "httpRequest": { |
| 831 | + "$ref": "GoogleCloudDiscoveryengineLoggingHttpRequestContext", |
| 832 | + "description": "The HTTP request which was processed when the error was triggered." |
| 833 | + }, |
| 834 | + "reportLocation": { |
| 835 | + "$ref": "GoogleCloudDiscoveryengineLoggingSourceLocation", |
| 836 | + "description": "The location in the source code where the decision was made to report the error, usually the place where it was logged." |
| 837 | + } |
| 838 | + }, |
| 839 | + "type": "object" |
| 840 | + }, |
| 841 | + "GoogleCloudDiscoveryengineLoggingErrorLog": { |
| 842 | + "description": "An error log which is reported to the Error Reporting system.", |
| 843 | + "id": "GoogleCloudDiscoveryengineLoggingErrorLog", |
| 844 | + "properties": { |
| 845 | + "context": { |
| 846 | + "$ref": "GoogleCloudDiscoveryengineLoggingErrorContext", |
| 847 | + "description": "A description of the context in which the error occurred." |
| 848 | + }, |
| 849 | + "importPayload": { |
| 850 | + "$ref": "GoogleCloudDiscoveryengineLoggingImportErrorContext", |
| 851 | + "description": "The error payload that is populated on LRO import APIs." |
| 852 | + }, |
| 853 | + "message": { |
| 854 | + "description": "A message describing the error.", |
| 855 | + "type": "string" |
| 856 | + }, |
| 857 | + "requestPayload": { |
| 858 | + "additionalProperties": { |
| 859 | + "description": "Properties of the object.", |
| 860 | + "type": "any" |
| 861 | + }, |
| 862 | + "description": "The API request payload, represented as a protocol buffer. Most API request types are supported. For example: \"type.googleapis.com/google.cloud.discoveryengine.v1alpha.DocumentService.CreateDocumentRequest\" \"type.googleapis.com/google.cloud.discoveryengine.v1alpha.UserEventService.WriteUserEventRequest\"", |
| 863 | + "type": "object" |
| 864 | + }, |
| 865 | + "responsePayload": { |
| 866 | + "additionalProperties": { |
| 867 | + "description": "Properties of the object.", |
| 868 | + "type": "any" |
| 869 | + }, |
| 870 | + "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\"", |
| 871 | + "type": "object" |
| 872 | + }, |
| 873 | + "serviceContext": { |
| 874 | + "$ref": "GoogleCloudDiscoveryengineLoggingServiceContext", |
| 875 | + "description": "The service context in which this error has occurred." |
| 876 | + }, |
| 877 | + "status": { |
| 878 | + "$ref": "GoogleRpcStatus", |
| 879 | + "description": "The RPC status associated with the error log." |
| 880 | + } |
| 881 | + }, |
| 882 | + "type": "object" |
| 883 | + }, |
| 884 | + "GoogleCloudDiscoveryengineLoggingHttpRequestContext": { |
| 885 | + "description": "HTTP request data that is related to a reported error.", |
| 886 | + "id": "GoogleCloudDiscoveryengineLoggingHttpRequestContext", |
| 887 | + "properties": { |
| 888 | + "responseStatusCode": { |
| 889 | + "description": "The HTTP response status code for the request.", |
| 890 | + "format": "int32", |
| 891 | + "type": "integer" |
| 892 | + } |
| 893 | + }, |
| 894 | + "type": "object" |
| 895 | + }, |
| 896 | + "GoogleCloudDiscoveryengineLoggingImportErrorContext": { |
| 897 | + "description": "The error payload that is populated on LRO import APIs. Including: \"google.cloud.discoveryengine.v1alpha.DocumentService.ImportDocuments\" \"google.cloud.discoveryengine.v1alpha.UserEventService.ImportUserEvents\"", |
| 898 | + "id": "GoogleCloudDiscoveryengineLoggingImportErrorContext", |
| 899 | + "properties": { |
| 900 | + "document": { |
| 901 | + "description": "The detailed content which caused the error on importing a document.", |
| 902 | + "type": "string" |
| 903 | + }, |
| 904 | + "gcsPath": { |
| 905 | + "description": "Google Cloud Storage file path of the import source. Can be set for batch operation error.", |
| 906 | + "type": "string" |
| 907 | + }, |
| 908 | + "lineNumber": { |
| 909 | + "description": "Line number of the content in file. Should be empty for permission or batch operation error.", |
| 910 | + "type": "string" |
| 911 | + }, |
| 912 | + "operation": { |
| 913 | + "description": "The operation resource name of the LRO.", |
| 914 | + "type": "string" |
| 915 | + }, |
| 916 | + "userEvent": { |
| 917 | + "description": "The detailed content which caused the error on importing a user event.", |
| 918 | + "type": "string" |
| 919 | + } |
| 920 | + }, |
| 921 | + "type": "object" |
| 922 | + }, |
| 923 | + "GoogleCloudDiscoveryengineLoggingServiceContext": { |
| 924 | + "description": "Describes a running service that sends errors.", |
| 925 | + "id": "GoogleCloudDiscoveryengineLoggingServiceContext", |
| 926 | + "properties": { |
| 927 | + "service": { |
| 928 | + "description": "An identifier of the service. For example, \"discoveryengine.googleapis.com\".", |
| 929 | + "type": "string" |
| 930 | + } |
| 931 | + }, |
| 932 | + "type": "object" |
| 933 | + }, |
| 934 | + "GoogleCloudDiscoveryengineLoggingSourceLocation": { |
| 935 | + "description": "Indicates a location in the source code of the service for which errors are reported.", |
| 936 | + "id": "GoogleCloudDiscoveryengineLoggingSourceLocation", |
| 937 | + "properties": { |
| 938 | + "functionName": { |
| 939 | + "description": "Human-readable name of a function or method. For example, \" google.cloud.discoveryengine.v1alpha.RecommendationService.Recommend\".", |
| 940 | + "type": "string" |
| 941 | + } |
| 942 | + }, |
| 943 | + "type": "object" |
| 944 | + }, |
826 | 945 | "GoogleCloudDiscoveryengineV1alphaImportDocumentsMetadata": {
|
827 | 946 | "description": "Metadata related to the progress of the ImportDocuments operation. This will be returned by the google.longrunning.Operation.metadata field.",
|
828 | 947 | "id": "GoogleCloudDiscoveryengineV1alphaImportDocumentsMetadata",
|
|
1 commit comments
BhinbahadurUK commentedon Jan 23, 2023
✅