Class: Google::Cloud::VectorSearch::V1::ImportDataObjectsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VectorSearch::V1::ImportDataObjectsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vectorsearch/v1/vectorsearch_service.rb
Overview
Response for VectorSearchService.ImportDataObjects.
Instance Attribute Summary collapse
-
#status ⇒ ::Google::Rpc::Status
Status of the LRO.
Instance Attribute Details
#status ⇒ ::Google::Rpc::Status
Returns Status of the LRO.
559 560 561 562 |
# File 'proto_docs/google/cloud/vectorsearch/v1/vectorsearch_service.rb', line 559 class ImportDataObjectsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |