Package com.google.cloud.dataplex.v1
Interface DataProfileResult.ProfileOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataProfileResult.Profile
,DataProfileResult.Profile.Builder
- Enclosing class:
- DataProfileResult
public static interface DataProfileResult.ProfileOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataProfileResult.Profile.Field
getFields(int index)
List of fields with structural and profile information for each field.int
getFieldsCount()
List of fields with structural and profile information for each field.List<DataProfileResult.Profile.Field>
getFieldsList()
List of fields with structural and profile information for each field.DataProfileResult.Profile.FieldOrBuilder
getFieldsOrBuilder(int index)
List of fields with structural and profile information for each field.List<? extends DataProfileResult.Profile.FieldOrBuilder>
getFieldsOrBuilderList()
List of fields with structural and profile information for each field.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFieldsList
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;
-
getFields
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;
-
getFieldsCount
int getFieldsCount()
List of fields with structural and profile information for each field.
repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2;
-
getFieldsOrBuilderList
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;
-
getFieldsOrBuilder
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;
-
-