Class: Google::Cloud::VisionAI::V1::ImportAssetsMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::ImportAssetsMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
The metadata message for ImportAssets LRO.
Instance Attribute Summary collapse
-
#metadata ⇒ ::Google::Cloud::VisionAI::V1::OperationMetadata
The metadata of the operation.
-
#status ⇒ ::Google::Cloud::VisionAI::V1::BatchOperationStatus
The importing status including partial failures, if the implementation can provide such information during the progress of the ImportAssets.
Instance Attribute Details
#metadata ⇒ ::Google::Cloud::VisionAI::V1::OperationMetadata
Returns The metadata of the operation.
1722 1723 1724 1725 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1722 class ImportAssetsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status ⇒ ::Google::Cloud::VisionAI::V1::BatchOperationStatus
Returns The importing status including partial failures, if the implementation can provide such information during the progress of the ImportAssets.
1722 1723 1724 1725 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1722 class ImportAssetsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |