Package com.google.cloud.dataplex.v1
Interface DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo
,DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo.Builder
- Enclosing class:
- DataProfileResult.Profile.Field.ProfileInfo
public static interface DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getAverageLength()
Average length of non-null values in the scanned data.long
getMaxLength()
Maximum length of non-null values in the scanned data.long
getMinLength()
Minimum length of non-null values in the scanned data.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMinLength
long getMinLength()
Minimum length of non-null values in the scanned data.
int64 min_length = 1;
- Returns:
- The minLength.
-
getMaxLength
long getMaxLength()
Maximum length of non-null values in the scanned data.
int64 max_length = 2;
- Returns:
- The maxLength.
-
getAverageLength
double getAverageLength()
Average length of non-null values in the scanned data.
double average_length = 3;
- Returns:
- The averageLength.
-
-