public interface ExecutionReportOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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()
Output only.
|
boolean |
hasExecutionErrors()
Validation errors encountered during the execution of the import job.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getFramesReported()
Total number of asset frames reported for the import job.
int32 frames_reported = 1;boolean hasExecutionErrors()
Validation errors encountered during the execution of the import job.
.google.cloud.migrationcenter.v1.ValidationReport execution_errors = 2;ValidationReport getExecutionErrors()
Validation errors encountered during the execution of the import job.
.google.cloud.migrationcenter.v1.ValidationReport execution_errors = 2;ValidationReportOrBuilder getExecutionErrorsOrBuilder()
Validation errors encountered during the execution of the import job.
.google.cloud.migrationcenter.v1.ValidationReport execution_errors = 2;int getTotalRowsCount()
Output only. Total number of rows in the import job.
int32 total_rows_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2024 Google LLC. All rights reserved.