Interface ExecutionReportOrBuilder (0.19.0)

public interface ExecutionReportOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExecutionErrors()

public abstract ValidationReport getExecutionErrors()

Validation errors encountered during the execution of the import job.

.google.cloud.migrationcenter.v1.ValidationReport execution_errors = 2;

Returns
TypeDescription
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
TypeDescription
ValidationReportOrBuilder

getFramesReported()

public abstract int getFramesReported()

Total number of asset frames reported for the import job.

int32 frames_reported = 1;

Returns
TypeDescription
int

The framesReported.

getTotalRowsCount()

public abstract int getTotalRowsCount()

Output only. Total number of rows in the import job.

int32 total_rows_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
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
TypeDescription
boolean

Whether the executionErrors field is set.