public sealed class GetDefaultBranchRequest : IMessage<GetDefaultBranchRequest>, IEquatable<GetDefaultBranchRequest>, IDeepCloneable<GetDefaultBranchRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class GetDefaultBranchRequest.
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 page provides reference documentation for the `GetDefaultBranchRequest` class within the Google Cloud Retail v2 API, specifically within the .NET environment."],["This class is used to request information about the current default branch and is part of the `Google.Cloud.Retail.V2` namespace, documented across multiple versions, ranging from 1.0.0 to the latest version of 2.12.0."],["The `GetDefaultBranchRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and integration capabilities within the .NET framework."],["Key properties of `GetDefaultBranchRequest` include `Catalog` (a string representing the parent catalog resource name) and `CatalogAsCatalogName`, providing a typed view of the catalog name resource."],["There are two constructors available, a default one, and one that will take a `GetDefaultBranchRequest` object, likely to copy the properties over."]]],[]]