Interface CommitResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CommitResponse, CommitResponse.Builder

public interface CommitResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    The time at which the commit occurred.
    com.google.protobuf.TimestampOrBuilder
    The time at which the commit occurred.
    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.
    boolean
    The time at which the commit occurred.

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

      boolean hasCommitTime()
       The time at which the commit occurred. Any read with an equal or greater
       `read_time` is guaranteed to see the effects of the commit.
       
      .google.protobuf.Timestamp commit_time = 2;
      Returns:
      Whether the commitTime field is set.
    • getCommitTime

      com.google.protobuf.Timestamp getCommitTime()
       The time at which the commit occurred. Any read with an equal or greater
       `read_time` is guaranteed to see the effects of the commit.
       
      .google.protobuf.Timestamp commit_time = 2;
      Returns:
      The commitTime.
    • getCommitTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getCommitTimeOrBuilder()
       The time at which the commit occurred. Any read with an equal or greater
       `read_time` is guaranteed to see the effects of the commit.
       
      .google.protobuf.Timestamp commit_time = 2;