BatchCreateTasksMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)Metadata message for [BatchCreateTasks].
Attributes |
|
|---|---|
| Name | Description |
start_time |
google.protobuf.timestamp_pb2.Timestamp
The time when the batch create started. |
end_time |
google.protobuf.timestamp_pb2.Timestamp
The time when the batch create finished. |
state |
google.cloud.tasks_v2beta3.types.BatchCreateTasksMetadata.State
Output only. The state of the batch create operation. |
failed_requests |
MutableMapping[int, google.rpc.status_pb2.Status]
A map of failed requests, where the key is the index of the request in BatchCreateTasksRequest.requests 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 create operation.