public sealed class GetDefaultBranchRequest : IMessage<GetDefaultBranchRequest>, IEquatable<GetDefaultBranchRequest>, IDeepCloneable<GetDefaultBranchRequest>, IBufferMessage, IMessage
Request message to show which branch is currently the default branch.
[[["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 page details the `GetDefaultBranchRequest` class within the `Google.Cloud.Retail.V2` namespace, used to determine the default branch."],["The latest version of the `GetDefaultBranchRequest` class is 2.12.0, with previous versions from 2.11.0 back to 1.0.0 also being documented."],["The `GetDefaultBranchRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetDefaultBranchRequest` class has two constructors: a parameterless constructor and one that takes another `GetDefaultBranchRequest` instance."],["The request includes the `Catalog` property, which specifies the parent catalog resource, and `CatalogAsCatalogName`, which provides a typed view over the catalog resource name."]]],[]]