public sealed class FetchReadWriteTokenRequest : IMessage<FetchReadWriteTokenRequest>, IEquatable<FetchReadWriteTokenRequest>, IDeepCloneable<FetchReadWriteTokenRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v2 API class FetchReadWriteTokenRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `FetchReadWriteTokenRequest` class within the Cloud Build v2 API, detailing its structure and usage."],["`FetchReadWriteTokenRequest` is a message used for retrieving a read/write token for Source Code Management (SCM) systems, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Repository`, a required string representing the resource name of the repository, and `RepositoryAsRepositoryName`, a strongly-typed view over the repository resource name."],["The `FetchReadWriteTokenRequest` class has been released in version 1.0.0 of the Cloud Build v2 API, and there are also available versions from 1.1.0 up to the latest 1.4.0."],["The `FetchReadWriteTokenRequest` class can be instantiated using a default constructor or by passing in an existing instance of itself in a constructor."]]],[]]