public interface FileValidationReportOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ImportError |
getFileErrors(int index)
List of file level errors.
|
int |
getFileErrorsCount()
List of file level errors.
|
List<ImportError> |
getFileErrorsList()
List of file level errors.
|
ImportErrorOrBuilder |
getFileErrorsOrBuilder(int index)
List of file level errors.
|
List<? extends ImportErrorOrBuilder> |
getFileErrorsOrBuilderList()
List of file level errors.
|
String |
getFileName()
The name of the file.
|
com.google.protobuf.ByteString |
getFileNameBytes()
The name of the file.
|
boolean |
getPartialReport()
Flag indicating that processing was aborted due to maximum number of
errors.
|
ImportRowError |
getRowErrors(int index)
Partial list of rows that encountered validation error.
|
int |
getRowErrorsCount()
Partial list of rows that encountered validation error.
|
List<ImportRowError> |
getRowErrorsList()
Partial list of rows that encountered validation error.
|
ImportRowErrorOrBuilder |
getRowErrorsOrBuilder(int index)
Partial list of rows that encountered validation error.
|
List<? extends ImportRowErrorOrBuilder> |
getRowErrorsOrBuilderList()
Partial list of rows that encountered validation error.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFileName()
The name of the file.
string file_name = 1;com.google.protobuf.ByteString getFileNameBytes()
The name of the file.
string file_name = 1;List<ImportRowError> getRowErrorsList()
Partial list of rows that encountered validation error.
repeated .google.cloud.migrationcenter.v1.ImportRowError row_errors = 2;ImportRowError getRowErrors(int index)
Partial list of rows that encountered validation error.
repeated .google.cloud.migrationcenter.v1.ImportRowError row_errors = 2;int getRowErrorsCount()
Partial list of rows that encountered validation error.
repeated .google.cloud.migrationcenter.v1.ImportRowError row_errors = 2;List<? extends ImportRowErrorOrBuilder> getRowErrorsOrBuilderList()
Partial list of rows that encountered validation error.
repeated .google.cloud.migrationcenter.v1.ImportRowError row_errors = 2;ImportRowErrorOrBuilder getRowErrorsOrBuilder(int index)
Partial list of rows that encountered validation error.
repeated .google.cloud.migrationcenter.v1.ImportRowError row_errors = 2;boolean getPartialReport()
Flag indicating that processing was aborted due to maximum number of errors.
bool partial_report = 3;List<ImportError> getFileErrorsList()
List of file level errors.
repeated .google.cloud.migrationcenter.v1.ImportError file_errors = 4;ImportError getFileErrors(int index)
List of file level errors.
repeated .google.cloud.migrationcenter.v1.ImportError file_errors = 4;int getFileErrorsCount()
List of file level errors.
repeated .google.cloud.migrationcenter.v1.ImportError file_errors = 4;List<? extends ImportErrorOrBuilder> getFileErrorsOrBuilderList()
List of file level errors.
repeated .google.cloud.migrationcenter.v1.ImportError file_errors = 4;ImportErrorOrBuilder getFileErrorsOrBuilder(int index)
List of file level errors.
repeated .google.cloud.migrationcenter.v1.ImportError file_errors = 4;Copyright © 2024 Google LLC. All rights reserved.