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 is for the `FetchGitRefsRequest` class within the Google Cloud Build v2 API, specifically version 1.3.0."],["The `FetchGitRefsRequest` class is used to request the fetching of Git references and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains two constructors, `FetchGitRefsRequest()` and `FetchGitRefsRequest(FetchGitRefsRequest other)`, and has properties for `RefType`, `Repository`, and `RepositoryAsRepositoryName`."],["The `Repository` property specifies the required resource name of the repository, while `RefType` indicates the type of references that are meant to be fetched."],["The latest version of `FetchGitRefsRequest` is 1.4.0, and the previous versions going back to 1.0.0 can be found linked within the document."]]],[]]