public interface WriteResultOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Value |
getTransformResults(int index)
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1beta1.DocumentTransform.FieldTransform], in the
same order.
|
int |
getTransformResultsCount()
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1beta1.DocumentTransform.FieldTransform], in the
same order.
|
java.util.List<Value> |
getTransformResultsList()
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1beta1.DocumentTransform.FieldTransform], in the
same order.
|
ValueOrBuilder |
getTransformResultsOrBuilder(int index)
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1beta1.DocumentTransform.FieldTransform], in the
same order.
|
java.util.List<? extends ValueOrBuilder> |
getTransformResultsOrBuilderList()
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1beta1.DocumentTransform.FieldTransform], in the
same order.
|
Timestamp |
getUpdateTime()
The last update time of the document after applying the write.
|
TimestampOrBuilder |
getUpdateTimeOrBuilder()
The last update time of the document after applying the write.
|
boolean |
hasUpdateTime()
The last update time of the document after applying the write.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
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;
java.util.List<Value> getTransformResultsList()
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1beta1.DocumentTransform.FieldTransform], in the same order.
repeated .google.firestore.v1beta1.Value transform_results = 2;
Value getTransformResults(int index)
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1beta1.DocumentTransform.FieldTransform], in the same order.
repeated .google.firestore.v1beta1.Value transform_results = 2;
int getTransformResultsCount()
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1beta1.DocumentTransform.FieldTransform], in the same order.
repeated .google.firestore.v1beta1.Value transform_results = 2;
java.util.List<? extends ValueOrBuilder> getTransformResultsOrBuilderList()
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1beta1.DocumentTransform.FieldTransform], in the same order.
repeated .google.firestore.v1beta1.Value transform_results = 2;
ValueOrBuilder getTransformResultsOrBuilder(int index)
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1beta1.DocumentTransform.FieldTransform], in the same order.
repeated .google.firestore.v1beta1.Value transform_results = 2;