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 webpage details the `GetDefaultBranchRequest` class, which is used to determine the current default branch in the Google Cloud Retail V2 service."],["The class is part of the `Google.Cloud.Retail.V2` namespace and is implemented in the `Google.Cloud.Retail.V2.dll` assembly, available in various versions ranging from 1.0.0 to 2.12.0, with 2.12.0 being the latest."],["`GetDefaultBranchRequest` inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that accepts another `GetDefaultBranchRequest` object as a parameter, and it also contains two properties: `Catalog` which is of type string, and `CatalogAsCatalogName` which is of type `CatalogName`."],["The `Catalog` property represents the parent catalog resource name in the format of `projects/*/locations/global/catalogs/default_catalog`."]]],[]]