Google Cloud Tasks v2beta3 API - Class BatchDeleteTasksMetadata (3.0.0-beta09)

public sealed class BatchDeleteTasksMetadata : IMessage<BatchDeleteTasksMetadata>, IEquatable<BatchDeleteTasksMetadata>, IDeepCloneable<BatchDeleteTasksMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Tasks v2beta3 API class BatchDeleteTasksMetadata.

Metadata for the long-running operation returned by [BatchDeleteTasks][google.cloud.tasks.v2beta3.CloudTasks.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].

Inheritance

object > BatchDeleteTasksMetadata

Namespace

Google.Cloud.Tasks.V2Beta3

Assembly

Google.Cloud.Tasks.V2Beta3.dll

Constructors

BatchDeleteTasksMetadata()

public BatchDeleteTasksMetadata()

BatchDeleteTasksMetadata(BatchDeleteTasksMetadata)

public BatchDeleteTasksMetadata(BatchDeleteTasksMetadata other)
Parameter
Name Description
other BatchDeleteTasksMetadata

Properties

EndTime

public Timestamp EndTime { get; set; }

Output only. The time when the batch delete finished.

Property Value
Type Description
Timestamp

FailedRequests

public MapField<int, Status> FailedRequests { get; }

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.

Property Value
Type Description
MapFieldintStatus

StartTime

public Timestamp StartTime { get; set; }

Output only. The time when the batch delete started.

Property Value
Type Description
Timestamp

State

public BatchDeleteTasksMetadata.Types.State State { get; set; }

Output only. The state of the batch delete operation.

Property Value
Type Description
BatchDeleteTasksMetadataTypesState