Interface MigrationJobVerificationErrorOrBuilder

    • 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.