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."],[[["The `FetchGitRefsRequest` class is part of the Cloud Build v2 API, specifically within the `Google.Cloud.CloudBuild.V2` namespace, and is used for fetching git references."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["There are two constructors available for creating `FetchGitRefsRequest` instances: a default constructor and one that accepts another `FetchGitRefsRequest` object as a parameter."],["The `FetchGitRefsRequest` class includes properties like `RefType`, which specifies the type of refs to fetch, `Repository`, the resource name of the repository, and `RepositoryAsRepositoryName`, providing a typed view of the repository resource name."],["The latest version available in the documentation is version 1.4.0 and it also lists documentation for previous versions going back to 1.0.0."]]],[]]