Interface BatchDeleteTasksMetadataOrBuilder (2.95.0)

public interface BatchDeleteTasksMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsFailedRequests(int key)

public abstract boolean containsFailedRequests(int key)

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.

map<int32, .google.rpc.Status> failed_requests = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
key int
Returns
Type Description
boolean

getEndTime()

public abstract Timestamp getEndTime()

Output only. The time when the batch delete finished.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The endTime.

getEndTimeOrBuilder()

public abstract TimestampOrBuilder getEndTimeOrBuilder()

Output only. The time when the batch delete finished.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getFailedRequests() (deprecated)

public abstract Map<Integer,Status> getFailedRequests()
Returns
Type Description
Map<java.lang.Integer,com.google.rpc.Status>

getFailedRequestsCount()

public abstract int getFailedRequestsCount()

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.

map<int32, .google.rpc.Status> failed_requests = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getFailedRequestsMap()

public abstract Map<Integer,Status> getFailedRequestsMap()

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.

map<int32, .google.rpc.Status> failed_requests = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Map<java.lang.Integer,com.google.rpc.Status>

getFailedRequestsOrDefault(int key, Status defaultValue)

public abstract Status getFailedRequestsOrDefault(int key, Status defaultValue)

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.

map<int32, .google.rpc.Status> failed_requests = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
key int
defaultValue com.google.rpc.Status
Returns
Type Description
com.google.rpc.Status

getFailedRequestsOrThrow(int key)

public abstract Status getFailedRequestsOrThrow(int key)

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.

map<int32, .google.rpc.Status> failed_requests = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
key int
Returns
Type Description
com.google.rpc.Status

getStartTime()

public abstract Timestamp getStartTime()

Output only. The time when the batch delete started.

.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The startTime.

getStartTimeOrBuilder()

public abstract TimestampOrBuilder getStartTimeOrBuilder()

Output only. The time when the batch delete started.

.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getState()

public abstract BatchDeleteTasksMetadata.State getState()

Output only. The state of the batch delete operation.

.google.cloud.tasks.v2beta3.BatchDeleteTasksMetadata.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
BatchDeleteTasksMetadata.State

The state.

getStateValue()

public abstract int getStateValue()

Output only. The state of the batch delete operation.

.google.cloud.tasks.v2beta3.BatchDeleteTasksMetadata.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for state.

hasEndTime()

public abstract boolean hasEndTime()

Output only. The time when the batch delete finished.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the endTime field is set.

hasStartTime()

public abstract boolean hasStartTime()

Output only. The time when the batch delete started.

.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the startTime field is set.