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."],[[["The latest version of the `GetDefaultBranchRequest` is 2.12.0, while version 1.0.0 is the oldest listed."],["`GetDefaultBranchRequest` is used to identify the current default branch, and it inherits from Object and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetDefaultBranchRequest` class includes properties for managing the catalog, specifically `Catalog` which is a string, and `CatalogAsCatalogName`, which provides a typed view of the catalog resource name."],["There are two constructors available for `GetDefaultBranchRequest`, a default one and one which accepts another `GetDefaultBranchRequest` object."],["The namespace for the `GetDefaultBranchRequest` class is `Google.Cloud.Retail.V2` within the `Google.Cloud.Retail.V2.dll` assembly."]]],[]]