Metadata in google::longrunning::Operation for Knowledge operations.
JSON representation
{"state": enum (State),"knowledgeBase": string,// Union field operation_metadata can be only one of the following:"exportOperationMetadata": {object (ExportOperationMetadata)}// End of list of possible types for union field operation_metadata.}
Fields
state
enum (State)
Output only. The current state of this operation.
knowledgeBase
string
The name of the knowledge base interacted with during the operation.
Union field operation_metadata. Additional metadata for the Knowledge operation. operation_metadata can be only one of the following:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The provided content details the JSON representation and fields for metadata in Google's `longrunning::Operation` specifically for Knowledge operations."],["The `state` field indicates the current operational state, while the `knowledgeBase` field specifies the name of the knowledge base involved."],["A union field, `operation_metadata`, provides additional metadata for the Knowledge operation, which can include metadata related to specific operation types such as `exportOperationMetadata`."],["The export operation metadata indicates information about the destination of the data export."]]],[]]