public sealed class FetchGitRefsResponse : IMessage<FetchGitRefsResponse>, IEquatable<FetchGitRefsResponse>, IDeepCloneable<FetchGitRefsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v2 API class FetchGitRefsResponse.
[[["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 latest version of the Cloud Build v2 API is 1.4.0, with versions down to 1.0.0 available for reference."],["`FetchGitRefsResponse` is a class within the `Google.Cloud.CloudBuild.V2` namespace, found in the `Google.Cloud.CloudBuild.V2.dll` assembly, which serves as a response for fetching git references."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to provide functionality such as message handling, equality comparison, deep cloning, and buffered message operations."],["`FetchGitRefsResponse` has a property named `RefNames` of type `RepeatedField\u003cstring\u003e` that holds the list of fetched ref names."],["The class has two constructors: a default constructor and a copy constructor that takes another `FetchGitRefsResponse` instance as a parameter."]]],[]]