Google Cloud Tasks v2beta3 API - Enum BatchDeleteTasksMetadata.Types.State (3.0.0-beta09)

public enum BatchDeleteTasksMetadata.Types.State

Reference documentation and code samples for the Google Cloud Tasks v2beta3 API enum BatchDeleteTasksMetadata.Types.State.

The state of the batch delete operation. This enum is not frozen and new values may be added in the future.

Namespace

Google.Cloud.Tasks.V2Beta3

Assembly

Google.Cloud.Tasks.V2Beta3.dll

Fields

Name Description
Failed

The batch delete has failed. This means the overall batch delete operation failed to complete. This can happen due to an internal error preventing the operation from finishing.

PartiallySucceeded

The batch delete has finished with partial success. The tasks that failed to be deleted are reported in [failed_requests][google.cloud.tasks.v2beta3.BatchDeleteTasksMetadata.failed_requests]. When all requests in the batch fail, [google.longrunning.Operation.error][google.longrunning.Operation.error] will be set with code = google.rpc.Code.ABORTED and message = "None of the requests succeeded, refer to BatchDeleteTasksMetadata.failed_requests for individual error details".

Running

The batch delete is running.

Succeeded

The batch delete has finished and all tasks were successfully deleted.

Unspecified

The default value. This value is used if the state is omitted.