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.}
[[["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 metadata for Knowledge operations within `google::longrunning::Operation`."],["The `state` field, an enumerated type, represents the current operational state and is a required output."],["The `knowledgeBase` field, a string, indicates the knowledge base involved in the operation."],["The `operation_metadata` union field provides additional operation-specific metadata, which can be one of multiple different objects, here only showing `exportOperationMetadata`."],["`exportOperationMetadata` provides metadata for export operations such as the export's destination."]]],[]]