Class QueryAssetsResponse (3.14.0)

QueryAssetsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

QueryAssets response.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
job_reference str
Reference to a query job.
done bool
The query response, which can be either an ``error`` or a valid ``response``. If ``done`` == ``false`` and the query result is being saved in a output, the output_config field will be set. If ``done`` == ``true``, exactly one of ``error``, ``query_result`` or ``output_config`` will be set.
error google.rpc.status_pb2.Status
Error status. This field is a member of `oneof`_ ``response``.
query_result google.cloud.asset_v1.types.QueryResult
Result of the query. This field is a member of `oneof`_ ``response``.
output_config google.cloud.asset_v1.types.QueryAssetsOutputConfig
Output configuration which indicates instead of being returned in API response on the fly, the query result will be saved in a specific output. This field is a member of `oneof`_ ``response``.

Inheritance

builtins.object > proto.message.Message > QueryAssetsResponse