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 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 listed."],["The `GetDefaultBranchRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating interactions within the Google Cloud environment."],["The class includes properties such as `Catalog` (a string) and `CatalogAsCatalogName` (of type `CatalogName`) for defining the parent catalog."],["The `GetDefaultBranchRequest` class can be constructed either with no parameters or by passing in another `GetDefaultBranchRequest` object."]]],[]]