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-04-17 UTC."],[[["The `GetDefaultBranchRequest` class is used to request information about the default branch in the Google Cloud Retail API."],["Version 2.12.0 is the latest version available, and versions from 1.0.0 to 2.12.0 are all listed."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties like `Catalog` (string) and `CatalogAsCatalogName` (`CatalogName` type) for specifying the parent catalog resource."],["There are 2 constructors provided for the `GetDefaultBranchRequest` class, one being parameter-less, and the other taking in a `GetDefaultBranchRequest` object as a parameter."]]],[]]