IngestAssetRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for IngestAsset API.
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 | |
|---|---|
| Name | Description | 
| config | google.cloud.visionai_v1alpha1.types.IngestAssetRequest.ConfigProvides information for the data and the asset resource name that the data belongs to. The first IngestAssetRequestmessage must only contain aConfigmessage.
   
   This field is a member ofoneof_streaming_request. | 
| time_indexed_data | google.cloud.visionai_v1alpha1.types.IngestAssetRequest.TimeIndexedDataData to be ingested. This field is a member of oneof_streaming_request. | 
Classes
Config
Config(mapping=None, *, ignore_unknown_fields=False, **kwargs)Configuration for the data.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
TimeIndexedData
TimeIndexedData(mapping=None, *, ignore_unknown_fields=False, **kwargs)Contains the data and the corresponding time range this data is for.