Interface BatchDeleteDataPointsOperationMetadataOrBuilder (0.2.0)

public interface BatchDeleteDataPointsOperationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsFailedRequests(int key)

public abstract boolean containsFailedRequests(int key)

The key in this map is the index of the request in the requests field in the batch request.

map<int32, .google.rpc.Status> failed_requests = 1;

Parameter
Name Description
key int
Returns
Type Description
boolean

getFailedRequests() (deprecated)

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

getFailedRequestsCount()

public abstract int getFailedRequestsCount()

The key in this map is the index of the request in the requests field in the batch request.

map<int32, .google.rpc.Status> failed_requests = 1;

Returns
Type Description
int

getFailedRequestsMap()

public abstract Map<Integer,Status> getFailedRequestsMap()

The key in this map is the index of the request in the requests field in the batch request.

map<int32, .google.rpc.Status> failed_requests = 1;

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

getFailedRequestsOrDefault(int key, Status defaultValue)

public abstract Status getFailedRequestsOrDefault(int key, Status defaultValue)

The key in this map is the index of the request in the requests field in the batch request.

map<int32, .google.rpc.Status> failed_requests = 1;

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)

The key in this map is the index of the request in the requests field in the batch request.

map<int32, .google.rpc.Status> failed_requests = 1;

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