Uses of Class
com.google.cloud.migrationcenter.v1.ImportError
-
Packages that use ImportError Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of ImportError in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return ImportError Modifier and Type Method Description ImportError
ImportError.Builder. build()
ImportError
ImportError.Builder. buildPartial()
static ImportError
ImportError. getDefaultInstance()
ImportError
ImportError.Builder. getDefaultInstanceForType()
ImportError
ImportError. getDefaultInstanceForType()
ImportError
ImportRowError.Builder. getErrors(int index)
The list of errors detected in the row.ImportError
ImportRowError. getErrors(int index)
The list of errors detected in the row.ImportError
ImportRowErrorOrBuilder. getErrors(int index)
The list of errors detected in the row.ImportError
FileValidationReport.Builder. getFileErrors(int index)
List of file level errors.ImportError
FileValidationReport. getFileErrors(int index)
List of file level errors.ImportError
FileValidationReportOrBuilder. getFileErrors(int index)
List of file level errors.ImportError
ValidationReport.Builder. getJobErrors(int index)
List of job level errors.ImportError
ValidationReport. getJobErrors(int index)
List of job level errors.ImportError
ValidationReportOrBuilder. getJobErrors(int index)
List of job level errors.static ImportError
ImportError. parseDelimitedFrom(InputStream input)
static ImportError
ImportError. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportError
ImportError. parseFrom(byte[] data)
static ImportError
ImportError. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportError
ImportError. parseFrom(com.google.protobuf.ByteString data)
static ImportError
ImportError. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportError
ImportError. parseFrom(com.google.protobuf.CodedInputStream input)
static ImportError
ImportError. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportError
ImportError. parseFrom(InputStream input)
static ImportError
ImportError. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportError
ImportError. parseFrom(ByteBuffer data)
static ImportError
ImportError. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type ImportError Modifier and Type Method Description List<ImportError>
ImportRowError.Builder. getErrorsList()
The list of errors detected in the row.List<ImportError>
ImportRowError. getErrorsList()
The list of errors detected in the row.List<ImportError>
ImportRowErrorOrBuilder. getErrorsList()
The list of errors detected in the row.List<ImportError>
FileValidationReport.Builder. getFileErrorsList()
List of file level errors.List<ImportError>
FileValidationReport. getFileErrorsList()
List of file level errors.List<ImportError>
FileValidationReportOrBuilder. getFileErrorsList()
List of file level errors.List<ImportError>
ValidationReport.Builder. getJobErrorsList()
List of job level errors.List<ImportError>
ValidationReport. getJobErrorsList()
List of job level errors.List<ImportError>
ValidationReportOrBuilder. getJobErrorsList()
List of job level errors.com.google.protobuf.Parser<ImportError>
ImportError. getParserForType()
static com.google.protobuf.Parser<ImportError>
ImportError. parser()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type ImportError Modifier and Type Method Description ImportRowError.Builder
ImportRowError.Builder. addErrors(int index, ImportError value)
The list of errors detected in the row.ImportRowError.Builder
ImportRowError.Builder. addErrors(ImportError value)
The list of errors detected in the row.FileValidationReport.Builder
FileValidationReport.Builder. addFileErrors(int index, ImportError value)
List of file level errors.FileValidationReport.Builder
FileValidationReport.Builder. addFileErrors(ImportError value)
List of file level errors.ValidationReport.Builder
ValidationReport.Builder. addJobErrors(int index, ImportError value)
List of job level errors.ValidationReport.Builder
ValidationReport.Builder. addJobErrors(ImportError value)
List of job level errors.ImportError.Builder
ImportError.Builder. mergeFrom(ImportError other)
static ImportError.Builder
ImportError. newBuilder(ImportError prototype)
ImportRowError.Builder
ImportRowError.Builder. setErrors(int index, ImportError value)
The list of errors detected in the row.FileValidationReport.Builder
FileValidationReport.Builder. setFileErrors(int index, ImportError value)
List of file level errors.ValidationReport.Builder
ValidationReport.Builder. setJobErrors(int index, ImportError value)
List of job level errors.Method parameters in com.google.cloud.migrationcenter.v1 with type arguments of type ImportError Modifier and Type Method Description ImportRowError.Builder
ImportRowError.Builder. addAllErrors(Iterable<? extends ImportError> values)
The list of errors detected in the row.FileValidationReport.Builder
FileValidationReport.Builder. addAllFileErrors(Iterable<? extends ImportError> values)
List of file level errors.ValidationReport.Builder
ValidationReport.Builder. addAllJobErrors(Iterable<? extends ImportError> values)
List of job level errors.
-