public sealed class FetchGitRefsRequest : IMessage<FetchGitRefsRequest>, IEquatable<FetchGitRefsRequest>, IDeepCloneable<FetchGitRefsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v2 API class FetchGitRefsRequest.
[[["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 documentation covers the `FetchGitRefsRequest` class within the Google Cloud Build v2 API, version 1.2.0, providing details on how to fetch Git references."],["`FetchGitRefsRequest` is a class used to request the fetching of Git references, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `RefType` to specify the type of Git refs to fetch and `Repository` to define the target repository, both being essential for the fetching process."],["The `FetchGitRefsRequest` class has two constructors, one default and another that accepts an existing `FetchGitRefsRequest` instance as a parameter for creating a copy."],["There are several versions of this API available, with 1.4.0 being the latest."]]],[]]