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 ImportRowErrorImportRowError.Builder. build()ImportRowErrorImportRowError.Builder. buildPartial()static ImportRowErrorImportRowError. getDefaultInstance()ImportRowErrorImportRowError.Builder. getDefaultInstanceForType()ImportRowErrorImportRowError. getDefaultInstanceForType()ImportRowErrorFileValidationReport.Builder. getRowErrors(int index)Partial list of rows that encountered validation error.ImportRowErrorFileValidationReport. getRowErrors(int index)Partial list of rows that encountered validation error.ImportRowErrorFileValidationReportOrBuilder. getRowErrors(int index)Partial list of rows that encountered validation error.static ImportRowErrorImportRowError. parseDelimitedFrom(InputStream input)static ImportRowErrorImportRowError. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportRowErrorImportRowError. parseFrom(byte[] data)static ImportRowErrorImportRowError. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportRowErrorImportRowError. parseFrom(com.google.protobuf.ByteString data)static ImportRowErrorImportRowError. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportRowErrorImportRowError. parseFrom(com.google.protobuf.CodedInputStream input)static ImportRowErrorImportRowError. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportRowErrorImportRowError. parseFrom(InputStream input)static ImportRowErrorImportRowError. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportRowErrorImportRowError. parseFrom(ByteBuffer data)static ImportRowErrorImportRowError. 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.BuilderFileValidationReport.Builder. addRowErrors(int index, ImportRowError value)Partial list of rows that encountered validation error.FileValidationReport.BuilderFileValidationReport.Builder. addRowErrors(ImportRowError value)Partial list of rows that encountered validation error.ImportRowError.BuilderImportRowError.Builder. mergeFrom(ImportRowError other)static ImportRowError.BuilderImportRowError. newBuilder(ImportRowError prototype)FileValidationReport.BuilderFileValidationReport.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.BuilderFileValidationReport.Builder. addAllRowErrors(Iterable<? extends ImportRowError> values)Partial list of rows that encountered validation error.
-