Class: Google::Cloud::VisionAI::V1::CreateIndexMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::CreateIndexMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Metadata message for CreateIndexRequest
Instance Attribute Summary collapse
-
#operation_metadata ⇒ ::Google::Cloud::VisionAI::V1::OperationMetadata
Common metadata of the long-running operation.
Instance Attribute Details
#operation_metadata ⇒ ::Google::Cloud::VisionAI::V1::OperationMetadata
Returns Common metadata of the long-running operation.
772 773 774 775 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 772 class CreateIndexMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |