Interface BatchWriteResponseOrBuilder (3.2.0)

public interface BatchWriteResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStatus(int index)

public abstract Status getStatus(int index)

The status of applying the writes. This i-th write status corresponds to the i-th write in the request.

repeated .google.rpc.Status status = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
com.google.rpc.Status

getStatusCount()

public abstract int getStatusCount()

The status of applying the writes. This i-th write status corresponds to the i-th write in the request.

repeated .google.rpc.Status status = 2;

Returns
TypeDescription
int

getStatusList()

public abstract List<Status> getStatusList()

The status of applying the writes. This i-th write status corresponds to the i-th write in the request.

repeated .google.rpc.Status status = 2;

Returns
TypeDescription
List<com.google.rpc.Status>

getStatusOrBuilder(int index)

public abstract StatusOrBuilder getStatusOrBuilder(int index)

The status of applying the writes. This i-th write status corresponds to the i-th write in the request.

repeated .google.rpc.Status status = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
com.google.rpc.StatusOrBuilder

getStatusOrBuilderList()

public abstract List<? extends StatusOrBuilder> getStatusOrBuilderList()

The status of applying the writes. This i-th write status corresponds to the i-th write in the request.

repeated .google.rpc.Status status = 2;

Returns
TypeDescription
List<? extends com.google.rpc.StatusOrBuilder>

getWriteResults(int index)

public abstract WriteResult getWriteResults(int index)

The result of applying the writes. This i-th write result corresponds to the i-th write in the request.

repeated .google.firestore.v1.WriteResult write_results = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
WriteResult

getWriteResultsCount()

public abstract int getWriteResultsCount()

The result of applying the writes. This i-th write result corresponds to the i-th write in the request.

repeated .google.firestore.v1.WriteResult write_results = 1;

Returns
TypeDescription
int

getWriteResultsList()

public abstract List<WriteResult> getWriteResultsList()

The result of applying the writes. This i-th write result corresponds to the i-th write in the request.

repeated .google.firestore.v1.WriteResult write_results = 1;

Returns
TypeDescription
List<WriteResult>

getWriteResultsOrBuilder(int index)

public abstract WriteResultOrBuilder getWriteResultsOrBuilder(int index)

The result of applying the writes. This i-th write result corresponds to the i-th write in the request.

repeated .google.firestore.v1.WriteResult write_results = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
WriteResultOrBuilder

getWriteResultsOrBuilderList()

public abstract List<? extends WriteResultOrBuilder> getWriteResultsOrBuilderList()

The result of applying the writes. This i-th write result corresponds to the i-th write in the request.

repeated .google.firestore.v1.WriteResult write_results = 1;

Returns
TypeDescription
List<? extends com.google.firestore.v1.WriteResultOrBuilder>