google_api_firestore v0.11.0 GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1IndexOperationMetadata View Source
Metadata for google.longrunning.Operation results from FirestoreAdmin.CreateIndex.
Attributes
endTime
(type:DateTime.t
, default:nil
) - The time this operation completed. Will be unset if operation still in progress.index
(type:String.t
, default:nil
) - The index resource that this operation is acting on. For example:projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}
progressBytes
(type:GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1Progress.t
, default:nil
) - The progress, in bytes, of this operation.progressDocuments
(type:GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1Progress.t
, default:nil
) - The progress, in documents, of this operation.startTime
(type:DateTime.t
, default:nil
) - The time this operation started.state
(type:String.t
, default:nil
) - The state of the operation.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1IndexOperationMetadata{ endTime: DateTime.t(), index: String.t(), progressBytes: GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1Progress.t(), progressDocuments: GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1Progress.t(), startTime: DateTime.t(), state: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.