public interface ImportErrorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getErrorDetails()
public abstract String getErrorDetails()The error information.
string error_details = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The errorDetails. |
getErrorDetailsBytes()
public abstract ByteString getErrorDetailsBytes()The error information.
string error_details = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for errorDetails. |
getSeverity()
public abstract ImportError.Severity getSeverity()The severity of the error.
.google.cloud.migrationcenter.v1.ImportError.Severity severity = 2;
| Returns | |
|---|---|
| Type | Description |
ImportError.Severity |
The severity. |
getSeverityValue()
public abstract int getSeverityValue()The severity of the error.
.google.cloud.migrationcenter.v1.ImportError.Severity severity = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for severity. |