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 used as the response message for `CatalogService.GetDefaultBranch`."],["The `GetDefaultBranchResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from `Object`."],["The class has two constructors, one default and another which takes another `GetDefaultBranchResponse` object."],["The `GetDefaultBranchResponse` class contains properties such as `Branch`, `BranchAsBranchName`, `Note`, and `SetTime`, providing information about the default branch, the branch's name, associated notes, and the time it was set as default, respectively."],["The latest version of the API is 2.12.0 and it has versions going as low as version 1.0.0."]]],[]]