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.events.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DataProfileResult.Profile.Field.ProfileInfo.TopNValue.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
build()
public DataProfileResult.Profile.Field.ProfileInfo.TopNValue build()
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue |
buildPartial()
public DataProfileResult.Profile.Field.ProfileInfo.TopNValue buildPartial()
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue |
clear()
public DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder clear()
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
clearCount()
public DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder clearCount()
Count of the corresponding value in the scanned data.
int64 count = 2;
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
clearValue()
public DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder clearValue()
String value of a top N non-null value.
string value = 1;
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
This builder for chaining. |
clone()
public DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder clone()
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
getCount()
public long 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()
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getValue()
public String 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()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(DataProfileResult.Profile.Field.ProfileInfo.TopNValue other)
public DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder mergeFrom(DataProfileResult.Profile.Field.ProfileInfo.TopNValue other)
Parameter | |
---|---|
Name | Description |
other |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
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. |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
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. |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
This builder for chaining. |
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. |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
This builder for chaining. |