Interface ImportErrorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportError,ImportError.Builder
public interface ImportErrorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetErrorDetails()The error information.com.google.protobuf.ByteStringgetErrorDetailsBytes()The error information.ImportError.SeveritygetSeverity()The severity of the error.intgetSeverityValue()The severity of the error.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getErrorDetails
String getErrorDetails()
The error information.
string error_details = 1;- Returns:
- The errorDetails.
-
getErrorDetailsBytes
com.google.protobuf.ByteString getErrorDetailsBytes()
The error information.
string error_details = 1;- Returns:
- The bytes for errorDetails.
-
getSeverityValue
int getSeverityValue()
The severity of the error.
.google.cloud.migrationcenter.v1.ImportError.Severity severity = 2;- Returns:
- The enum numeric value on the wire for severity.
-
getSeverity
ImportError.Severity getSeverity()
The severity of the error.
.google.cloud.migrationcenter.v1.ImportError.Severity severity = 2;- Returns:
- The severity.
-
-