public interface ImportErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorDetails()
The error information.
|
com.google.protobuf.ByteString |
getErrorDetailsBytes()
The error information.
|
ImportError.Severity |
getSeverity()
The severity of the error.
|
int |
getSeverityValue()
The severity of the error.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getErrorDetails()
The error information.
string error_details = 1;com.google.protobuf.ByteString getErrorDetailsBytes()
The error information.
string error_details = 1;int getSeverityValue()
The severity of the error.
.google.cloud.migrationcenter.v1.ImportError.Severity severity = 2;ImportError.Severity getSeverity()
The severity of the error.
.google.cloud.migrationcenter.v1.ImportError.Severity severity = 2;Copyright © 2024 Google LLC. All rights reserved.