public sealed class FetchReadTokenResponse : IMessage<FetchReadTokenResponse>, IEquatable<FetchReadTokenResponse>, IDeepCloneable<FetchReadTokenResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v2 API class FetchReadTokenResponse.
[[["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-03-21 UTC."],[[["The `FetchReadTokenResponse` class is part of the Cloud Build v2 API and is used to respond to requests for a read token."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `FetchReadTokenResponse` class has two constructors: a default constructor and one that accepts another `FetchReadTokenResponse` object as a parameter."],["The `FetchReadTokenResponse` class contains two properties, `ExpirationTime`, which is a Timestamp indicating when the token expires, and `Token`, which is a string containing the token content."],["The documentation includes details for version 1.3.0 of the class, along with links to documentation for versions 1.0.0 through 1.4.0."]]],[]]