public sealed class ParquetSchema : IMessage<PhysicalSchema.Types.ParquetSchema>, IEquatable<PhysicalSchema.Types.ParquetSchema>, IDeepCloneable<PhysicalSchema.Types.ParquetSchema>, 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-25 UTC."],[[["The latest version of the `ParquetSchema` class is 2.14.0, part of the `Google.Cloud.DataCatalog.V1` package."],["This class represents a data source encoded in the Parquet format, and it is sealed, preventing further inheritance."],["`ParquetSchema` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits members from the base `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `ParquetSchema` class can be constructed either with a default constructor `ParquetSchema()` or by copying an existing `PhysicalSchema.Types.ParquetSchema` object using the `ParquetSchema(PhysicalSchema.Types.ParquetSchema other)` constructor."]]],[]]