public static interface DataProfileResult.ProfileOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFields(int index)
public abstract DataProfileResult.Profile.Field getFields(int index)Output only. List of fields with structural and profile information for each field.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.Field |
|
getFieldsCount()
public abstract int getFieldsCount()Output only. List of fields with structural and profile information for each field.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getFieldsList()
public abstract List<DataProfileResult.Profile.Field> getFieldsList()Output only. List of fields with structural and profile information for each field.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<Field> |
|
getFieldsOrBuilder(int index)
public abstract DataProfileResult.Profile.FieldOrBuilder getFieldsOrBuilder(int index)Output only. List of fields with structural and profile information for each field.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataProfileResult.Profile.FieldOrBuilder |
|
getFieldsOrBuilderList()
public abstract List<? extends DataProfileResult.Profile.FieldOrBuilder> getFieldsOrBuilderList()Output only. List of fields with structural and profile information for each field.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dataplex.v1.DataProfileResult.Profile.FieldOrBuilder> |
|