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"]],[["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 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."]]],[]]