Interface ImportErrorOrBuilder (0.19.0)

public interface ImportErrorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrorDetails()

public abstract String getErrorDetails()

The error information.

string error_details = 1;

Returns
TypeDescription
String

The errorDetails.

getErrorDetailsBytes()

public abstract ByteString getErrorDetailsBytes()

The error information.

string error_details = 1;

Returns
TypeDescription
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
TypeDescription
ImportError.Severity

The severity.

getSeverityValue()

public abstract int getSeverityValue()

The severity of the error.

.google.cloud.migrationcenter.v1.ImportError.Severity severity = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for severity.