public final class WriteResult extends GeneratedMessageV3 implements WriteResultOrBuilder
The result of applying a write.
Protobuf type google.firestore.v1.WriteResult
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
public static final int TRANSFORM_RESULTS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static WriteResult getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static WriteResult.Builder newBuilder()
newBuilder(WriteResult prototype)
public static WriteResult.Builder newBuilder(WriteResult prototype)
public static WriteResult parseDelimitedFrom(InputStream input)
public static WriteResult parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static WriteResult parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static WriteResult parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static WriteResult parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static WriteResult parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static WriteResult parseFrom(CodedInputStream input)
public static WriteResult parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static WriteResult parseFrom(InputStream input)
public static WriteResult parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static WriteResult parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static WriteResult parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<WriteResult> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public WriteResult getDefaultInstanceForType()
getParserForType()
public Parser<WriteResult> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
public Value getTransformResults(int index)
The results of applying each
DocumentTransform.FieldTransform,
in the same order.
repeated .google.firestore.v1.Value transform_results = 2;
Parameter |
---|
Name | Description |
index | int
|
Returns |
---|
Type | Description |
Value | |
public int getTransformResultsCount()
The results of applying each
DocumentTransform.FieldTransform,
in the same order.
repeated .google.firestore.v1.Value transform_results = 2;
Returns |
---|
Type | Description |
int | |
public List<Value> getTransformResultsList()
The results of applying each
DocumentTransform.FieldTransform,
in the same order.
repeated .google.firestore.v1.Value transform_results = 2;
public ValueOrBuilder getTransformResultsOrBuilder(int index)
The results of applying each
DocumentTransform.FieldTransform,
in the same order.
repeated .google.firestore.v1.Value transform_results = 2;
Parameter |
---|
Name | Description |
index | int
|
public List<? extends ValueOrBuilder> getTransformResultsOrBuilderList()
The results of applying each
DocumentTransform.FieldTransform,
in the same order.
repeated .google.firestore.v1.Value transform_results = 2;
Returns |
---|
Type | Description |
List<? extends com.google.firestore.v1.ValueOrBuilder> | |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Overrides
getUpdateTime()
public 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 |
---|
Type | Description |
Timestamp | The updateTime.
|
getUpdateTimeOrBuilder()
public 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;
hasUpdateTime()
public 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 |
---|
Type | Description |
boolean | Whether the updateTime field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public WriteResult.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected WriteResult.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public WriteResult.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides