Interface WriteResultOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
    int
    The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
    The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
    The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
    List<? extends ValueOrBuilder>
    The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
    com.google.protobuf.Timestamp
    The last update time of the document after applying the write.
    com.google.protobuf.TimestampOrBuilder
    The last update time of the document after applying the write.
    boolean
    The last update time of the document after applying the write.

    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

    • hasUpdateTime

      boolean hasUpdateTime()
       The last update time of the document after applying the write. Not set
       after a `delete`.
      
       If the write did not actually change the document, this will be the
       previous update_time.
       
      .google.protobuf.Timestamp update_time = 1;
      Returns:
      Whether the updateTime field is set.
    • getUpdateTime

      com.google.protobuf.Timestamp getUpdateTime()
       The last update time of the document after applying the write. Not set
       after a `delete`.
      
       If the write did not actually change the document, this will be the
       previous update_time.
       
      .google.protobuf.Timestamp update_time = 1;
      Returns:
      The updateTime.
    • getUpdateTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
       The last update time of the document after applying the write. Not set
       after a `delete`.
      
       If the write did not actually change the document, this will be the
       previous update_time.
       
      .google.protobuf.Timestamp update_time = 1;
    • getTransformResultsList

      List<Value> getTransformResultsList()
       The results of applying each
       [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
       in the same order.
       
      repeated .google.firestore.v1.Value transform_results = 2;
    • getTransformResults

      Value getTransformResults(int index)
       The results of applying each
       [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
       in the same order.
       
      repeated .google.firestore.v1.Value transform_results = 2;
    • getTransformResultsCount

      int getTransformResultsCount()
       The results of applying each
       [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
       in the same order.
       
      repeated .google.firestore.v1.Value transform_results = 2;
    • getTransformResultsOrBuilderList

      List<? extends ValueOrBuilder> getTransformResultsOrBuilderList()
       The results of applying each
       [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
       in the same order.
       
      repeated .google.firestore.v1.Value transform_results = 2;
    • getTransformResultsOrBuilder

      ValueOrBuilder getTransformResultsOrBuilder(int index)
       The results of applying each
       [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform],
       in the same order.
       
      repeated .google.firestore.v1.Value transform_results = 2;