Class: Google::Cloud::VectorSearch::V1::ExportDataObjectsMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::VectorSearch::V1::ExportDataObjectsMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vectorsearch/v1/vectorsearch_service.rb
Overview
Metadata for the ExportDataObjects LRO.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#finish_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the operation was created.
647 648 649 650 |
# File 'proto_docs/google/cloud/vectorsearch/v1/vectorsearch_service.rb', line 647 class ExportDataObjectsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#finish_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the operation finished.
647 648 649 650 |
# File 'proto_docs/google/cloud/vectorsearch/v1/vectorsearch_service.rb', line 647 class ExportDataObjectsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |