Interface DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfoOrBuilder (1.73.0)

public static interface DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAverageLength()

public abstract double getAverageLength()

Output only. Average length of non-null values in the scanned data.

double average_length = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
double

The averageLength.

getMaxLength()

public abstract long getMaxLength()

Output only. Maximum length of non-null values in the scanned data.

int64 max_length = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The maxLength.

getMinLength()

public abstract long getMinLength()

Output only. Minimum length of non-null values in the scanned data.

int64 min_length = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The minLength.