[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eWriteResponse\u003c/code\u003e class is part of the Firestore v1 API, specifically within the \u003ccode\u003eGoogle.Cloud.Firestore.V1\u003c/code\u003e namespace, and it represents the response for a Firestore write operation.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing capabilities for message handling, equality comparison, deep cloning, and buffer manipulation.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eWriteResponse\u003c/code\u003e contains properties like \u003ccode\u003eCommitTime\u003c/code\u003e, \u003ccode\u003eStreamId\u003c/code\u003e, \u003ccode\u003eStreamToken\u003c/code\u003e, and \u003ccode\u003eWriteResults\u003c/code\u003e that give details about the commit time, stream information, and the results of applying the write operations.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation provides version history for \u003ccode\u003eWriteResponse\u003c/code\u003e, listing available versions from 2.3.0 up to the latest version which is 3.10.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eWriteResponse\u003c/code\u003e class contains two constructors: a default constructor and a copy constructor, allowing a new instance to be created either without any initial values, or based on the values of another existing \u003ccode\u003eWriteResponse\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,["# Firestore v1 API - Class WriteResponse (3.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.10.0 (latest)](/dotnet/docs/reference/Google.Cloud.Firestore.V1/latest/Google.Cloud.Firestore.V1.WriteResponse)\n- [3.9.0](/dotnet/docs/reference/Google.Cloud.Firestore.V1/3.9.0/Google.Cloud.Firestore.V1.WriteResponse)\n- [3.8.0](/dotnet/docs/reference/Google.Cloud.Firestore.V1/3.8.0/Google.Cloud.Firestore.V1.WriteResponse)\n- [3.7.0](/dotnet/docs/reference/Google.Cloud.Firestore.V1/3.7.0/Google.Cloud.Firestore.V1.WriteResponse)\n- [3.6.0](/dotnet/docs/reference/Google.Cloud.Firestore.V1/3.6.0/Google.Cloud.Firestore.V1.WriteResponse)\n- [3.5.1](/dotnet/docs/reference/Google.Cloud.Firestore.V1/3.5.1/Google.Cloud.Firestore.V1.WriteResponse)\n- [3.4.0](/dotnet/docs/reference/Google.Cloud.Firestore.V1/3.4.0/Google.Cloud.Firestore.V1.WriteResponse)\n- [3.3.0](/dotnet/docs/reference/Google.Cloud.Firestore.V1/3.3.0/Google.Cloud.Firestore.V1.WriteResponse)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.Firestore.V1/3.2.0/Google.Cloud.Firestore.V1.WriteResponse)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.Firestore.V1/3.1.0/Google.Cloud.Firestore.V1.WriteResponse)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.Firestore.V1/3.0.0/Google.Cloud.Firestore.V1.WriteResponse)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.Firestore.V1/2.5.0/Google.Cloud.Firestore.V1.WriteResponse)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Firestore.V1/2.4.0/Google.Cloud.Firestore.V1.WriteResponse)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Firestore.V1/2.3.0/Google.Cloud.Firestore.V1.WriteResponse) \n\n public sealed class WriteResponse : IMessage\u003cWriteResponse\u003e, IEquatable\u003cWriteResponse\u003e, IDeepCloneable\u003cWriteResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Firestore v1 API class WriteResponse.\n\nThe response for \\[Firestore.Write\\]\\[google.firestore.v1.Firestore.Write\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e WriteResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[WriteResponse](/dotnet/docs/reference/Google.Cloud.Firestore.V1/latest/Google.Cloud.Firestore.V1.WriteResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[WriteResponse](/dotnet/docs/reference/Google.Cloud.Firestore.V1/latest/Google.Cloud.Firestore.V1.WriteResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[WriteResponse](/dotnet/docs/reference/Google.Cloud.Firestore.V1/latest/Google.Cloud.Firestore.V1.WriteResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Firestore.V1](/dotnet/docs/reference/Google.Cloud.Firestore.V1/latest/Google.Cloud.Firestore.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Firestore.V1.dll\n\nConstructors\n------------\n\n### WriteResponse()\n\n public WriteResponse()\n\n### WriteResponse(WriteResponse)\n\n public WriteResponse(WriteResponse other)\n\nProperties\n----------\n\n### CommitTime\n\n public Timestamp CommitTime { get; set; }\n\nThe time at which the commit occurred. Any read with an equal or greater\n`read_time` is guaranteed to see the effects of the write.\n\n### StreamId\n\n public string StreamId { get; set; }\n\nThe ID of the stream.\nOnly set on the first message, when a new stream was created.\n\n### StreamToken\n\n public ByteString StreamToken { get; set; }\n\nA token that represents the position of this response in the stream.\nThis can be used by a client to resume the stream at this point.\n\nThis field is always set.\n\n### WriteResults\n\n public RepeatedField\u003cWriteResult\u003e WriteResults { get; }\n\nThe result of applying the writes.\n\nThis i-th write result corresponds to the i-th write in the\nrequest."]]