Uses of Class
com.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue
-
Packages that use DataProfileResult.Profile.Field.ProfileInfo.TopNValue Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of DataProfileResult.Profile.Field.ProfileInfo.TopNValue in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return DataProfileResult.Profile.Field.ProfileInfo.TopNValue Modifier and Type Method Description DataProfileResult.Profile.Field.ProfileInfo.TopNValue
DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder. build()
DataProfileResult.Profile.Field.ProfileInfo.TopNValue
DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder. buildPartial()
static DataProfileResult.Profile.Field.ProfileInfo.TopNValue
DataProfileResult.Profile.Field.ProfileInfo.TopNValue. getDefaultInstance()
DataProfileResult.Profile.Field.ProfileInfo.TopNValue
DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder. getDefaultInstanceForType()
DataProfileResult.Profile.Field.ProfileInfo.TopNValue
DataProfileResult.Profile.Field.ProfileInfo.TopNValue. getDefaultInstanceForType()
DataProfileResult.Profile.Field.ProfileInfo.TopNValue
DataProfileResult.Profile.Field.ProfileInfo.Builder. getTopNValues(int index)
The list of top N non-null values, frequency and ratio with which they occur in the scanned data.DataProfileResult.Profile.Field.ProfileInfo.TopNValue
DataProfileResult.Profile.Field.ProfileInfo. getTopNValues(int index)
The list of top N non-null values, frequency and ratio with which they occur in the scanned data.DataProfileResult.Profile.Field.ProfileInfo.TopNValue
DataProfileResult.Profile.Field.ProfileInfoOrBuilder. getTopNValues(int index)
The list of top N non-null values, frequency and ratio with which they occur in the scanned data.static DataProfileResult.Profile.Field.ProfileInfo.TopNValue
DataProfileResult.Profile.Field.ProfileInfo.TopNValue. parseDelimitedFrom(InputStream input)
static DataProfileResult.Profile.Field.ProfileInfo.TopNValue
DataProfileResult.Profile.Field.ProfileInfo.TopNValue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataProfileResult.Profile.Field.ProfileInfo.TopNValue
DataProfileResult.Profile.Field.ProfileInfo.TopNValue. parseFrom(byte[] data)
static DataProfileResult.Profile.Field.ProfileInfo.TopNValue
DataProfileResult.Profile.Field.ProfileInfo.TopNValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataProfileResult.Profile.Field.ProfileInfo.TopNValue
DataProfileResult.Profile.Field.ProfileInfo.TopNValue. parseFrom(com.google.protobuf.ByteString data)
static DataProfileResult.Profile.Field.ProfileInfo.TopNValue
DataProfileResult.Profile.Field.ProfileInfo.TopNValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataProfileResult.Profile.Field.ProfileInfo.TopNValue
DataProfileResult.Profile.Field.ProfileInfo.TopNValue. parseFrom(com.google.protobuf.CodedInputStream input)
static DataProfileResult.Profile.Field.ProfileInfo.TopNValue
DataProfileResult.Profile.Field.ProfileInfo.TopNValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataProfileResult.Profile.Field.ProfileInfo.TopNValue
DataProfileResult.Profile.Field.ProfileInfo.TopNValue. parseFrom(InputStream input)
static DataProfileResult.Profile.Field.ProfileInfo.TopNValue
DataProfileResult.Profile.Field.ProfileInfo.TopNValue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataProfileResult.Profile.Field.ProfileInfo.TopNValue
DataProfileResult.Profile.Field.ProfileInfo.TopNValue. parseFrom(ByteBuffer data)
static DataProfileResult.Profile.Field.ProfileInfo.TopNValue
DataProfileResult.Profile.Field.ProfileInfo.TopNValue. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataplex.v1 that return types with arguments of type DataProfileResult.Profile.Field.ProfileInfo.TopNValue Modifier and Type Method Description com.google.protobuf.Parser<DataProfileResult.Profile.Field.ProfileInfo.TopNValue>
DataProfileResult.Profile.Field.ProfileInfo.TopNValue. getParserForType()
List<DataProfileResult.Profile.Field.ProfileInfo.TopNValue>
DataProfileResult.Profile.Field.ProfileInfo.Builder. getTopNValuesList()
The list of top N non-null values, frequency and ratio with which they occur in the scanned data.List<DataProfileResult.Profile.Field.ProfileInfo.TopNValue>
DataProfileResult.Profile.Field.ProfileInfo. getTopNValuesList()
The list of top N non-null values, frequency and ratio with which they occur in the scanned data.List<DataProfileResult.Profile.Field.ProfileInfo.TopNValue>
DataProfileResult.Profile.Field.ProfileInfoOrBuilder. getTopNValuesList()
The list of top N non-null values, frequency and ratio with which they occur in the scanned data.static com.google.protobuf.Parser<DataProfileResult.Profile.Field.ProfileInfo.TopNValue>
DataProfileResult.Profile.Field.ProfileInfo.TopNValue. parser()
Methods in com.google.cloud.dataplex.v1 with parameters of type DataProfileResult.Profile.Field.ProfileInfo.TopNValue Modifier and Type Method Description DataProfileResult.Profile.Field.ProfileInfo.Builder
DataProfileResult.Profile.Field.ProfileInfo.Builder. addTopNValues(int index, DataProfileResult.Profile.Field.ProfileInfo.TopNValue value)
The list of top N non-null values, frequency and ratio with which they occur in the scanned data.DataProfileResult.Profile.Field.ProfileInfo.Builder
DataProfileResult.Profile.Field.ProfileInfo.Builder. addTopNValues(DataProfileResult.Profile.Field.ProfileInfo.TopNValue value)
The list of top N non-null values, frequency and ratio with which they occur in the scanned data.DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder
DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder. mergeFrom(DataProfileResult.Profile.Field.ProfileInfo.TopNValue other)
static DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder
DataProfileResult.Profile.Field.ProfileInfo.TopNValue. newBuilder(DataProfileResult.Profile.Field.ProfileInfo.TopNValue prototype)
DataProfileResult.Profile.Field.ProfileInfo.Builder
DataProfileResult.Profile.Field.ProfileInfo.Builder. setTopNValues(int index, DataProfileResult.Profile.Field.ProfileInfo.TopNValue value)
The list of top N non-null values, frequency and ratio with which they occur in the scanned data.Method parameters in com.google.cloud.dataplex.v1 with type arguments of type DataProfileResult.Profile.Field.ProfileInfo.TopNValue Modifier and Type Method Description DataProfileResult.Profile.Field.ProfileInfo.Builder
DataProfileResult.Profile.Field.ProfileInfo.Builder. addAllTopNValues(Iterable<? extends DataProfileResult.Profile.Field.ProfileInfo.TopNValue> values)
The list of top N non-null values, frequency and ratio with which they occur in the scanned data.
-