Reference documentation and code samples for the Cloud Tasks V2beta3 API class Google::Cloud::Tasks::V2beta3::BatchDeleteTasksMetadata.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time when the batch delete finished.
#failed_requests
def failed_requests() -> ::Google::Protobuf::Map{::Integer => ::Google::Rpc::Status}
Returns
- (::Google::Protobuf::Map{::Integer => ::Google::Rpc::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.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time when the batch delete started.
#state
def state() -> ::Google::Cloud::Tasks::V2beta3::BatchDeleteTasksMetadata::State
Returns
- (::Google::Cloud::Tasks::V2beta3::BatchDeleteTasksMetadata::State) — Output only. The state of the batch delete operation.