Class: Google::Cloud::VisionAI::V1::UpdateIndexEndpointMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::UpdateIndexEndpointMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Metadata message for UpdateIndexEndpoint.
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.
2058 2059 2060 2061 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2058 class UpdateIndexEndpointMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |