Interface DataProfileResult.ProfileOrBuilder (1.35.0)

public static interface DataProfileResult.ProfileOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFields(int index)

public abstract DataProfileResult.Profile.Field getFields(int index)

List of fields with structural and profile information for each field.

repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
DataProfileResult.Profile.Field

getFieldsCount()

public abstract int getFieldsCount()

List of fields with structural and profile information for each field.

repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2;

Returns
TypeDescription
int

getFieldsList()

public abstract List<DataProfileResult.Profile.Field> getFieldsList()

List of fields with structural and profile information for each field.

repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2;

Returns
TypeDescription
List<Field>

getFieldsOrBuilder(int index)

public abstract DataProfileResult.Profile.FieldOrBuilder getFieldsOrBuilder(int index)

List of fields with structural and profile information for each field.

repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
DataProfileResult.Profile.FieldOrBuilder

getFieldsOrBuilderList()

public abstract List<? extends DataProfileResult.Profile.FieldOrBuilder> getFieldsOrBuilderList()

List of fields with structural and profile information for each field.

repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2;

Returns
TypeDescription
List<? extends com.google.cloud.dataplex.v1.DataProfileResult.Profile.FieldOrBuilder>