feat: increase max SearchDocumentChunksRequest.page_size to 100; higher values will be coerced to 100
docs: expand SearchDocumentChunks.filter docs
feat: add citations to AnswerQuery responses
PiperOrigin-RevId: 949685945
docs: Update `SearchDocumentChunksRequest.page_size` comment to reflect new maximum limit of 100 and coercion behavior
docs: Update `SearchDocumentChunksRequest.filter` comment to document `content_length_bytes` filtering
docs: Fix formatting in `BatchGetDocumentsRequest.names` comment
feat: add AnswerQuery RPC to v1
The AnswerQuery RPC is now generally available in the v1 API. This method allows clients to submit queries and receive answers grounded in the Developer Knowledge corpus.
PiperOrigin-RevId: 949549664
feat: AnswerQuery method uses grounded generation to answer a query
feat: Document title, description, update_time, and data_source metadata is returned
PiperOrigin-RevId: 906377990
feat: Support for SearchDocuments from the DeveloperKnowledge resource
feat: Support for GetDocument (a single document) from the DeveloperKnowledge resource
feat: Support for BatchGetDocuments (multiple documents) from the DeveloperKnowledge resource
PiperOrigin-RevId: 866188364
feat: Support for SearchDocuments from the DeveloperKnowledge resource
feat: Support for GetDocument (a single document) from the DeveloperKnowledge resource
feat: Support for BatchGetDocuments (multiple documents) from the DeveloperKnowledge resource
PiperOrigin-RevId: 865647642