Class: Google::Cloud::VisionAI::V1::IngestAssetResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::IngestAssetResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Response message for IngestAsset API.
Instance Attribute Summary collapse
-
#successfully_ingested_partition ⇒ ::Google::Cloud::VisionAI::V1::Partition::TemporalPartition
Time range of the data that has been successfully ingested.
Instance Attribute Details
#successfully_ingested_partition ⇒ ::Google::Cloud::VisionAI::V1::Partition::TemporalPartition
Returns Time range of the data that has been successfully ingested.
2577 2578 2579 2580 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2577 class IngestAssetResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |