Package com.google.cloud.clouddms.v1
Interface MigrationJobVerificationErrorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MigrationJobVerificationError
,MigrationJobVerificationError.Builder
public interface MigrationJobVerificationErrorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MigrationJobVerificationError.ErrorCode
getErrorCode()
Output only.int
getErrorCodeValue()
Output only.String
getErrorDetailMessage()
Output only.com.google.protobuf.ByteString
getErrorDetailMessageBytes()
Output only.String
getErrorMessage()
Output only.com.google.protobuf.ByteString
getErrorMessageBytes()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getErrorCodeValue
int getErrorCodeValue()
Output only. An instance of ErrorCode specifying the error that occurred.
.google.cloud.clouddms.v1.MigrationJobVerificationError.ErrorCode error_code = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The enum numeric value on the wire for errorCode.
-
getErrorCode
MigrationJobVerificationError.ErrorCode getErrorCode()
Output only. An instance of ErrorCode specifying the error that occurred.
.google.cloud.clouddms.v1.MigrationJobVerificationError.ErrorCode error_code = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The errorCode.
-
getErrorMessage
String getErrorMessage()
Output only. A formatted message with further details about the error and a CTA.
string error_message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The errorMessage.
-
getErrorMessageBytes
com.google.protobuf.ByteString getErrorMessageBytes()
Output only. A formatted message with further details about the error and a CTA.
string error_message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for errorMessage.
-
getErrorDetailMessage
String getErrorDetailMessage()
Output only. A specific detailed error message, if supplied by the engine.
string error_detail_message = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The errorDetailMessage.
-
getErrorDetailMessageBytes
com.google.protobuf.ByteString getErrorDetailMessageBytes()
Output only. A specific detailed error message, if supplied by the engine.
string error_detail_message = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for errorDetailMessage.
-
-