public sealed class GetDefaultBranchResponse : IMessage<GetDefaultBranchResponse>, IEquatable<GetDefaultBranchResponse>, IDeepCloneable<GetDefaultBranchResponse>, IBufferMessage, IMessage
Response message of
[CatalogService.GetDefaultBranch][google.cloud.retail.v2.CatalogService.GetDefaultBranch].
[[["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 `GetDefaultBranchResponse` class within the `Google.Cloud.Retail.V2` namespace, which is a response message for retrieving the default branch in the Retail API."],["The class is part of the `Google.Cloud.Retail.V2.dll` assembly and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `GetDefaultBranchResponse` include `Branch` (full resource name of the default branch), `BranchAsBranchName` (a typed view of the `Branch`), `Note` (a note set when the branch became default), and `SetTime` (timestamp when the branch became default)."],["The webpage also lists different versions of this class, from version 1.0.0 to the latest version 2.12.0, detailing various versions of `GetDefaultBranchResponse` available in the documentation."],["The class offers two constructors: a default constructor and one that takes another `GetDefaultBranchResponse` object for copying, and it inherits a few methods from `Object` such as `GetHashCode()`, `GetType()`, `MemberwiseClone()` and `ToString()`."]]],[]]