- 1.51.0 (latest)
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.2
- 1.0.1
- 0.2.2
public static final class DataProfileResult.Profile.Field.ProfileInfo.Builder extends GeneratedMessageV3.Builder<DataProfileResult.Profile.Field.ProfileInfo.Builder> implements DataProfileResult.Profile.Field.ProfileInfoOrBuilder
The profile information for each field type.
Protobuf type
google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DataProfileResult.Profile.Field.ProfileInfo.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllTopNValues(Iterable<? extends DataProfileResult.Profile.Field.ProfileInfo.TopNValue> values)
public 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. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
Parameter | |
---|---|
Name | Description |
values | Iterable<? extends com.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue> |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DataProfileResult.Profile.Field.ProfileInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
addTopNValues(DataProfileResult.Profile.Field.ProfileInfo.TopNValue value)
public 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. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
Parameter | |
---|---|
Name | Description |
value | DataProfileResult.Profile.Field.ProfileInfo.TopNValue |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
addTopNValues(DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder builderForValue)
public DataProfileResult.Profile.Field.ProfileInfo.Builder addTopNValues(DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder builderForValue)
The list of top N non-null values, frequency and ratio with which they occur in the scanned data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
Parameter | |
---|---|
Name | Description |
builderForValue | DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
addTopNValues(int index, DataProfileResult.Profile.Field.ProfileInfo.TopNValue value)
public 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. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
Parameters | |
---|---|
Name | Description |
index | int |
value | DataProfileResult.Profile.Field.ProfileInfo.TopNValue |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
addTopNValues(int index, DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder builderForValue)
public DataProfileResult.Profile.Field.ProfileInfo.Builder addTopNValues(int index, DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder builderForValue)
The list of top N non-null values, frequency and ratio with which they occur in the scanned data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
addTopNValuesBuilder()
public DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder addTopNValuesBuilder()
The list of top N non-null values, frequency and ratio with which they occur in the scanned data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
addTopNValuesBuilder(int index)
public DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder addTopNValuesBuilder(int index)
The list of top N non-null values, frequency and ratio with which they occur in the scanned data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
build()
public DataProfileResult.Profile.Field.ProfileInfo build()
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo |
buildPartial()
public DataProfileResult.Profile.Field.ProfileInfo buildPartial()
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo |
clear()
public DataProfileResult.Profile.Field.ProfileInfo.Builder clear()
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
clearDistinctRatio()
public DataProfileResult.Profile.Field.ProfileInfo.Builder clearDistinctRatio()
Ratio of rows with distinct values against total scanned rows. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode.
double distinct_ratio = 3;
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder | This builder for chaining. |
clearDoubleProfile()
public DataProfileResult.Profile.Field.ProfileInfo.Builder clearDoubleProfile()
Double type field information.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo double_profile = 103;
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
clearField(Descriptors.FieldDescriptor field)
public DataProfileResult.Profile.Field.ProfileInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
clearFieldInfo()
public DataProfileResult.Profile.Field.ProfileInfo.Builder clearFieldInfo()
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
clearIntegerProfile()
public DataProfileResult.Profile.Field.ProfileInfo.Builder clearIntegerProfile()
Integer type field information.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo integer_profile = 102;
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
clearNullRatio()
public DataProfileResult.Profile.Field.ProfileInfo.Builder clearNullRatio()
Ratio of rows with null value against total scanned rows.
double null_ratio = 2;
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public DataProfileResult.Profile.Field.ProfileInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
clearStringProfile()
public DataProfileResult.Profile.Field.ProfileInfo.Builder clearStringProfile()
String type field information.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo string_profile = 101;
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
clearTopNValues()
public DataProfileResult.Profile.Field.ProfileInfo.Builder clearTopNValues()
The list of top N non-null values, frequency and ratio with which they occur in the scanned data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
clone()
public DataProfileResult.Profile.Field.ProfileInfo.Builder clone()
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
getDefaultInstanceForType()
public DataProfileResult.Profile.Field.ProfileInfo getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getDistinctRatio()
public double getDistinctRatio()
Ratio of rows with distinct values against total scanned rows. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode.
double distinct_ratio = 3;
Returns | |
---|---|
Type | Description |
double | The distinctRatio. |
getDoubleProfile()
public DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo getDoubleProfile()
Double type field information.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo double_profile = 103;
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo | The doubleProfile. |
getDoubleProfileBuilder()
public DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder getDoubleProfileBuilder()
Double type field information.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo double_profile = 103;
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
getDoubleProfileOrBuilder()
public DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfoOrBuilder getDoubleProfileOrBuilder()
Double type field information.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo double_profile = 103;
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfoOrBuilder |
getFieldInfoCase()
public DataProfileResult.Profile.Field.ProfileInfo.FieldInfoCase getFieldInfoCase()
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.FieldInfoCase |
getIntegerProfile()
public DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo getIntegerProfile()
Integer type field information.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo integer_profile = 102;
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo | The integerProfile. |
getIntegerProfileBuilder()
public DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo.Builder getIntegerProfileBuilder()
Integer type field information.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo integer_profile = 102;
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo.Builder |
getIntegerProfileOrBuilder()
public DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfoOrBuilder getIntegerProfileOrBuilder()
Integer type field information.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo integer_profile = 102;
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfoOrBuilder |
getNullRatio()
public double getNullRatio()
Ratio of rows with null value against total scanned rows.
double null_ratio = 2;
Returns | |
---|---|
Type | Description |
double | The nullRatio. |
getStringProfile()
public DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo getStringProfile()
String type field information.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo string_profile = 101;
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo | The stringProfile. |
getStringProfileBuilder()
public DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo.Builder getStringProfileBuilder()
String type field information.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo string_profile = 101;
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo.Builder |
getStringProfileOrBuilder()
public DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfoOrBuilder getStringProfileOrBuilder()
String type field information.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo string_profile = 101;
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfoOrBuilder |
getTopNValues(int index)
public DataProfileResult.Profile.Field.ProfileInfo.TopNValue getTopNValues(int index)
The list of top N non-null values, frequency and ratio with which they occur in the scanned data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue |
getTopNValuesBuilder(int index)
public DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder getTopNValuesBuilder(int index)
The list of top N non-null values, frequency and ratio with which they occur in the scanned data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
getTopNValuesBuilderList()
public List<DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder> getTopNValuesBuilderList()
The list of top N non-null values, frequency and ratio with which they occur in the scanned data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
Returns | |
---|---|
Type | Description |
List<Builder> |
getTopNValuesCount()
public int getTopNValuesCount()
The list of top N non-null values, frequency and ratio with which they occur in the scanned data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
Returns | |
---|---|
Type | Description |
int |
getTopNValuesList()
public List<DataProfileResult.Profile.Field.ProfileInfo.TopNValue> getTopNValuesList()
The list of top N non-null values, frequency and ratio with which they occur in the scanned data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
Returns | |
---|---|
Type | Description |
List<TopNValue> |
getTopNValuesOrBuilder(int index)
public DataProfileResult.Profile.Field.ProfileInfo.TopNValueOrBuilder getTopNValuesOrBuilder(int index)
The list of top N non-null values, frequency and ratio with which they occur in the scanned data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.TopNValueOrBuilder |
getTopNValuesOrBuilderList()
public List<? extends DataProfileResult.Profile.Field.ProfileInfo.TopNValueOrBuilder> getTopNValuesOrBuilderList()
The list of top N non-null values, frequency and ratio with which they occur in the scanned data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValueOrBuilder> |
hasDoubleProfile()
public boolean hasDoubleProfile()
Double type field information.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo double_profile = 103;
Returns | |
---|---|
Type | Description |
boolean | Whether the doubleProfile field is set. |
hasIntegerProfile()
public boolean hasIntegerProfile()
Integer type field information.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo integer_profile = 102;
Returns | |
---|---|
Type | Description |
boolean | Whether the integerProfile field is set. |
hasStringProfile()
public boolean hasStringProfile()
String type field information.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo string_profile = 101;
Returns | |
---|---|
Type | Description |
boolean | Whether the stringProfile field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeDoubleProfile(DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo value)
public DataProfileResult.Profile.Field.ProfileInfo.Builder mergeDoubleProfile(DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo value)
Double type field information.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo double_profile = 103;
Parameter | |
---|---|
Name | Description |
value | DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
mergeFrom(DataProfileResult.Profile.Field.ProfileInfo other)
public DataProfileResult.Profile.Field.ProfileInfo.Builder mergeFrom(DataProfileResult.Profile.Field.ProfileInfo other)
Parameter | |
---|---|
Name | Description |
other | DataProfileResult.Profile.Field.ProfileInfo |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DataProfileResult.Profile.Field.ProfileInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public DataProfileResult.Profile.Field.ProfileInfo.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
mergeIntegerProfile(DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo value)
public DataProfileResult.Profile.Field.ProfileInfo.Builder mergeIntegerProfile(DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo value)
Integer type field information.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo integer_profile = 102;
Parameter | |
---|---|
Name | Description |
value | DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
mergeStringProfile(DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo value)
public DataProfileResult.Profile.Field.ProfileInfo.Builder mergeStringProfile(DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo value)
String type field information.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo string_profile = 101;
Parameter | |
---|---|
Name | Description |
value | DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DataProfileResult.Profile.Field.ProfileInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
removeTopNValues(int index)
public DataProfileResult.Profile.Field.ProfileInfo.Builder removeTopNValues(int index)
The list of top N non-null values, frequency and ratio with which they occur in the scanned data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
setDistinctRatio(double value)
public DataProfileResult.Profile.Field.ProfileInfo.Builder setDistinctRatio(double value)
Ratio of rows with distinct values against total scanned rows. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode.
double distinct_ratio = 3;
Parameter | |
---|---|
Name | Description |
value | double The distinctRatio to set. |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder | This builder for chaining. |
setDoubleProfile(DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo value)
public DataProfileResult.Profile.Field.ProfileInfo.Builder setDoubleProfile(DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo value)
Double type field information.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo double_profile = 103;
Parameter | |
---|---|
Name | Description |
value | DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
setDoubleProfile(DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder builderForValue)
public DataProfileResult.Profile.Field.ProfileInfo.Builder setDoubleProfile(DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder builderForValue)
Double type field information.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo double_profile = 103;
Parameter | |
---|---|
Name | Description |
builderForValue | DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public DataProfileResult.Profile.Field.ProfileInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
setIntegerProfile(DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo value)
public DataProfileResult.Profile.Field.ProfileInfo.Builder setIntegerProfile(DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo value)
Integer type field information.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo integer_profile = 102;
Parameter | |
---|---|
Name | Description |
value | DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
setIntegerProfile(DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo.Builder builderForValue)
public DataProfileResult.Profile.Field.ProfileInfo.Builder setIntegerProfile(DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo.Builder builderForValue)
Integer type field information.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo integer_profile = 102;
Parameter | |
---|---|
Name | Description |
builderForValue | DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo.Builder |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
setNullRatio(double value)
public DataProfileResult.Profile.Field.ProfileInfo.Builder setNullRatio(double value)
Ratio of rows with null value against total scanned rows.
double null_ratio = 2;
Parameter | |
---|---|
Name | Description |
value | double The nullRatio to set. |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DataProfileResult.Profile.Field.ProfileInfo.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.Builder |
setStringProfile(DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo value)
public DataProfileResult.Profile.Field.ProfileInfo.Builder setStringProfile(DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo value)
String type field information.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo string_profile = 101;
Parameter | |
---|---|
Name | Description |
value | DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
setStringProfile(DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo.Builder builderForValue)
public DataProfileResult.Profile.Field.ProfileInfo.Builder setStringProfile(DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo.Builder builderForValue)
String type field information.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo string_profile = 101;
Parameter | |
---|---|
Name | Description |
builderForValue | DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo.Builder |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
setTopNValues(int index, DataProfileResult.Profile.Field.ProfileInfo.TopNValue value)
public 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. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
Parameters | |
---|---|
Name | Description |
index | int |
value | DataProfileResult.Profile.Field.ProfileInfo.TopNValue |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
setTopNValues(int index, DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder builderForValue)
public DataProfileResult.Profile.Field.ProfileInfo.Builder setTopNValues(int index, DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder builderForValue)
The list of top N non-null values, frequency and ratio with which they occur in the scanned data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final DataProfileResult.Profile.Field.ProfileInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DataProfileResult.Profile.Field.ProfileInfo.Builder |