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 current default branch."],["The `GetDefaultBranchRequest` class, found in the `Google.Cloud.Retail.V2.dll` assembly, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of `GetDefaultBranchRequest` is 2.12.0, and the page provides access to versions dating back to version 1.0.0."],["The class includes properties such as `Catalog`, a string representing the parent catalog resource name, and `CatalogAsCatalogName`, a `CatalogName`-typed view of the `Catalog` property."],["It has two constructors, one default constructor named `GetDefaultBranchRequest()`, and another for creating a new request named `GetDefaultBranchRequest(GetDefaultBranchRequest other)`."]]],[]]