Package com.google.firestore.v1
Interface BatchWriteResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchWriteResponse,BatchWriteResponse.Builder
public interface BatchWriteResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.rpc.StatusgetStatus(int index) The status of applying the writes.intThe status of applying the writes.List<com.google.rpc.Status>The status of applying the writes.com.google.rpc.StatusOrBuildergetStatusOrBuilder(int index) The status of applying the writes.List<? extends com.google.rpc.StatusOrBuilder>The status of applying the writes.getWriteResults(int index) The result of applying the writes.intThe result of applying the writes.The result of applying the writes.getWriteResultsOrBuilder(int index) The result of applying the writes.List<? extends WriteResultOrBuilder>The result of applying the writes.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getWriteResultsList
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; -
getWriteResults
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; -
getWriteResultsCount
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; -
getWriteResultsOrBuilderList
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; -
getWriteResultsOrBuilder
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; -
getStatusList
List<com.google.rpc.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; -
getStatus
com.google.rpc.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; -
getStatusCount
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; -
getStatusOrBuilderList
List<? extends com.google.rpc.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; -
getStatusOrBuilder
com.google.rpc.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;
-