Class: Google::Cloud::VisionAI::V1::CreateIndexEndpointMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::CreateIndexEndpointMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Metadata message for CreateIndexEndpoint.
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.
1979 1980 1981 1982 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1979 class CreateIndexEndpointMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |