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