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."],[[["The latest version of the `GetDefaultBranchResponse` is 2.12.0, but there are multiple older versions available ranging from 2.11.0 down to 1.0.0."],["`GetDefaultBranchResponse` is a response message for the `CatalogService.GetDefaultBranch` function, used in the Google Cloud Retail V2 API."],["This class inherits from `Object` and implements `IMessage\u003cGetDefaultBranchResponse\u003e`, `IEquatable\u003cGetDefaultBranchResponse\u003e`, `IDeepCloneable\u003cGetDefaultBranchResponse\u003e`, `IBufferMessage`, and `IMessage` interfaces."],["The class includes properties such as `Branch` (string), `BranchAsBranchName` (BranchName), `Note` (string), and `SetTime` (Timestamp), which provide information about the default branch."],["The `GetDefaultBranchResponse` class contains two constructors, a default constructor and a copy constructor, enabling initialization and copying of the object."]]],[]]