Interface ExecutionReportOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ExecutionReport, ExecutionReport.Builder

    public interface ExecutionReportOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ValidationReport getExecutionErrors()
      Validation errors encountered during the execution of the import job.
      ValidationReportOrBuilder getExecutionErrorsOrBuilder()
      Validation errors encountered during the execution of the import job.
      int getFramesReported()
      Total number of asset frames reported for the import job.
      int getTotalRowsCount()
      Total number of rows in the import job.
      boolean hasExecutionErrors()
      Validation errors encountered during the execution of the import job.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getFramesReported

        int getFramesReported()
         Total number of asset frames reported for the import job.
         
        int32 frames_reported = 1;
        Returns:
        The framesReported.
      • hasExecutionErrors

        boolean hasExecutionErrors()
         Validation errors encountered during the execution of the import job.
         
        .google.cloud.migrationcenter.v1.ValidationReport execution_errors = 2;
        Returns:
        Whether the executionErrors field is set.
      • getExecutionErrors

        ValidationReport getExecutionErrors()
         Validation errors encountered during the execution of the import job.
         
        .google.cloud.migrationcenter.v1.ValidationReport execution_errors = 2;
        Returns:
        The executionErrors.
      • getExecutionErrorsOrBuilder

        ValidationReportOrBuilder getExecutionErrorsOrBuilder()
         Validation errors encountered during the execution of the import job.
         
        .google.cloud.migrationcenter.v1.ValidationReport execution_errors = 2;
      • getTotalRowsCount

        int getTotalRowsCount()
         Total number of rows in the import job.
         
        int32 total_rows_count = 3;
        Returns:
        The totalRowsCount.