| Modifier and Type | Method and Description |
|---|---|
ImportRowError.Builder |
ImportRowError.Builder.addAllErrors(Iterable<? extends ImportError> values)
The list of errors detected in the row.
|
ImportRowError.Builder |
ImportRowError.Builder.addErrors(ImportError.Builder builderForValue)
The list of errors detected in the row.
|
ImportRowError.Builder |
ImportRowError.Builder.addErrors(ImportError value)
The list of errors detected in the row.
|
ImportRowError.Builder |
ImportRowError.Builder.addErrors(int index,
ImportError.Builder builderForValue)
The list of errors detected in the row.
|
ImportRowError.Builder |
ImportRowError.Builder.addErrors(int index,
ImportError value)
The list of errors detected in the row.
|
ImportRowError.Builder |
ImportRowError.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ImportRowError.Builder |
FileValidationReport.Builder.addRowErrorsBuilder()
Partial list of rows that encountered validation error.
|
ImportRowError.Builder |
FileValidationReport.Builder.addRowErrorsBuilder(int index)
Partial list of rows that encountered validation error.
|
ImportRowError.Builder |
ImportRowError.Builder.clear() |
ImportRowError.Builder |
ImportRowError.Builder.clearErrors()
The list of errors detected in the row.
|
ImportRowError.Builder |
ImportRowError.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ImportRowError.Builder |
ImportRowError.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ImportRowError.Builder |
ImportRowError.Builder.clearRowNumber()
Deprecated.
google.cloud.migrationcenter.v1.ImportRowError.row_number is deprecated. See
google/cloud/migrationcenter/v1/migrationcenter.proto;l=3572
|
ImportRowError.Builder |
ImportRowError.Builder.clearVmName()
The name of the VM in the row.
|
ImportRowError.Builder |
ImportRowError.Builder.clearVmUuid()
The VM UUID.
|
ImportRowError.Builder |
ImportRowError.Builder.clone() |
ImportRowError.Builder |
FileValidationReport.Builder.getRowErrorsBuilder(int index)
Partial list of rows that encountered validation error.
|
ImportRowError.Builder |
ImportRowError.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ImportRowError.Builder |
ImportRowError.Builder.mergeFrom(ImportRowError other) |
ImportRowError.Builder |
ImportRowError.Builder.mergeFrom(com.google.protobuf.Message other) |
ImportRowError.Builder |
ImportRowError.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ImportRowError.Builder |
ImportRowError.newBuilder() |
static ImportRowError.Builder |
ImportRowError.newBuilder(ImportRowError prototype) |
ImportRowError.Builder |
ImportRowError.newBuilderForType() |
protected ImportRowError.Builder |
ImportRowError.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ImportRowError.Builder |
ImportRowError.Builder.removeErrors(int index)
The list of errors detected in the row.
|
ImportRowError.Builder |
ImportRowError.Builder.setErrors(int index,
ImportError.Builder builderForValue)
The list of errors detected in the row.
|
ImportRowError.Builder |
ImportRowError.Builder.setErrors(int index,
ImportError value)
The list of errors detected in the row.
|
ImportRowError.Builder |
ImportRowError.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ImportRowError.Builder |
ImportRowError.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ImportRowError.Builder |
ImportRowError.Builder.setRowNumber(int value)
Deprecated.
google.cloud.migrationcenter.v1.ImportRowError.row_number is deprecated. See
google/cloud/migrationcenter/v1/migrationcenter.proto;l=3572
|
ImportRowError.Builder |
ImportRowError.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ImportRowError.Builder |
ImportRowError.Builder.setVmName(String value)
The name of the VM in the row.
|
ImportRowError.Builder |
ImportRowError.Builder.setVmNameBytes(com.google.protobuf.ByteString value)
The name of the VM in the row.
|
ImportRowError.Builder |
ImportRowError.Builder.setVmUuid(String value)
The VM UUID.
|
ImportRowError.Builder |
ImportRowError.Builder.setVmUuidBytes(com.google.protobuf.ByteString value)
The VM UUID.
|
ImportRowError.Builder |
ImportRowError.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<ImportRowError.Builder> |
FileValidationReport.Builder.getRowErrorsBuilderList()
Partial list of rows that encountered validation error.
|
| Modifier and Type | Method and Description |
|---|---|
FileValidationReport.Builder |
FileValidationReport.Builder.addRowErrors(ImportRowError.Builder builderForValue)
Partial list of rows that encountered validation error.
|
FileValidationReport.Builder |
FileValidationReport.Builder.addRowErrors(int index,
ImportRowError.Builder builderForValue)
Partial list of rows that encountered validation error.
|
FileValidationReport.Builder |
FileValidationReport.Builder.setRowErrors(int index,
ImportRowError.Builder builderForValue)
Partial list of rows that encountered validation error.
|
Copyright © 2024 Google LLC. All rights reserved.