Interface ValidationReportOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ValidationReport
,ValidationReport.Builder
public interface ValidationReportOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileValidationReport
getFileValidations(int index)
List of errors found in files.int
getFileValidationsCount()
List of errors found in files.List<FileValidationReport>
getFileValidationsList()
List of errors found in files.FileValidationReportOrBuilder
getFileValidationsOrBuilder(int index)
List of errors found in files.List<? extends FileValidationReportOrBuilder>
getFileValidationsOrBuilderList()
List of errors found in files.ImportError
getJobErrors(int index)
List of job level errors.int
getJobErrorsCount()
List of job level errors.List<ImportError>
getJobErrorsList()
List of job level errors.ImportErrorOrBuilder
getJobErrorsOrBuilder(int index)
List of job level errors.List<? extends ImportErrorOrBuilder>
getJobErrorsOrBuilderList()
List of job level errors.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFileValidationsList
List<FileValidationReport> getFileValidationsList()
List of errors found in files.
repeated .google.cloud.migrationcenter.v1.FileValidationReport file_validations = 1;
-
getFileValidations
FileValidationReport getFileValidations(int index)
List of errors found in files.
repeated .google.cloud.migrationcenter.v1.FileValidationReport file_validations = 1;
-
getFileValidationsCount
int getFileValidationsCount()
List of errors found in files.
repeated .google.cloud.migrationcenter.v1.FileValidationReport file_validations = 1;
-
getFileValidationsOrBuilderList
List<? extends FileValidationReportOrBuilder> getFileValidationsOrBuilderList()
List of errors found in files.
repeated .google.cloud.migrationcenter.v1.FileValidationReport file_validations = 1;
-
getFileValidationsOrBuilder
FileValidationReportOrBuilder getFileValidationsOrBuilder(int index)
List of errors found in files.
repeated .google.cloud.migrationcenter.v1.FileValidationReport file_validations = 1;
-
getJobErrorsList
List<ImportError> getJobErrorsList()
List of job level errors.
repeated .google.cloud.migrationcenter.v1.ImportError job_errors = 2;
-
getJobErrors
ImportError getJobErrors(int index)
List of job level errors.
repeated .google.cloud.migrationcenter.v1.ImportError job_errors = 2;
-
getJobErrorsCount
int getJobErrorsCount()
List of job level errors.
repeated .google.cloud.migrationcenter.v1.ImportError job_errors = 2;
-
getJobErrorsOrBuilderList
List<? extends ImportErrorOrBuilder> getJobErrorsOrBuilderList()
List of job level errors.
repeated .google.cloud.migrationcenter.v1.ImportError job_errors = 2;
-
getJobErrorsOrBuilder
ImportErrorOrBuilder getJobErrorsOrBuilder(int index)
List of job level errors.
repeated .google.cloud.migrationcenter.v1.ImportError job_errors = 2;
-
-