Google Cloud Dataplex V1 Client - Class TopNValue (0.2.3)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class TopNValue.

The TopNValue defines the structure of output of top N values of a field.

Generated from protobuf message google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ value string

The value is the string value of the actual value from the field.

↳ count int|string

The frequency count of the corresponding value in the field.

getValue

The value is the string value of the actual value from the field.

Returns
Type Description
string

setValue

The value is the string value of the actual value from the field.

Parameter
Name Description
var string
Returns
Type Description
$this

getCount

The frequency count of the corresponding value in the field.

Returns
Type Description
int|string

setCount

The frequency count of the corresponding value in the field.

Parameter
Name Description
var int|string
Returns
Type Description
$this

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.