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 Type
    Method
    Description
    com.google.rpc.Status
    getStatus(int index)
    The status of applying the writes.
    int
    The status of applying the writes.
    List<com.google.rpc.Status>
    The status of applying the writes.
    com.google.rpc.StatusOrBuilder
    getStatusOrBuilder(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.
    int
    The result of applying the writes.
    The result of applying the writes.
    The result of applying the writes.
    The result of applying the writes.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      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;
    • 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

      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;
    • 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;