public sealed class QueryAssetsResponse : IMessage<QueryAssetsResponse>, IEquatable<QueryAssetsResponse>, IDeepCloneable<QueryAssetsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class QueryAssetsResponse.
The query response, which can be either an error or a valid response.
If done == false and the query result is being saved in an output, the
output_config field will be set.
If done == true, exactly one of
error, query_result or output_config will be set.
[done] is unset unless the [QueryAssetsResponse] contains a
[QueryAssetsResponse.job_reference].
public QueryAssetsOutputConfig OutputConfig { get; set; }
Output configuration, which indicates that instead of being returned in
an API response on the fly, the query result will be saved in a specific
output.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eQueryAssetsResponse\u003c/code\u003e class within the Google Cloud Asset Inventory v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eQueryAssetsResponse\u003c/code\u003e class represents the response to a query operation, which can contain an error, a valid response, or indicate that the result is saved in an output configuration.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is 3.12.0, with a history of versions available from 3.11.0 down to 2.7.0, each with corresponding documentation links.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eQueryAssetsResponse\u003c/code\u003e include \u003ccode\u003eDone\u003c/code\u003e (indicating if the query is complete), \u003ccode\u003eError\u003c/code\u003e (for error status), \u003ccode\u003eJobReference\u003c/code\u003e, \u003ccode\u003eOutputConfig\u003c/code\u003e, and \u003ccode\u003eQueryResult\u003c/code\u003e (the result of the query).\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eQueryAssetsResponse\u003c/code\u003e implements multiple interfaces, such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and inherits from \u003ccode\u003eobject\u003c/code\u003e, offering various methods like \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]