public interface ExecutionReportOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getExecutionErrors()
public abstract ValidationReport getExecutionErrors()
Validation errors encountered during the execution of the import job.
.google.cloud.migrationcenter.v1.ValidationReport execution_errors = 2;
Returns | |
---|---|
Type | Description |
ValidationReport | The executionErrors. |
getExecutionErrorsOrBuilder()
public abstract ValidationReportOrBuilder getExecutionErrorsOrBuilder()
Validation errors encountered during the execution of the import job.
.google.cloud.migrationcenter.v1.ValidationReport execution_errors = 2;
Returns | |
---|---|
Type | Description |
ValidationReportOrBuilder |
getFramesReported()
public abstract int getFramesReported()
Total number of asset frames reported for the import job.
int32 frames_reported = 1;
Returns | |
---|---|
Type | Description |
int | The framesReported. |
getTotalRowsCount()
public abstract int getTotalRowsCount()
Total number of rows in the import job.
int32 total_rows_count = 3;
Returns | |
---|---|
Type | Description |
int | The totalRowsCount. |
hasExecutionErrors()
public abstract boolean hasExecutionErrors()
Validation errors encountered during the execution of the import job.
.google.cloud.migrationcenter.v1.ValidationReport execution_errors = 2;
Returns | |
---|---|
Type | Description |
boolean | Whether the executionErrors field is set. |