public sealed class GetDefaultBranchResponse : IMessage<GetDefaultBranchResponse>, IEquatable<GetDefaultBranchResponse>, IDeepCloneable<GetDefaultBranchResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class GetDefaultBranchResponse.
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 available for the Retail v2 API's `GetDefaultBranchResponse` is 2.12.0, and a range of previous versions are documented, including version 2.7.0 which the current page specifically focuses on."],["The `GetDefaultBranchResponse` class is part of the Google.Cloud.Retail.V2 namespace within the Google.Cloud.Retail.V2.dll assembly and provides a response message for the CatalogService.GetDefaultBranch method."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling API responses."],["The key properties of `GetDefaultBranchResponse` include `Branch`, `BranchAsBranchName`, `Note`, and `SetTime`, which contain information about the default branch, its name representation, a relevant note, and the time it was set."],["The class provides the constructors `GetDefaultBranchResponse()` and `GetDefaultBranchResponse(GetDefaultBranchResponse)` to allow for a default empty object, or a copy of another object."]]],[]]