public sealed class DataprocMetricConfig : IMessage<DataprocMetricConfig>, IEquatable<DataprocMetricConfig>, IDeepCloneable<DataprocMetricConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class DataprocMetricConfig.
[[["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 provides documentation for the `DataprocMetricConfig` class within the Google Cloud Dataproc v1 API, specifically for .NET development."],["The latest version available is 5.17.0, and the page includes links to documentation for many previous versions, all the way back to 3.1.0."],["`DataprocMetricConfig` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations such as deep cloning and equality checks."],["The class has two constructors, a parameterless constructor and one that takes another `DataprocMetricConfig` object, allowing it to create copies of objects."],["The `Metrics` property, a `RepeatedField`, is a required property that specifies the metric sources that you want to enable."]]],[]]