public sealed class CategoricalStatsResult : IMessage<AnalyzeDataSourceRiskDetails.Types.CategoricalStatsResult>, IEquatable<AnalyzeDataSourceRiskDetails.Types.CategoricalStatsResult>, IDeepCloneable<AnalyzeDataSourceRiskDetails.Types.CategoricalStatsResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class AnalyzeDataSourceRiskDetails.Types.CategoricalStatsResult.
[[["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-24 UTC."],[[["This document provides reference documentation for the `CategoricalStatsResult` class within the Google Cloud Data Loss Prevention v2 API, specifically for version 4.3.0 and other versions as well."],["`CategoricalStatsResult` is a class used to represent the result of categorical stats computations, part of the `AnalyzeDataSourceRiskDetails.Types` namespace."],["The document outlines the class's inheritance, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with its inherited members from the base Object class."],["It details the constructors for `CategoricalStatsResult`, including a parameter for taking another `CategoricalStatsResult` instance."],["The `ValueFrequencyHistogramBuckets` property of the class, which provides a histogram of value frequencies in a column, is a `RepeatedField` of `CategoricalStatsHistogramBucket`."]]],[]]