BatchDeleteTasksMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)Metadata for the long-running operation returned by
BatchDeleteTasks.
This message is used to hold metadata information about the batch
delete tasks operation; that is, it is put in
google.longrunning.Operation.metadata][google.longrunning.Operation.metadata].
Attributes |
|
|---|---|
| Name | Description |
start_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the batch delete started. |
end_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the batch delete finished. |
state |
google.cloud.tasks_v2beta3.types.BatchDeleteTasksMetadata.State
Output only. The state of the batch delete operation. |
failed_requests |
MutableMapping[int, google.rpc.status_pb2.Status]
Output only. A map of failed requests, where the key is the index of the request in BatchDeleteTasksRequest.names and the value is the error status. |
Classes
FailedRequestsEntry
FailedRequestsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)The abstract base class for a message.
| Parameters | |
|---|---|
| Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |
State
State(value)The state of the batch delete operation. This enum is not frozen and new values may be added in the future.