public sealed class DataProfileSpec.Types.SelectedFields : IMessage<DataProfileSpec.Types.SelectedFields>, IEquatable<DataProfileSpec.Types.SelectedFields>, IDeepCloneable<DataProfileSpec.Types.SelectedFields>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataProfileSpec.Types.SelectedFields.
The specification for fields to include or exclude in data profile scan.
Optional. Expected input is a list of fully qualified names of fields as
in the schema.
Only top-level field names for nested fields are supported.
For instance, if 'x' is of nested field type, listing 'x' is supported
but 'x.y.z' is not supported. Here 'y' and 'y.z' are nested fields of
'x'.
[[["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 document provides reference documentation for the `DataProfileSpec.Types.SelectedFields` class within the Google Cloud Dataplex v1 API, detailing its functionality for specifying fields in data profile scans."],["The latest version of the `DataProfileSpec.Types.SelectedFields` class is 3.6.0, and there are multiple prior versions available, ranging back to 1.0.0, allowing developers to access different releases."],["`DataProfileSpec.Types.SelectedFields` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and it inherits from the `object` class."],["The `FieldNames` property, which is of type `RepeatedField\u003cstring\u003e`, allows you to define a list of fully qualified field names to be included in the data profile scan, however, it only supports top-level fields and does not permit nested fields."],["The class offers a default constructor `SelectedFields()` and an overload that takes another `SelectedFields` as a parameter, for use in cloning."]]],[]]