public static final class DataProfileResult.Profile.Field.ProfileInfo.Builder extends GeneratedMessageV3.Builder<DataProfileResult.Profile.Field.ProfileInfo.Builder> implements DataProfileResult.Profile.Field.ProfileInfoOrBuilderProfileInfo defines the profile information for each schema 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()| 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 array of top N values of the field in the sampled data. Currently N is set as 10 or equal to distinct values in the field, whichever is smaller. This will be optional for complex non-groupable data-types such as JSON, ARRAY, JSON, STRUCT.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
| Name | Description |
| values | Iterable<? extends com.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue> |
| 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)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| 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 array of top N values of the field in the sampled data. Currently N is set as 10 or equal to distinct values in the field, whichever is smaller. This will be optional for complex non-groupable data-types such as JSON, ARRAY, JSON, STRUCT.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
| Name | Description |
| value | DataProfileResult.Profile.Field.ProfileInfo.TopNValue |
| 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 array of top N values of the field in the sampled data. Currently N is set as 10 or equal to distinct values in the field, whichever is smaller. This will be optional for complex non-groupable data-types such as JSON, ARRAY, JSON, STRUCT.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
| Name | Description |
| builderForValue | DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
| 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 array of top N values of the field in the sampled data. Currently N is set as 10 or equal to distinct values in the field, whichever is smaller. This will be optional for complex non-groupable data-types such as JSON, ARRAY, JSON, STRUCT.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
| Name | Description |
| index | int |
| value | DataProfileResult.Profile.Field.ProfileInfo.TopNValue |
| 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 array of top N values of the field in the sampled data. Currently N is set as 10 or equal to distinct values in the field, whichever is smaller. This will be optional for complex non-groupable data-types such as JSON, ARRAY, JSON, STRUCT.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
| Name | Description |
| index | int |
| builderForValue | DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.Builder |
addTopNValuesBuilder()
public DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder addTopNValuesBuilder()The array of top N values of the field in the sampled data. Currently N is set as 10 or equal to distinct values in the field, whichever is smaller. This will be optional for complex non-groupable data-types such as JSON, ARRAY, JSON, STRUCT.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
addTopNValuesBuilder(int index)
public DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder addTopNValuesBuilder(int index)The array of top N values of the field in the sampled data. Currently N is set as 10 or equal to distinct values in the field, whichever is smaller. This will be optional for complex non-groupable data-types such as JSON, ARRAY, JSON, STRUCT.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
| Name | Description |
| index | int |
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
build()
public DataProfileResult.Profile.Field.ProfileInfo build()| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo |
buildPartial()
public DataProfileResult.Profile.Field.ProfileInfo buildPartial()| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo |
clear()
public DataProfileResult.Profile.Field.ProfileInfo.Builder clear()| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.Builder |
clearDistinctRatio()
public DataProfileResult.Profile.Field.ProfileInfo.Builder clearDistinctRatio()The ratio of rows that are distinct against the rows in the sampled data.
double distinct_ratio = 3;
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.Builder | This builder for chaining. |
clearDoubleProfile()
public DataProfileResult.Profile.Field.ProfileInfo.Builder clearDoubleProfile()The corresponding double field profile.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo double_profile = 103;
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.Builder |
clearField(Descriptors.FieldDescriptor field)
public DataProfileResult.Profile.Field.ProfileInfo.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.Builder |
clearFieldInfo()
public DataProfileResult.Profile.Field.ProfileInfo.Builder clearFieldInfo()| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.Builder |
clearIntegerProfile()
public DataProfileResult.Profile.Field.ProfileInfo.Builder clearIntegerProfile()The corresponding integer field profile.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo integer_profile = 102;
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.Builder |
clearNullRatio()
public DataProfileResult.Profile.Field.ProfileInfo.Builder clearNullRatio()The ratio of null rows against the rows in the sampled data.
double null_ratio = 2;
| 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)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.Builder |
clearStringProfile()
public DataProfileResult.Profile.Field.ProfileInfo.Builder clearStringProfile()The corresponding string field profile.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo string_profile = 101;
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.Builder |
clearTopNValues()
public DataProfileResult.Profile.Field.ProfileInfo.Builder clearTopNValues()The array of top N values of the field in the sampled data. Currently N is set as 10 or equal to distinct values in the field, whichever is smaller. This will be optional for complex non-groupable data-types such as JSON, ARRAY, JSON, STRUCT.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.Builder |
clone()
public DataProfileResult.Profile.Field.ProfileInfo.Builder clone()| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.Builder |
getDefaultInstanceForType()
public DataProfileResult.Profile.Field.ProfileInfo getDefaultInstanceForType()| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getDistinctRatio()
public double getDistinctRatio()The ratio of rows that are distinct against the rows in the sampled data.
double distinct_ratio = 3;
| Type | Description |
| double | The distinctRatio. |
getDoubleProfile()
public DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo getDoubleProfile()The corresponding double field profile.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo double_profile = 103;
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo | The doubleProfile. |
getDoubleProfileBuilder()
public DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder getDoubleProfileBuilder()The corresponding double field profile.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo double_profile = 103;
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
getDoubleProfileOrBuilder()
public DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfoOrBuilder getDoubleProfileOrBuilder()The corresponding double field profile.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo double_profile = 103;
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfoOrBuilder |
getFieldInfoCase()
public DataProfileResult.Profile.Field.ProfileInfo.FieldInfoCase getFieldInfoCase()| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.FieldInfoCase |
getIntegerProfile()
public DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo getIntegerProfile()The corresponding integer field profile.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo integer_profile = 102;
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo | The integerProfile. |
getIntegerProfileBuilder()
public DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo.Builder getIntegerProfileBuilder()The corresponding integer field profile.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo integer_profile = 102;
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo.Builder |
getIntegerProfileOrBuilder()
public DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfoOrBuilder getIntegerProfileOrBuilder()The corresponding integer field profile.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo integer_profile = 102;
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfoOrBuilder |
getNullRatio()
public double getNullRatio()The ratio of null rows against the rows in the sampled data.
double null_ratio = 2;
| Type | Description |
| double | The nullRatio. |
getStringProfile()
public DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo getStringProfile()The corresponding string field profile.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo string_profile = 101;
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo | The stringProfile. |
getStringProfileBuilder()
public DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo.Builder getStringProfileBuilder()The corresponding string field profile.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo string_profile = 101;
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo.Builder |
getStringProfileOrBuilder()
public DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfoOrBuilder getStringProfileOrBuilder()The corresponding string field profile.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo string_profile = 101;
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfoOrBuilder |
getTopNValues(int index)
public DataProfileResult.Profile.Field.ProfileInfo.TopNValue getTopNValues(int index)The array of top N values of the field in the sampled data. Currently N is set as 10 or equal to distinct values in the field, whichever is smaller. This will be optional for complex non-groupable data-types such as JSON, ARRAY, JSON, STRUCT.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
| Name | Description |
| index | int |
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.TopNValue |
getTopNValuesBuilder(int index)
public DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder getTopNValuesBuilder(int index)The array of top N values of the field in the sampled data. Currently N is set as 10 or equal to distinct values in the field, whichever is smaller. This will be optional for complex non-groupable data-types such as JSON, ARRAY, JSON, STRUCT.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
| Name | Description |
| index | int |
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
getTopNValuesBuilderList()
public List<DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder> getTopNValuesBuilderList()The array of top N values of the field in the sampled data. Currently N is set as 10 or equal to distinct values in the field, whichever is smaller. This will be optional for complex non-groupable data-types such as JSON, ARRAY, JSON, STRUCT.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
| Type | Description |
| List<Builder> |
getTopNValuesCount()
public int getTopNValuesCount()The array of top N values of the field in the sampled data. Currently N is set as 10 or equal to distinct values in the field, whichever is smaller. This will be optional for complex non-groupable data-types such as JSON, ARRAY, JSON, STRUCT.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
| Type | Description |
| int |
getTopNValuesList()
public List<DataProfileResult.Profile.Field.ProfileInfo.TopNValue> getTopNValuesList()The array of top N values of the field in the sampled data. Currently N is set as 10 or equal to distinct values in the field, whichever is smaller. This will be optional for complex non-groupable data-types such as JSON, ARRAY, JSON, STRUCT.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
| Type | Description |
| List<TopNValue> |
getTopNValuesOrBuilder(int index)
public DataProfileResult.Profile.Field.ProfileInfo.TopNValueOrBuilder getTopNValuesOrBuilder(int index)The array of top N values of the field in the sampled data. Currently N is set as 10 or equal to distinct values in the field, whichever is smaller. This will be optional for complex non-groupable data-types such as JSON, ARRAY, JSON, STRUCT.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
| Name | Description |
| index | int |
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.TopNValueOrBuilder |
getTopNValuesOrBuilderList()
public List<? extends DataProfileResult.Profile.Field.ProfileInfo.TopNValueOrBuilder> getTopNValuesOrBuilderList()The array of top N values of the field in the sampled data. Currently N is set as 10 or equal to distinct values in the field, whichever is smaller. This will be optional for complex non-groupable data-types such as JSON, ARRAY, JSON, STRUCT.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
| Type | Description |
| List<? extends com.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValueOrBuilder> |
hasDoubleProfile()
public boolean hasDoubleProfile()The corresponding double field profile.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo double_profile = 103;
| Type | Description |
| boolean | Whether the doubleProfile field is set. |
hasIntegerProfile()
public boolean hasIntegerProfile()The corresponding integer field profile.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo integer_profile = 102;
| Type | Description |
| boolean | Whether the integerProfile field is set. |
hasStringProfile()
public boolean hasStringProfile()The corresponding string field profile.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo string_profile = 101;
| Type | Description |
| boolean | Whether the stringProfile field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeDoubleProfile(DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo value)
public DataProfileResult.Profile.Field.ProfileInfo.Builder mergeDoubleProfile(DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo value)The corresponding double field profile.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo double_profile = 103;
| Name | Description |
| value | DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo |
| 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)| Name | Description |
| other | DataProfileResult.Profile.Field.ProfileInfo |
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DataProfileResult.Profile.Field.ProfileInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public DataProfileResult.Profile.Field.ProfileInfo.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| 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)The corresponding integer field profile.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo integer_profile = 102;
| Name | Description |
| value | DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo |
| 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)The corresponding string field profile.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo string_profile = 101;
| Name | Description |
| value | DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo |
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DataProfileResult.Profile.Field.ProfileInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.Builder |
removeTopNValues(int index)
public DataProfileResult.Profile.Field.ProfileInfo.Builder removeTopNValues(int index)The array of top N values of the field in the sampled data. Currently N is set as 10 or equal to distinct values in the field, whichever is smaller. This will be optional for complex non-groupable data-types such as JSON, ARRAY, JSON, STRUCT.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
| Name | Description |
| index | int |
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.Builder |
setDistinctRatio(double value)
public DataProfileResult.Profile.Field.ProfileInfo.Builder setDistinctRatio(double value)The ratio of rows that are distinct against the rows in the sampled data.
double distinct_ratio = 3;
| Name | Description |
| value | doubleThe distinctRatio to set. |
| 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)The corresponding double field profile.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo double_profile = 103;
| Name | Description |
| value | DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo |
| 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)The corresponding double field profile.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo double_profile = 103;
| Name | Description |
| builderForValue | DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
| 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)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| 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)The corresponding integer field profile.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo integer_profile = 102;
| Name | Description |
| value | DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo |
| 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)The corresponding integer field profile.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo integer_profile = 102;
| Name | Description |
| builderForValue | DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo.Builder |
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.Builder |
setNullRatio(double value)
public DataProfileResult.Profile.Field.ProfileInfo.Builder setNullRatio(double value)The ratio of null rows against the rows in the sampled data.
double null_ratio = 2;
| Name | Description |
| value | doubleThe nullRatio to set. |
| 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)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| 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)The corresponding string field profile.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo string_profile = 101;
| Name | Description |
| value | DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo |
| 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)The corresponding string field profile.
.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo string_profile = 101;
| Name | Description |
| builderForValue | DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo.Builder |
| 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 array of top N values of the field in the sampled data. Currently N is set as 10 or equal to distinct values in the field, whichever is smaller. This will be optional for complex non-groupable data-types such as JSON, ARRAY, JSON, STRUCT.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
| Name | Description |
| index | int |
| value | DataProfileResult.Profile.Field.ProfileInfo.TopNValue |
| 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 array of top N values of the field in the sampled data. Currently N is set as 10 or equal to distinct values in the field, whichever is smaller. This will be optional for complex non-groupable data-types such as JSON, ARRAY, JSON, STRUCT.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue top_n_values = 4;
| Name | Description |
| index | int |
| builderForValue | DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder |
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final DataProfileResult.Profile.Field.ProfileInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| DataProfileResult.Profile.Field.ProfileInfo.Builder |