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, specifically within the `Google.Cloud.CloudBuild.V2` namespace."],["This class is used as a response message when retrieving a read token, as indicated by its name and description."],["`FetchReadTokenResponse` has two main properties: `ExpirationTime`, which is a timestamp for when the token expires, and `Token`, which represents the actual token string."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are related to message handling and object comparison."],["The document also shows that the class can have multiple versions, from 1.0.0 up to 1.4.0 (latest), each with its own documentation."]]],[]]