google_api_datastore v0.1.0 GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1CommonMetadata View Source
Metadata common to all Datastore Admin operations.
Attributes
- endTime (DateTime.t): The time the operation ended, either successfully or otherwise. Defaults to:
null
. - labels (%{optional(String.t) => String.t}): The client-assigned labels which were provided when the operation was created. May also include additional labels. Defaults to:
null
. operationType (String.t): The type of the operation. Can be used as a filter in ListOperationsRequest. Defaults to:
null
.- Enum - one of [OPERATION_TYPE_UNSPECIFIED, EXPORT_ENTITIES, IMPORT_ENTITIES]
- startTime (DateTime.t): The time that work began on the operation. Defaults to:
null
. state (String.t): The current state of the Operation. Defaults to:
null
.- Enum - one of [STATE_UNSPECIFIED, INITIALIZING, PROCESSING, CANCELLING, FINALIZING, SUCCESSFUL, FAILED, CANCELLED]
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 Source
t() :: %GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1CommonMetadata{ endTime: DateTime.t(), labels: map(), operationType: any(), startTime: DateTime.t(), state: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.