ExecutionReport.Builder |
ExecutionReport.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ExecutionReport.Builder |
ExecutionReport.Builder.clear() |
|
ExecutionReport.Builder |
ExecutionReport.Builder.clearExecutionErrors() |
Validation errors encountered during the execution of the import job.
|
ExecutionReport.Builder |
ExecutionReport.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ExecutionReport.Builder |
ExecutionReport.Builder.clearFramesReported() |
Total number of asset frames reported for the import job.
|
ExecutionReport.Builder |
ExecutionReport.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ExecutionReport.Builder |
ExecutionReport.Builder.clearTotalRowsCount() |
Total number of rows in the import job.
|
ExecutionReport.Builder |
ExecutionReport.Builder.clone() |
|
ExecutionReport.Builder |
ImportJob.Builder.getExecutionReportBuilder() |
Output only.
|
ExecutionReport.Builder |
ExecutionReport.Builder.mergeExecutionErrors(ValidationReport value) |
Validation errors encountered during the execution of the import job.
|
ExecutionReport.Builder |
ExecutionReport.Builder.mergeFrom(ExecutionReport other) |
|
ExecutionReport.Builder |
ExecutionReport.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ExecutionReport.Builder |
ExecutionReport.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ExecutionReport.Builder |
ExecutionReport.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ExecutionReport.Builder |
ExecutionReport.newBuilder() |
|
static ExecutionReport.Builder |
ExecutionReport.newBuilder(ExecutionReport prototype) |
|
ExecutionReport.Builder |
ExecutionReport.newBuilderForType() |
|
protected ExecutionReport.Builder |
ExecutionReport.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ExecutionReport.Builder |
ExecutionReport.Builder.setExecutionErrors(ValidationReport value) |
Validation errors encountered during the execution of the import job.
|
ExecutionReport.Builder |
ExecutionReport.Builder.setExecutionErrors(ValidationReport.Builder builderForValue) |
Validation errors encountered during the execution of the import job.
|
ExecutionReport.Builder |
ExecutionReport.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ExecutionReport.Builder |
ExecutionReport.Builder.setFramesReported(int value) |
Total number of asset frames reported for the import job.
|
ExecutionReport.Builder |
ExecutionReport.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ExecutionReport.Builder |
ExecutionReport.Builder.setTotalRowsCount(int value) |
Total number of rows in the import job.
|
ExecutionReport.Builder |
ExecutionReport.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ExecutionReport.Builder |
ExecutionReport.toBuilder() |
|