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

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

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

Metadata message for [BatchCreateTasks].

Inheritance

object > BatchCreateTasksMetadata

Namespace

Google.Cloud.Tasks.V2Beta3

Assembly

Google.Cloud.Tasks.V2Beta3.dll

Constructors

BatchCreateTasksMetadata()

public BatchCreateTasksMetadata()

BatchCreateTasksMetadata(BatchCreateTasksMetadata)

public BatchCreateTasksMetadata(BatchCreateTasksMetadata other)
Parameter
Name Description
other BatchCreateTasksMetadata

Properties

EndTime

public Timestamp EndTime { get; set; }

The time when the batch create finished.

Property Value
Type Description
Timestamp

FailedRequests

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

A map of failed requests, where the key is the index of the request in BatchCreateTasksRequest.requests and the value is the error status.

Property Value
Type Description
MapFieldintStatus

StartTime

public Timestamp StartTime { get; set; }

The time when the batch create started.

Property Value
Type Description
Timestamp

State

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

Output only. The state of the batch create operation.

Property Value
Type Description
BatchCreateTasksMetadataTypesState