Uses of Interface
com.google.cloud.migrationcenter.v1.ImportErrorOrBuilder
-
Packages that use ImportErrorOrBuilder Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of ImportErrorOrBuilder in com.google.cloud.migrationcenter.v1
Classes in com.google.cloud.migrationcenter.v1 that implement ImportErrorOrBuilder Modifier and Type Class Description class
ImportError
A resource that reports the errors encountered while processing an import job.static class
ImportError.Builder
A resource that reports the errors encountered while processing an import job.Methods in com.google.cloud.migrationcenter.v1 that return ImportErrorOrBuilder Modifier and Type Method Description ImportErrorOrBuilder
ImportRowError.Builder. getErrorsOrBuilder(int index)
The list of errors detected in the row.ImportErrorOrBuilder
ImportRowError. getErrorsOrBuilder(int index)
The list of errors detected in the row.ImportErrorOrBuilder
ImportRowErrorOrBuilder. getErrorsOrBuilder(int index)
The list of errors detected in the row.ImportErrorOrBuilder
FileValidationReport.Builder. getFileErrorsOrBuilder(int index)
List of file level errors.ImportErrorOrBuilder
FileValidationReport. getFileErrorsOrBuilder(int index)
List of file level errors.ImportErrorOrBuilder
FileValidationReportOrBuilder. getFileErrorsOrBuilder(int index)
List of file level errors.ImportErrorOrBuilder
ValidationReport.Builder. getJobErrorsOrBuilder(int index)
List of job level errors.ImportErrorOrBuilder
ValidationReport. getJobErrorsOrBuilder(int index)
List of job level errors.ImportErrorOrBuilder
ValidationReportOrBuilder. getJobErrorsOrBuilder(int index)
List of job level errors.Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type ImportErrorOrBuilder Modifier and Type Method Description List<? extends ImportErrorOrBuilder>
ImportRowError.Builder. getErrorsOrBuilderList()
The list of errors detected in the row.List<? extends ImportErrorOrBuilder>
ImportRowError. getErrorsOrBuilderList()
The list of errors detected in the row.List<? extends ImportErrorOrBuilder>
ImportRowErrorOrBuilder. getErrorsOrBuilderList()
The list of errors detected in the row.List<? extends ImportErrorOrBuilder>
FileValidationReport.Builder. getFileErrorsOrBuilderList()
List of file level errors.List<? extends ImportErrorOrBuilder>
FileValidationReport. getFileErrorsOrBuilderList()
List of file level errors.List<? extends ImportErrorOrBuilder>
FileValidationReportOrBuilder. getFileErrorsOrBuilderList()
List of file level errors.List<? extends ImportErrorOrBuilder>
ValidationReport.Builder. getJobErrorsOrBuilderList()
List of job level errors.List<? extends ImportErrorOrBuilder>
ValidationReport. getJobErrorsOrBuilderList()
List of job level errors.List<? extends ImportErrorOrBuilder>
ValidationReportOrBuilder. getJobErrorsOrBuilderList()
List of job level errors.
-