Class: Google::Cloud::VisionAI::V1::IndexAssetMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::IndexAssetMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Metadata for IndexAsset.
Instance Attribute Summary collapse
-
#start_time ⇒ ::Google::Protobuf::Timestamp
The start time of the operation.
-
#status ⇒ ::Google::Cloud::VisionAI::V1::IndexingStatus
The status of indexing this asset.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
The update time of the operation.
Instance Attribute Details
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns The start time of the operation.
345 346 347 348 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 345 class IndexAssetMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status ⇒ ::Google::Cloud::VisionAI::V1::IndexingStatus
Returns The status of indexing this asset.
345 346 347 348 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 345 class IndexAssetMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns The update time of the operation.
345 346 347 348 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 345 class IndexAssetMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |