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."],[[["The latest version of the `FetchReadTokenRequest` class is 1.4.0, part of the Cloud Build v2 API."],["`FetchReadTokenRequest` is a message class used to fetch SCM read tokens and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties such as `Repository` (a string representing the resource name of a repository) and `RepositoryAsRepositoryName` (a `RepositoryName`-typed view of the `Repository`)."],["The `FetchReadTokenRequest` class has a default constructor `FetchReadTokenRequest()` and a copy constructor `FetchReadTokenRequest(FetchReadTokenRequest other)`."],["The message class belongs to the `Google.Cloud.CloudBuild.V2` namespace, located in the `Google.Cloud.CloudBuild.V2.dll` assembly."]]],[]]