Class: Google::Cloud::Firestore::Admin::V1::IndexOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::Admin::V1::IndexOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/admin/v1/operation.rb
Overview
Metadata for google.longrunning.Operation results from FirestoreAdmin.CreateIndex.
Instance Attribute Summary collapse
-
#end_time ⇒ ::Google::Protobuf::Timestamp
The time this operation completed.
-
#index ⇒ ::String
The index resource that this operation is acting on.
-
#progress_bytes ⇒ ::Google::Cloud::Firestore::Admin::V1::Progress
The progress, in bytes, of this operation.
-
#progress_documents ⇒ ::Google::Cloud::Firestore::Admin::V1::Progress
The progress, in documents, of this operation.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
The time this operation started.
-
#state ⇒ ::Google::Cloud::Firestore::Admin::V1::OperationState
The state of the operation.
Instance Attribute Details
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns The time this operation completed. Will be unset if operation still in progress.
48 49 50 51 |
# File 'proto_docs/google/firestore/admin/v1/operation.rb', line 48 class IndexOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#index ⇒ ::String
Returns The index resource that this operation is acting on. For example:
projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}
.
48 49 50 51 |
# File 'proto_docs/google/firestore/admin/v1/operation.rb', line 48 class IndexOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#progress_bytes ⇒ ::Google::Cloud::Firestore::Admin::V1::Progress
Returns The progress, in bytes, of this operation.
48 49 50 51 |
# File 'proto_docs/google/firestore/admin/v1/operation.rb', line 48 class IndexOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#progress_documents ⇒ ::Google::Cloud::Firestore::Admin::V1::Progress
Returns The progress, in documents, of this operation.
48 49 50 51 |
# File 'proto_docs/google/firestore/admin/v1/operation.rb', line 48 class IndexOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns The time this operation started.
48 49 50 51 |
# File 'proto_docs/google/firestore/admin/v1/operation.rb', line 48 class IndexOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#state ⇒ ::Google::Cloud::Firestore::Admin::V1::OperationState
Returns The state of the operation.
48 49 50 51 |
# File 'proto_docs/google/firestore/admin/v1/operation.rb', line 48 class IndexOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |