public sealed class FetchReadTokenRequest : IMessage<FetchReadTokenRequest>, IEquatable<FetchReadTokenRequest>, IDeepCloneable<FetchReadTokenRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v2 API class FetchReadTokenRequest.
[[["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-06-12 UTC."],[[["This document provides reference information for the `FetchReadTokenRequest` class within the Google Cloud Build v2 API, specifically version 1.3.0, and the most recent version, 1.4.0."],["`FetchReadTokenRequest` is a message type used to request an SCM read token and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `FetchReadTokenRequest` class inherits from `object` and includes properties like `Repository` (a string) and `RepositoryAsRepositoryName` (a `RepositoryName` type) that are used to define the target repository."],["There are multiple versions of this document available, ranging from version 1.0.0 up to the most recent version of 1.4.0."],["The document outlines the constructors for `FetchReadTokenRequest`, including a default constructor and one that accepts another `FetchReadTokenRequest` instance as a parameter."]]],[]]