public sealed class FetchReadWriteTokenResponse : IMessage<FetchReadWriteTokenResponse>, IEquatable<FetchReadWriteTokenResponse>, IDeepCloneable<FetchReadWriteTokenResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v2 API class FetchReadWriteTokenResponse.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eFetchReadWriteTokenResponse\u003c/code\u003e class within the Google Cloud Build v2 API, covering its structure and functionality.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFetchReadWriteTokenResponse\u003c/code\u003e class is designed to handle responses for fetching read/write tokens, and it implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers a constructor with no parameters and a constructor that accepts another \u003ccode\u003eFetchReadWriteTokenResponse\u003c/code\u003e object, and it inherits from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFetchReadWriteTokenResponse\u003c/code\u003e includes properties for \u003ccode\u003eExpirationTime\u003c/code\u003e, a \u003ccode\u003eTimestamp\u003c/code\u003e indicating when the token expires, and \u003ccode\u003eToken\u003c/code\u003e, which is a \u003ccode\u003estring\u003c/code\u003e representing the actual token content.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eFetchReadWriteTokenResponse\u003c/code\u003e is 1.4.0, and versions 1.3.0, 1.2.0, 1.1.0, and 1.0.0 are also available for reference.\u003c/p\u003e\n"]]],[],null,["# Cloud Build v2 API - Class FetchReadWriteTokenResponse (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.CloudBuild.V2/latest/Google.Cloud.CloudBuild.V2.FetchReadWriteTokenResponse)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.CloudBuild.V2/1.3.0/Google.Cloud.CloudBuild.V2.FetchReadWriteTokenResponse)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.CloudBuild.V2/1.2.0/Google.Cloud.CloudBuild.V2.FetchReadWriteTokenResponse)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.CloudBuild.V2/1.1.0/Google.Cloud.CloudBuild.V2.FetchReadWriteTokenResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.CloudBuild.V2/1.0.0/Google.Cloud.CloudBuild.V2.FetchReadWriteTokenResponse) \n\n public sealed class FetchReadWriteTokenResponse : IMessage\u003cFetchReadWriteTokenResponse\u003e, IEquatable\u003cFetchReadWriteTokenResponse\u003e, IDeepCloneable\u003cFetchReadWriteTokenResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Build v2 API class FetchReadWriteTokenResponse.\n\nMessage for responding to get read/write token. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e FetchReadWriteTokenResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[FetchReadWriteTokenResponse](/dotnet/docs/reference/Google.Cloud.CloudBuild.V2/latest/Google.Cloud.CloudBuild.V2.FetchReadWriteTokenResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[FetchReadWriteTokenResponse](/dotnet/docs/reference/Google.Cloud.CloudBuild.V2/latest/Google.Cloud.CloudBuild.V2.FetchReadWriteTokenResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[FetchReadWriteTokenResponse](/dotnet/docs/reference/Google.Cloud.CloudBuild.V2/latest/Google.Cloud.CloudBuild.V2.FetchReadWriteTokenResponse), [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.CloudBuild.V2](/dotnet/docs/reference/Google.Cloud.CloudBuild.V2/latest/Google.Cloud.CloudBuild.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.CloudBuild.V2.dll\n\nConstructors\n------------\n\n### FetchReadWriteTokenResponse()\n\n public FetchReadWriteTokenResponse()\n\n### FetchReadWriteTokenResponse(FetchReadWriteTokenResponse)\n\n public FetchReadWriteTokenResponse(FetchReadWriteTokenResponse other)\n\nProperties\n----------\n\n### ExpirationTime\n\n public Timestamp ExpirationTime { get; set; }\n\nExpiration timestamp. Can be empty if unknown or non-expiring.\n\n### Token\n\n public string Token { get; set; }\n\nThe token content."]]