Uses of Interface
com.google.cloud.migrationcenter.v1.FileValidationReportOrBuilder
-
Packages that use FileValidationReportOrBuilder Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of FileValidationReportOrBuilder in com.google.cloud.migrationcenter.v1
Classes in com.google.cloud.migrationcenter.v1 that implement FileValidationReportOrBuilder Modifier and Type Class Description class
FileValidationReport
A resource that aggregates the validation errors found in an import job file.static class
FileValidationReport.Builder
A resource that aggregates the validation errors found in an import job file.Methods in com.google.cloud.migrationcenter.v1 that return FileValidationReportOrBuilder Modifier and Type Method Description FileValidationReportOrBuilder
ValidationReport.Builder. getFileValidationsOrBuilder(int index)
List of errors found in files.FileValidationReportOrBuilder
ValidationReport. getFileValidationsOrBuilder(int index)
List of errors found in files.FileValidationReportOrBuilder
ValidationReportOrBuilder. getFileValidationsOrBuilder(int index)
List of errors found in files.Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type FileValidationReportOrBuilder Modifier and Type Method Description List<? extends FileValidationReportOrBuilder>
ValidationReport.Builder. getFileValidationsOrBuilderList()
List of errors found in files.List<? extends FileValidationReportOrBuilder>
ValidationReport. getFileValidationsOrBuilderList()
List of errors found in files.List<? extends FileValidationReportOrBuilder>
ValidationReportOrBuilder. getFileValidationsOrBuilderList()
List of errors found in files.
-