Interface DataProfileResult.ProfileOrBuilder

    • 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;