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 `FetchGitRefsResponse` class in the Cloud Build v2 API is 1.4.0, and prior versions are available, including 1.3.0, 1.2.0, 1.1.0, and 1.0.0."],["The `FetchGitRefsResponse` class is a response type used for retrieving Git references within the Cloud Build v2 API and it implements various interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["It inherits from the `object` class and is located within the `Google.Cloud.CloudBuild.V2` namespace and contained in the `Google.Cloud.CloudBuild.V2.dll` assembly."],["`FetchGitRefsResponse` class has two constructors, one default and one that clones another `FetchGitRefsResponse` object."],["It exposes a `RefNames` property of type `RepeatedField\u003cstring\u003e`, representing the names of the fetched Git references."]]],[]]