Class: Google::Cloud::VisionAI::V1::UpdateIndexMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::UpdateIndexMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Metadata message for UpdateIndexRequest
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.
798 799 800 801 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 798 class UpdateIndexMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |