public sealed class ProtobufSchema : IMessage<PhysicalSchema.Types.ProtobufSchema>, IEquatable<PhysicalSchema.Types.ProtobufSchema>, IDeepCloneable<PhysicalSchema.Types.ProtobufSchema>, IBufferMessage, IMessage
[[["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 `ProtobufSchema` class, which is part of the Google Cloud Data Catalog V1 library for .NET, and describes a schema in protocol buffer format."],["The latest version of `ProtobufSchema` documented is 2.14.0, with versions ranging down to 1.2.0 also available."],["The `ProtobufSchema` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which offers features for comparing, cloning and processing messages."],["The class includes two constructors, one default and one that accepts another `ProtobufSchema` object, and also has a `Text` property that holds the protocol buffer source of the schema."],["This class is contained within the `Google.Cloud.DataCatalog.V1` namespace and is part of the `Google.Cloud.DataCatalog.V1.dll` assembly."]]],[]]