public sealed class BusinessContext : IMessage<BusinessContext>, IEquatable<BusinessContext>, IDeepCloneable<BusinessContext>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class BusinessContext.
[[["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 Data Catalog v1 API's BusinessContext class is 2.14.0, with multiple prior versions accessible, including the current 2.9.0 version discussed here."],["The BusinessContext class, part of the Google.Cloud.DataCatalog.V1 namespace, represents the business context of a data catalog entry."],["BusinessContext implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and inherits members from the object class."],["This class includes two constructors, BusinessContext() and BusinessContext(BusinessContext), allowing for default initialization and creating a copy of another BusinessContext object."],["The BusinessContext class exposes properties Contacts and EntryOverview, which provide details about contact information and entry descriptions, respectively."]]],[]]