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-03-21 UTC."],[[["This page provides reference documentation for the `FetchReadTokenRequest` class within the Google Cloud Build v2 API, specifically version 1.0.0."],["`FetchReadTokenRequest` is a message used to request an SCM read token and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from the `object` class and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["The `FetchReadTokenRequest` class includes two constructors, one default and one that accepts another `FetchReadTokenRequest` object for copying."],["The `FetchReadTokenRequest` class contains properties for managing the repository, including a `Repository` property (string) and a `RepositoryAsRepositoryName` property (RepositoryName)."]]],[]]