Uses of Class
com.google.cloud.migrationcenter.v1.ImportRowError
-
Packages that use ImportRowError Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of ImportRowError in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return ImportRowError Modifier and Type Method Description ImportRowError
ImportRowError.Builder. build()
ImportRowError
ImportRowError.Builder. buildPartial()
static ImportRowError
ImportRowError. getDefaultInstance()
ImportRowError
ImportRowError.Builder. getDefaultInstanceForType()
ImportRowError
ImportRowError. getDefaultInstanceForType()
ImportRowError
FileValidationReport.Builder. getRowErrors(int index)
Partial list of rows that encountered validation error.ImportRowError
FileValidationReport. getRowErrors(int index)
Partial list of rows that encountered validation error.ImportRowError
FileValidationReportOrBuilder. getRowErrors(int index)
Partial list of rows that encountered validation error.static ImportRowError
ImportRowError. parseDelimitedFrom(InputStream input)
static ImportRowError
ImportRowError. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportRowError
ImportRowError. parseFrom(byte[] data)
static ImportRowError
ImportRowError. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportRowError
ImportRowError. parseFrom(com.google.protobuf.ByteString data)
static ImportRowError
ImportRowError. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportRowError
ImportRowError. parseFrom(com.google.protobuf.CodedInputStream input)
static ImportRowError
ImportRowError. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportRowError
ImportRowError. parseFrom(InputStream input)
static ImportRowError
ImportRowError. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportRowError
ImportRowError. parseFrom(ByteBuffer data)
static ImportRowError
ImportRowError. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type ImportRowError Modifier and Type Method Description com.google.protobuf.Parser<ImportRowError>
ImportRowError. getParserForType()
List<ImportRowError>
FileValidationReport.Builder. getRowErrorsList()
Partial list of rows that encountered validation error.List<ImportRowError>
FileValidationReport. getRowErrorsList()
Partial list of rows that encountered validation error.List<ImportRowError>
FileValidationReportOrBuilder. getRowErrorsList()
Partial list of rows that encountered validation error.static com.google.protobuf.Parser<ImportRowError>
ImportRowError. parser()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type ImportRowError Modifier and Type Method Description FileValidationReport.Builder
FileValidationReport.Builder. addRowErrors(int index, ImportRowError value)
Partial list of rows that encountered validation error.FileValidationReport.Builder
FileValidationReport.Builder. addRowErrors(ImportRowError value)
Partial list of rows that encountered validation error.ImportRowError.Builder
ImportRowError.Builder. mergeFrom(ImportRowError other)
static ImportRowError.Builder
ImportRowError. newBuilder(ImportRowError prototype)
FileValidationReport.Builder
FileValidationReport.Builder. setRowErrors(int index, ImportRowError value)
Partial list of rows that encountered validation error.Method parameters in com.google.cloud.migrationcenter.v1 with type arguments of type ImportRowError Modifier and Type Method Description FileValidationReport.Builder
FileValidationReport.Builder. addAllRowErrors(Iterable<? extends ImportRowError> values)
Partial list of rows that encountered validation error.
-