Send feedback
Class DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder (1.33.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.33.0 keyboard_arrow_down
public static final class DataProfileResult . Profile . Field . ProfileInfo . TopNValue . Builder extends GeneratedMessageV3 . Builder<DataProfileResult . Profile . Field . ProfileInfo . TopNValue . Builder > implements DataProfileResult . Profile . Field . ProfileInfo . TopNValueOrBuilder
Top N non-null values in the scanned data.
Protobuf type
google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DataProfileResult . Profile . Field . ProfileInfo . TopNValue . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public DataProfileResult . Profile . Field . ProfileInfo . TopNValue build ()
buildPartial()
public DataProfileResult . Profile . Field . ProfileInfo . TopNValue buildPartial ()
clear()
public DataProfileResult . Profile . Field . ProfileInfo . TopNValue . Builder clear ()
Overrides
clearCount()
public DataProfileResult . Profile . Field . ProfileInfo . TopNValue . Builder clearCount ()
Count of the corresponding value in the scanned data.
int64 count = 2;
clearField(Descriptors.FieldDescriptor field)
public DataProfileResult . Profile . Field . ProfileInfo . TopNValue . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public DataProfileResult . Profile . Field . ProfileInfo . TopNValue . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearRatio()
public DataProfileResult . Profile . Field . ProfileInfo . TopNValue . Builder clearRatio ()
Ratio of the corresponding value in the field against the total
number of rows in the scanned data.
double ratio = 3;
clearValue()
public DataProfileResult . Profile . Field . ProfileInfo . TopNValue . Builder clearValue ()
String value of a top N non-null value.
string value = 1;
clone()
public DataProfileResult . Profile . Field . ProfileInfo . TopNValue . Builder clone ()
Overrides
getCount()
Count of the corresponding value in the scanned data.
int64 count = 2;
Returns Type Description long
The count.
getDefaultInstanceForType()
public DataProfileResult . Profile . Field . ProfileInfo . TopNValue getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getRatio()
Ratio of the corresponding value in the field against the total
number of rows in the scanned data.
double ratio = 3;
Returns Type Description double
The ratio.
getValue()
String value of a top N non-null value.
string value = 1;
Returns Type Description String
The value.
getValueBytes()
public ByteString getValueBytes ()
String value of a top N non-null value.
string value = 1;
Returns Type Description ByteString
The bytes for value.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(DataProfileResult.Profile.Field.ProfileInfo.TopNValue other)
public DataProfileResult . Profile . Field . ProfileInfo . TopNValue . Builder mergeFrom ( DataProfileResult . Profile . Field . ProfileInfo . TopNValue other )
public DataProfileResult . Profile . Field . ProfileInfo . TopNValue . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public DataProfileResult . Profile . Field . ProfileInfo . TopNValue . Builder mergeFrom ( Message other )
Parameter Name Description other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DataProfileResult . Profile . Field . ProfileInfo . TopNValue . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setCount(long value)
public DataProfileResult . Profile . Field . ProfileInfo . TopNValue . Builder setCount ( long value )
Count of the corresponding value in the scanned data.
int64 count = 2;
Parameter Name Description value
long
The count to set.
setField(Descriptors.FieldDescriptor field, Object value)
public DataProfileResult . Profile . Field . ProfileInfo . TopNValue . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRatio(double value)
public DataProfileResult . Profile . Field . ProfileInfo . TopNValue . Builder setRatio ( double value )
Ratio of the corresponding value in the field against the total
number of rows in the scanned data.
double ratio = 3;
Parameter Name Description value
double
The ratio to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DataProfileResult . Profile . Field . ProfileInfo . TopNValue . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final DataProfileResult . Profile . Field . ProfileInfo . TopNValue . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setValue(String value)
public DataProfileResult . Profile . Field . ProfileInfo . TopNValue . Builder setValue ( String value )
String value of a top N non-null value.
string value = 1;
Parameter Name Description value
String
The value to set.
setValueBytes(ByteString value)
public DataProfileResult . Profile . Field . ProfileInfo . TopNValue . Builder setValueBytes ( ByteString value )
String value of a top N non-null value.
string value = 1;
Parameter Name Description value
ByteString
The bytes for value to set.
Send feedback
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-01-27 UTC.
Need to tell us more?
[[["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-01-27 UTC."],[],[]]