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."],[[["The `FetchGitRefsRequest` class is used to request fetching Git references from a repository within the Cloud Build v2 API."],["This class is part of the `Google.Cloud.CloudBuild.V2` namespace and is available in the `Google.Cloud.CloudBuild.V2.dll` assembly, and is at version 1.0.0."],["The `FetchGitRefsRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `FetchGitRefsRequest` object can be constructed with a parameterless constructor or by providing another `FetchGitRefsRequest` object as a template, allowing for customization through properties like `RefType` and `Repository`."],["The class contains the `Repository` property, which is a string in the format `projects/*/locations/*/connections/*/repositories/*`, that can be viewed as a `RepositoryName` object via the property `RepositoryAsRepositoryName`."]]],[]]