Uses of Interface
com.google.cloud.migrationcenter.v1.ImportRowErrorOrBuilder
-
Packages that use ImportRowErrorOrBuilder Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of ImportRowErrorOrBuilder in com.google.cloud.migrationcenter.v1
Classes in com.google.cloud.migrationcenter.v1 that implement ImportRowErrorOrBuilder Modifier and Type Class Description class
ImportRowError
A resource that reports the import job errors at row level.static class
ImportRowError.Builder
A resource that reports the import job errors at row level.Methods in com.google.cloud.migrationcenter.v1 that return ImportRowErrorOrBuilder Modifier and Type Method Description ImportRowErrorOrBuilder
FileValidationReport.Builder. getRowErrorsOrBuilder(int index)
Partial list of rows that encountered validation error.ImportRowErrorOrBuilder
FileValidationReport. getRowErrorsOrBuilder(int index)
Partial list of rows that encountered validation error.ImportRowErrorOrBuilder
FileValidationReportOrBuilder. getRowErrorsOrBuilder(int index)
Partial list of rows that encountered validation error.Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type ImportRowErrorOrBuilder Modifier and Type Method Description List<? extends ImportRowErrorOrBuilder>
FileValidationReport.Builder. getRowErrorsOrBuilderList()
Partial list of rows that encountered validation error.List<? extends ImportRowErrorOrBuilder>
FileValidationReport. getRowErrorsOrBuilderList()
Partial list of rows that encountered validation error.List<? extends ImportRowErrorOrBuilder>
FileValidationReportOrBuilder. getRowErrorsOrBuilderList()
Partial list of rows that encountered validation error.
-